Search
-
Yep. I reported via Twitter (@MethodCRM) at 8:15AM CST. It's fixed now when checked at 9:10AM CST.
They told me to check what server I was on: http://www.methodintegration.com/serverinfo.html
-
Makes total sense...that's pretty much what I described in my previous post. As soon as I started doing more things in loops within Actions, I started doing something very similar to what you describe. It's been helpful.
Thx
-
Thx.
Using show message isn't allowed since this is all being done in a loop. What I have done is write these values into a variable and then dump it to a field on the screen (like trace or debug info).
This trace info shows an empty value prior to insert. But the insert statement goes the Min Date route, for some reason.
I may have to ...
-
One thing that might make a difference is that I'm adjusting the date (Date Add of 1 year) when copying one record and inserting a new one.
I'm creating an Action Result first, then if the date field on the row I'm copying has a value (e.g. if it's not empty), I do a Date Add and use that value to insert the new row. If the date ...
-
This is custom table of mine. The date field is not currently required. The screen where we maintain this data has a Date dropdown that allows an empty value to be saved. I've exported this data and it's currently saved as an empty value.
However, in my custom action where I retrieve the empty date value from one record, then insert that ...
-
Thx for that...I think I did drop a Refresh in there. That wasn't my problem. My problem is I'm an idiot.
Upon further review, my initial approach was correct. In my haste, I was pulling the wrong damn ID from my previous screen, so the Grid was trying to load a record that didn't exist.
That's what I get for having 40 actions in ...
-
Thanks for that info....I'd never used that Action Set before. I tried it and I saw it work just as you mentioned.
One question, is it possible to use Shared Results in a Filter where there may or not be shared result values set? That way we don't have to have custom Filters, but rather something like extension variables on our existing ...
-
Sometimes, rather than loading a screen and manually typing in filter criteria for a grid, I'd like to pass in a value or two when the screen loads so the grid will filter based on this information automatically.
Is there a way to do this?
Sorry if it's something obvious and I'm just missing it.
-
I have a screen that is loaded using a Show/Hide Tab Link & Go To Tab Link passing in a couple shared result values that the screen grid will use to filter on. This works fine.
I have another screen that, from an action, will do a Show/Hide Tab Link & Go To Tab Link to the same screen in question, passing the same shared result ...
-
I have an action that creates new rows in a table based on existing rows (basic copy). One field in the table is a date field. On the UI, this date field is set using the Calendar widget. Empty is a valid value and when the record is saved from my custom UI screen, a NULL (or empty) value is written and it works just fine.
In my action when ...
|
|
|