October 22, 200817 yr Ok. I know this is a rookie question... Is there a script step that just saves the record? I couldn't find one. Someone is creating new sales order number, and then not filling in data, and somehow the sales order number is not saved. So I would like to automatically save it when the order is created. My current solution, in order to save, I have the script that goes to the data entry screen, creates a new record, goes to the main menu, then back to the data entry screen. Does that sound right? or does someone have a better solution. Thanks.
October 22, 200817 yr Commit Record/Request. Is the method to "save the data". Data is "saved" as you exit the record. The issue is more a programatic business logic issue where you require a certain set of fields filled in you would need to trigger a script that they would have to execute to verify the data is filled in (and or authenticate the validity of such based on your business rules)
October 22, 200817 yr Author Oh! thank you. Why can't I remember commit Record? arg! Thanks for your help.
Create an account or sign in to comment