Consider a scenario where you have created a utility in Sage X3 and you need to create a GL Journal entry, based on the field inputs within the X3 custom screen. Now to achieve this, the option is to map all the custom screen fields with the Sage X3 Journal fields so that all the custom screen fields populate the detail lines in Journal.
We can populate the Journal fields by assigning the Custom screen field with the Journal fields using the assignment statement for each field individually as listed below:
[M:TARGETSCREEN]FIELD1 = [M:SOURCESCREEN]FIELD1[M:TARGETSCREEN]FIELD2 = [M:SOURCESCREEN]FIELD2
[M:TARGETSCREEN]FIELD3 = [M:SOURCESCREEN]FIELD3
And so on……
However, this surely becomes cumbersome if there are many fields within the table. While checking for another quick solution which can map the fields without going for individual assignment of each field, we found the snippet code which can help you out in the direct assignment of a group of fields.
The Code discovered by Greytrix team of experienced techno-functional consultants, uses the Assign command to pass the value from source table to destination table.
Refer the code snippet below:
Code Snippet:
Assign(“[M:TARGETSCREEN]”+[F:AMZ]CODZON+”(“+num$(<destination line (Copy To) >)+”)”) With evalue(“[M:SOURCESCREEN]”+[F:AMZ]CODZON+”(“+num$($(<original line (Copy from) >)+”)”)
This code sample will copy all the custom fields directly within the Journal detail without checking out every field individually.
In this way you can copy Detail Lines in Sage X3.
About Us
Greytrix – a globally recognized and one of the oldest Sage Development Partners is a one-stop solution provider for Sage ERP and Sage CRM organizational needs. Being acknowledged and rewarded for multi-man years of experience and expertise, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third-party add-on development, and implementation competence.
Greytrix has some unique integration solutions developed for Sage CRM with Sage ERPs namely Sage X3, Sage Intacct, Sage 100, Sage 500, and Sage 300. We also offer best-in-class Sage ERP and Sage CRM customization and development services to Business Partners, End Users, and Sage PSG worldwide. Greytrix helps in the migration of Sage CRM from Salesforce | ACT! | SalesLogix | Goldmine | Sugar CRM | Maximizer. Our Sage CRM Product Suite includes addons like Greytrix Business Manager, Sage CRM Project Manager, Sage CRM Resource Planner, Sage CRM Contract Manager, Sage CRM Event Manager, Sage CRM Budget Planner, Gmail Integration, Sage CRM Mobile Service Signature, Sage CRM CTI Framework.
Greytrix is a recognized Sage Champion Partner for GUMU™ Sage X3 – Sage CRM integration listed on Sage Marketplace and Sage CRM – Sage Intacct integration listed on Sage Intacct Marketplace. The GUMU™ Cloud framework by Greytrix forms the backbone of cloud integrations that are managed in real-time for the processing and execution of application programs at the click of a button.
For more information on our integration solutions, please contact us at sage@greytrix.com. We will be glad to assist you.