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人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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 !!
サインインしてコメントを残してください。