Personalize Form on Sales Order Form
Hi All
We need to do a personaliza form on Sales Order form at level line.
We need that for an specific order type (ORDER VTA FRANQUICIAS), is necessary that for this order type, the tax classification code (IVA_ART_LOC) is inserted automatically.
We have done this:
Condition tab
Trigger Event: WHEN-NEW-RECORD-INSTANCE
Trigger Object: LINE
Condition: :LINE.ORG_ID = '104'
and :ORDER.ORDER_TYPE = 'ORDER VTA FRANQUICIAS'
Processing Mode: Not in Enter-Query Mode
Actions tab
Object Type: Item
Target Object: LINE.TAX_CODE
Property Name: VALUE
Value: IVA_ART_LOC
The personalization is not working as expected, the tax classification code is inserted automatically but when the sales order is saved and registered, and the sales order is re-queried, the tax classification code just remains in line 1, in all others lines the tax classification code disappears.