How can I check if a record is new or already saved (at least one time)
into the follow event ?
[B1Listener(BoEventTypes.et_FORM_LOAD, true, new string[] {
"651","133"})]
public virtual bool OnBeforeFormLoad(ItemEvent pVal)
{
Form form = B1Connections.theAppl.Forms.Item(pVal.FormUID);
...
thanks