cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello SAC experts,

Is it possible, within script, to get a specific widget instance using only the string of the widget's name?

For example, I have an array of strings with Chart names, I loop through said array and extract all of their datasources into a datasources array.

Kind regards!

0 Likes
View Entire Topic
JefB
SAP Champion
SAP Champion

Yes with coming QRC1 release there's a Application.getWidgets() API with a search pattern to select widgets by name.

0 Likes

The API reference seems to be outdated. I guess I'll have double check for methods and properties with ctrl+spacebar in the designer 😕

Thanks

0 Likes

Is this method documented somewhere else?