Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
The new logic lexer writes some very unhelpful error messages to the console. Here is one that I get when I open the Material Receipt window:
line 1:14 token recognition error at: '''
Expected Behavior: At least the AD_Field ID of the field that produces the error would be very helpful. A complete error message should Include WindowName, Tabname, Fieldname and the string that causes the error.
I did some debugging and found that the error is in the display logic of the Drop Ship Business Partner field.
@IsDropShip@=Y'
Note the lonely single quote at the end of the string. AD_Field_IDs of the fields with the error present: 57734, 55427 I did not edit these fields so I assume the error is also in the seed DB.
I have checked the database and there are 3 occurrences of unmatched quotes in dictionary logic type columns. I have manually created migration scripts to correct this, but only if the columns contain the identical content as shown on the left:
The new logic lexer writes some very unhelpful error messages to the console.
Here is one that I get when I open the Material Receipt window:
line 1:14 token recognition error at: '''
Expected Behavior:
At least the AD_Field ID of the field that produces the error would be very helpful.
A complete error message should Include WindowName, Tabname, Fieldname and the string that causes the error.
I did some debugging and found that the error is in the display logic of the Drop Ship Business Partner field.
@IsDropShip@=Y'
Note the lonely single quote at the end of the string.
AD_Field_IDs of the fields with the error present: 57734, 55427
I did not edit these fields so I assume the error is also in the seed DB.