-
I was looping through a grid with customers and wanting to update a field in the table on checked rows.
The field type was drop-down. I was trying to update the dropdown field's display with text and kept getting an error message.
Then I tried updating the drop-down fields record ID with a number and was successful.
Is this a ...
-
The checkbox on a grid doesn't seem to clear on refresh. I am looping through a grid, updating some fields in a table and calling refresh at the end. The checkboxes remain checked, but the fields are updated.
-
To add to this, if an icon is on the right side of button text and the button is clicked, the icon floats to the middle of the button while the actions are processing.
-
-
And the icons on the left side of the page...
-
I understand that we can control permissions at the app level and eventually screen level.
My question is how would you handle a situation where you might want to add a button on a time entry screen called save and approve, but you only want admin level to be able to view and use the button
-
-
I am trying to reply to Inder aboutforum post https://www.method.me/cs/forums/p/6451/24022.aspx#24022
I get a messageaccess is denied.
I tested this issue on my sideand it appears to be fixed.
-
What do these icons mean on the forum?
-
I am unable to call the screen Load, Focus or Close actions from a call another action set from an object on the screen. Was trying to call screen focus from a Clear / New button but was unable.
I can call actions from objects on the screen from screen Load, Focus or Close
Am I missing something?