Script shows Script Finished while in debugger, but comes up with Failed message when Close button in debugger is clicked
Hello,
Any help/guidance on the scenario
I'm not running into failed message if I've following code, as can be seen from Table viewer snap, but ......check Label "ERROR SITUATION" below
If_DateField='Request Date' Then RENAMEFields[$(_CalendarPrefix)DateText$(_CalendarSuffix)]to[RD DateText]; /*, [$(_CalendarPrefix)Year$(_CalendarSuffix)] to [RD Year]; */ EndIf
I'm running into failed message while debugging script that contains following code that is part of a subroutine even though it shows Script Finished in debugger. Failed message appears after Script Finished message in the debugger.
Label "ERROR SITUATION"
If_DateField='Request Date' Then RENAMEFields[$(_CalendarPrefix)Year$(_CalendarSuffix)]to[RD Year]; /*
[$(_CalendarPrefix)DateText$(_CalendarSuffix)] to [RD DateText]; */ EndIf