Hi,
I have a form. After the save of the form i want to get the id of the form id(entity id) and use it.
I mean onsave event of the form i wrote a functin and need to get the saved form id. How can i get this id while the form is saved.
On internet i saw succescallback function. Is it suitable for this process. If yes how can i use it? On msdn only describes but no examples.
Can anyone help me please?