How to add completion notification automatically in Express ECO when Express ECO is saved?
Hi Expert, I tried to create C# code to to add completion notification automatically in Express ECO when Express ECO is saved. var new_Compeletion_notification = inn.newItem("Express ECO Notification", "add"); var exp_eco_id = this.getProperty("id",""); new_Compeletion_notification.setProperty("source_id" , exp_eco_id); new_Compeletion_notification.setProperty("owned_by_id", "8CC42C5770DE42A898EAEBF55091B824"); Item result = new_Compeletion_notification.apply(); But, the result is -1. Would you please help how to do this? Thanks, Expert!1.7KViews0likes0CommentsSend return email to the user in workflow.
Hi Guys, I am trying to send email from workflow. When i assign item to user then sending mail with all details to that user. Once that user approves it, then i want to get email as "Item is approved". I tried to check the email notification events like "OnClosed","OnVote" etc, but i am not getting any emails even it is approved by assigned user. Can you please help me on it and suggest. Thanks, Aaba.2.8KViews0likes1Comment