You may need to use event handlers or customization options provided by the platform. Here are general steps that you can follow:
Identify the Event:
Determine the specific event or method that is triggered during the insertion process from the counting journal.Create an Event Handler:
Develop a custom event handler for the identified event. This handler should contain the logic to modify the field value as per your requirements.Attach the Event Handler:
Attach your custom event handler to the appropriate event in the data model. This can often be done through the Application Object Tree (AOT) in the development environment.Write Logic to Update Field:
Within your event handler, write the logic to update the desired field value. You can access and modify field values using X++ code.Compile and Deploy:
Compile your changes and deploy them to the appropriate environment.
André Arnaud de Cal...
294,283
Super User 2025 Season 1
Martin Dráb
233,019
Most Valuable Professional
nmaenpaa
101,158
Moderator