Hello,
I'm working on a customization for a customer to display two fields on the Sales Transaction Entry window. They want to see the Payment Terms ID that is on the customer's card, and the Payment Terms ID selected for the sales document.to verify any discrepancies. Both fields are display only, and simply read what is in the RM00100 table for the customer, and the SOP10100 table for the document. I have the fields and code done and it works fine with one issue.
Apparently by populating two text boxes on Before Window Activate or Window Activate, I'm making the form "dirty", and the Save/Delete/Cancel modal dialog comes up, even when using the record scroll buttons at the bottom to go from one record to the next and not changing anything on the document. With each scroll button click, you have to click Save. I don't want to just set dirty=false after my fields are populated in case the user HAS changed something. Since I'm not saving the data with the document, I'm wondering if there is a way to "ignore" my fields?
Anyone have some experience with this they would be willing to pass on?
Larry Patterson