
Hi All,
I have 2 types of Tax ( A - 6 % & B - 0%). I'm using script to define Tax Details Id as in my source already include percentage. Example as below:
If SourceFields("INVDTL.DTAXRATE") = 6 Then
CurrentField="A"
Else
CurrentField="B"
End If
I put it in Line Item Taxes & Sales Tax Detail Summary.
Unfortunately it's not working. It always take a default from GP.
Is there a guide where I can refer to?
Thank you.
*This post is locked for comments
I have the same question (0)Hi All,
I found the problem. On Item Details, you can use script on Item Tax Schedule Id & Source choose Field Rule.
Thank you.