Skip to main content

Hi,


Do we need to provide username, password and server name etc when accessing SmartObject via API's from within the server code of the workflow? 


Regards,


 

You can use Integrated Security, similar to calling a SmartObject in ASP.NET.


 


Just a question, why do you need to write code? You can use the SmartObject Event to execute a SmartObject in the process. And even if you need to make customizations, you can do it in the base code of the event. Will require less work from your end.


Reply