How to invoke WriteRecord in Physical Renderer?
Hello,
We have a Siebel Form applet that we need to have write a record in the Physical Renderer.
I have tried the following code, but the entered data does not get saved:
SiebelApp.S_App.GetActiveView().GetActiveApplet().GetBusComp().WriteRecord();
Any ideas?