Error : It may be inaccessible due to its protection level

I’m getting this error while executing the REFramework project for the UiDemo Application.

Invoke processItem workflow: The following errors were encountered while processing the workflow tree:
‘processItem’: The private implementation of activity ‘1: processItem’ has the following validation error: Compiler error(s) encountered processing expression “in_TransactionItems.SpecialContent(“NotOnUsCheck”).ToString()”.
‘in_TransactionItems’ is not declared. It may be inaccessible due to its protection level.

@Vrushali_Gave The error states that in_TransactionItems variable is not declared. Can you check the worklfow if it is really not declared?

@supermanPunch sir I have declared that variable in wokflow

@Vrushali_Gave It is declared inside the Process Item Workflow?

No sir

@Vrushali_Gave I think it should be an argument if I’m not wrong

1 Like

@supermanPunch yes sir right its an argument .Thank you its solved

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.