cancel
Showing results for 
Search instead for 
Did you mean: 

get process type in @SystemSetupParameterMethod method

Former Member
0 Kudos

I need to have different parameters depending on process type (init or update).

How can I get process type in initialization options method:

 @SystemSetupParameterMethod
     public List<SystemSetupParameter> getInitializationOptions() {
 .....
 }

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I do not believe you can easily.