-
Just a quick tip I discovered this week while implementing custom payroll calculation logic. Hopefully others will find this useful in their customization efforts within Method.
I have a top level button action that includes several different calls to other buttons using the action 'Call Another Action Set'. Once I get the basic ...
-
It's enabled right now. I'm free tomorrow, Wed 2/13 at 9:30AM CST
-
I just noticed this issue is recurring....tried to update a field on a Sales Order to an empty value. The push engine is updating it to it's previous value again. Perhaps the bug fix from mid-December you guys implemented didn't get folded back into the main trunk? Just a thought....
-
if there is any filter criteria in a grid, can I clear it out from a button using an action...rather than clicking the little orange 'clear criteria' button in the top right of a grid
-
Sorry if I missed this but there is there way to clear a grid's criteria from an Action?
Thanks
-
Argh. I'm a moron. Nevermind. I was looping through the grid twice on the page. I forgot to supress the warning for both grid loops (was previously only suppressing on the 2nd).
Sorry for the interruption...carry on. Nothing to see here...
-
Looping through a grid on a button action. Only looping through checked rows with the advanced option of 'Suppress warning when no rows are checked' selected.
I'm getting a warning saying no rows were selected when no rows exist in the table.
Do I have to check to see if any rows exist in the grid prior to looping through it? What am ...
-
Right now I'm only needing to importing into my custom tables. I'm using Chrome browser.
-
I'm making more of my screens available on the mobile web. Are there any best practices (e.g. screen widths/percentages) you guys have for makiing my screens work well via mobile? Tips, pointers, do's/don'ts?
Thanks!
-
It's a custom table I created yesterday. Importing from CSV file. It works...just no progress bar. Just thought I would put it out there in case others were seeing it especially since the new December version came out.