How to use SIVApplication.Detete , it ask for entity string, what is that ?
I simply want to delete the customer/vendor record from SL.
*This post is locked for comments
How to use SIVApplication.Detete , it ask for entity string, what is that ?
I simply want to delete the customer/vendor record from SL.
*This post is locked for comments
Hi Subodh Patil,
Entity is the level which we are going to delete the records from SL.
We have to give the table name as entity. Below is the code for delete the records from Customer table.
Dim sivrfResult As sivRecordFound
sivrfResult = SIVApplication.Delete("Customer")
For more information, Please refer the Objectmodelreference.pdf (Page number 18 & 19) which is in user guides of SL Root folder.
Hope this may solve your problem.
Thanks,
Perumalsamy R
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156