Date with subitems
Posted: July 18th, 2020, 2:44 am
Hi to all,
I am having a date that I wanted to keep with the subitems. Unfortunalely when I leave the subitems in the dictionary, when reopening the case, it comes with a default value eventhough the subitems are filled.
My logic on the date field is
Preproc
if visualvalue($) = notappl then
$ = sysdate("YYYYMMDD");
endif;
The capture type is Date with the same format.
I was forced to drop the subitems and compute them when necessary.
What can I do to keep my subitems?
I am using CSPro 7.4 (When using 7.1, I never faced this issue)
I am having a date that I wanted to keep with the subitems. Unfortunalely when I leave the subitems in the dictionary, when reopening the case, it comes with a default value eventhough the subitems are filled.
My logic on the date field is
Preproc
if visualvalue($) = notappl then
$ = sysdate("YYYYMMDD");
endif;
The capture type is Date with the same format.
I was forced to drop the subitems and compute them when necessary.
What can I do to keep my subitems?
I am using CSPro 7.4 (When using 7.1, I never faced this issue)