Checkbox in SAP

Hi Allan!

I am trying to use OpenRPA to flag a checkbox field but I can’t do it.

I try to record, but the record just can find the right path and parameter, it can’t change the flag to true.

SAP Screen:

Open RPA Invoke Method recorded:

Scripting tracker C# .NET record:

Can you help me to convert this C#.NET record in OpenRPA steps?

there should be a set property in openrpa as well

tracker supports multiple language, try change language to vb script or vb to see the vb syntax. Should be something like

New Object() {True}

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