Jozef Pietruniak Posted November 12 Posted November 12 I'm writing a smart event that will populate the Customer PO field <SODOCUMENT.CUSTOMERPONUMBER> on a Contract Invoice with the value from a custom field {!SODOCUMENT.CONTRACT.CUSTOMER_PO!} on a contract while generating the invoice. My API reads as follows: <update_sotransaction key="{!SODOCUMENT.DOCNO!}"> <SODOCUMENT.CUSTOMERPONUMBER>{!SODOCUMENT.CONTRACT.CUSTOMER_PO!}</SODOCUMENT.CUSTOMERPONUMBER> </update_sotransaction>
Recommended Posts