Frank_Guarino
9 months agoCreator III
What causes the command bar buttons 'Save' and 'Done' to be greyed out?
As in this above screenshot, this occurs after I run aras.setItemProperty() for a value that exists in the form. Afterwards, it becomes as such. What attribute can I reset to have it not be like this any more? Clicking the refresh button works as a solution, does anyone know a way to invoke that?
Hi,
Your previous answer here link helped me!
Used:
this.setProperty("propName", "valueIwanted");
aras.uiReShowItem(sameId, sameId, "view", "openFile") // last two probably aren't necessary
Thank you!