cancel
Showing results for 
Search instead for 
Did you mean: 

IRPA Context project

01-24-2020 2:19 PM
371 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe
Hi,
I want to retrieve some context information about my project actually running in dekstop agen, Like project name and project version.

I try 2 methods and 1 properties in the first step of a workflow:

  • var project = ctx.context.getProject(); => project = null
  • ctx.context.get('//GLOBAL/PrjName') => return "projectName" and not the name of my project
  • ctx.options.projectName => return "projectName" and not the name of my project

Anyone can help me ?

Best regards,

Dylan Bonin

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

peterengel
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

please check the class ctx.options

Br,

Peter

Answers (0)