Hello,
How can get the project name from rules script.
string nameProject = Batch.Project.Name ?
this syntax its not reconnizing in rules script.
can you help mee please.
Hello,
How can get the project name from rules script.
string nameProject = Batch.Project.Name ?
this syntax its not reconnizing in rules script.
can you help mee please.
0 out of 0 found this helpful
Comments
2 comments
Hi..
Try this...
FCTools.ScriptContext.Project.Name.ToString();
or Read all the content here:
https://help.abbyy.com/en-us/flexicapture/12/developer/iproject
it works, thank you very much !!
Please sign in to leave a comment.