cancel
Showing results for 
Search instead for 
Did you mean: 

AP Invoice - Only a % to be invoiced

Former Member
0 Kudos

Hi,

We have a requirement on AP invoice, Can we setup a formated search on the line total to calculate only a certain % of the unit price, items to be identified based on one of the item properties in item master data.

For example: The condition will at the document header level UDF dropdown

Condition1 50%

item1 £100 Only 50% to be billed = £50

item2 £200                              =£200

Total                                       = £250

Condition2 10%

item1 £100 Only 10% to be billed = £10

item2 £200                              =£200

Total                                       = £210

Condition3 0%

item1 £100 Only 0% to be billed = £0

item2 £200                              =£200

Total                                       = £200

The above requirement possible via formated search? or can be done using SDK

Accepted Solutions (0)

Answers (4)

Answers (4)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

How many item properties that defined for an item?

Thank you.

Former Member
0 Kudos

Hi Balaji/Gordon,

Thanks for your responses.

The required percentage will be captured from the invoice document header UDF field 'Percentage (1 = 50%, 2= 10%, 3= 0%)', so based on the selection the percentage will apply for the item.

item properties is to identify which items the percentage need to be applied. if you look at the example for item2 the percentage will not apply.

Do you have any query for my requirement?

Regards,

Former Member
0 Kudos

Hi,

What Item properties here can identify the required %?

Thanks,

Gordon

former_member205766
Active Contributor
0 Kudos

Hi Mohan

Create a UDF for Condition and you can able to write FMS based on Condition and linked to Discount Field

For Example

SELECT $[INV1.You created UDF Field.NUMBER] FROM INV1

With Regards

Balaji Sampath