Severity Code Description Project File Line Suppression State
Error Cannot implicitly convert from type 'str' to type 'utcdatetime'. FinanceOperations1 (USR)
Severity Code Description Project File Line Suppression State
Error Cannot implicitly convert from type 'str' to type 'utcdatetime'. FinanceOperations1 (USR)
Thanks so much Sergei Minozhenko for your support
issue resolved.
Hi abrar361,
It doesn't work that way.
You need to assign value that returned by minValue function to InventDim.InventDimension9 field.
InventDim.InventDimension9 = DateTimeUtil::minValue();
InventDim.DateTimeUtil::minValue();
Hi abrar361,
Could you, please, share your new code?
it gives error DateTimeUtil not a valid map
Hi abrar361,
InventDimension9 field has utcDateTime type and you need to use the same type for the default value. For this purpose you can use function DateTimeUtil::minValue().
André Arnaud de Cal...
293,110
Super User 2025 Season 1
Martin Dráb
231,886
Most Valuable Professional
nmaenpaa
101,156
Moderator