This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Save Command on the Server Method

ashhadvv - Thursday, April 4, 2013 2:32 PM:

What is the "Save" command/action to save an item that can be used in server method(C#/VB.NET)



gks by TSI - Friday, April 5, 2013 2:06 AM:

It is add, update or edit as aml action

But the Servermethod can be inside a transaction which may be rolled back, undoing your save.



ashhadvv - Friday, April 5, 2013 2:27 AM:

Thanks for reply.

Actually my query was how do I programatically execute all the processes  that a normal "Save" button will do in the form. Say for example during the save if the generation is incremented, it will reload the form to populate the new generation.