Scott Pon Posted October 22, 2008 Share Posted October 22, 2008 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. Link to comment Share on other sites More sharing options...
Ocean West Posted October 22, 2008 Share Posted October 22, 2008 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) Link to comment Share on other sites More sharing options...
Scott Pon Posted October 22, 2008 Author Share Posted October 22, 2008 Oh! thank you. Why can't I remember commit Record? arg! Thanks for your help. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5803 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now