I am trying to call a script written in VBScript.net that was migrated from V 7.6 to V 9. It is in library which is referenced by the solution. WIthin the script a function needs to be called. I added the following code to the script so that the scipt will show in the expression builder, but it is not showing
[Promote(PromotionTargets.ExpressionBuilder)]
[Category("Email Notification")]
[Alias("Send Email Notification")]
publicstaticfunction SendEmailNotification( [Alias("SEN")] ework: SyncProcessData, args: Object[] ) : Object
Has anyone successfully called a migrated a script from a library in V9?