Hi ,
I want to call two services based on list service data length. if datalength is equals to zero we have to call create service. otherwise have to callupdateservice..
when i check data length it displays length. but how to write javascript to call services.
How to write if condition in list service success event?
My service names are createservice,updateservice.