cancel
Showing results for 
Search instead for 
Did you mean: 

UDF in Freight Charges

Former Member
0 Kudos

Hi Experts,

My client have requirement of percentage column in freight charges. So is it possible create UDF in freight charges??

If so then how to create it and link to purchase order Doctotal.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member227598
Active Contributor
0 Kudos

Hi Amith,

Directly it is not possible to calculate the Freight based on the percent you define on the Freight Screen UDF. The reason being that FMS is applicable on the Active Screen only. When you open the Freight Screen the PO screen is Inactive thus not triggering the FMS, hence the error.

Option No 1: Still if you want this option then you can ask the developers to write a simple code to calculate the freight amount based on the UDF percentage.

Option No 2:For this purpose there is another work around which is mentioned below. But here the problem is that you cannot do it on the Total PO value but will be based on the Line Total.

FIrst of all you enable the Freight 1, Freight 1  (LC) in the Form Settings for Purchase Order Screen. Once this is done then you create a UDF for capturing the Percentage . Write a FMS in the Freight 1 (LC) field to calculate the amount based on the Percent and Row Level Amount.

Rgds,

Kamlesh Naware

Former Member
0 Kudos

Hi Amith,

Go to Tools --> Customization Tools --> User Defined Field-Management --> Expand Marketing Documents --> Document Freight Charge and then click on Add Button to create your desired UDF.

You will find this UDF in Marketing document under Freight when clicking Freight link arrow.

Thanks,

Harshal

Former Member
0 Kudos

Hi Harshal,

Thanks for you reply.

I created the UDF field but how to link this udf field to Amount in Freight charges.

So when I enter percentage it has to show amount.Is there any way???

Former Member
0 Kudos

Hi,

You can populate value through FMS query.

Thanks,

Harshal