The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Number value is missing on new record creation

masella
Giga Contributor

Hi All,

Today I moved an ordinary update set from dev to test and found in the test environment when i created a new record that the number was not being allocated.

All appears to be fine from a number maintenance perspective, and I have checked that this issue doesn't occur on other task tables.

Any ideas on what could have caused this issue and steps to resolve?

Thanks in advance

1 ACCEPTED SOLUTION

masella
Giga Contributor

Hi All,



So an update on this one, even though the following were both checked.



a) use dynamic default is checked


b) Dynamic Default value is set to Get Next Padded Number



When I went to the dictionary record from a list view the default value was actually missing which contradicts what I was seeing when looking at the dynamic default value. The fix was to add javascript:getNextObjNumberPadded(); as the default value.




View solution in original post

15 REPLIES 15

masella
Giga Contributor

Hi All,



So an update on this one, even though the following were both checked.



a) use dynamic default is checked


b) Dynamic Default value is set to Get Next Padded Number



When I went to the dictionary record from a list view the default value was actually missing which contradicts what I was seeing when looking at the dynamic default value. The fix was to add javascript:getNextObjNumberPadded(); as the default value.