Error which isn't an error #2213
|
I am receiving the below error in AL go Error: AL0132 'Record "G/L Entry Review Log"' does not contain a definition for 'Reviewed At' This is however incorrect, as the column does exist in the version, any advice would be appreciated? Full logs attached. |
Answered by
aholstrup1
Apr 16, 2026
Replies: 1 comment 2 replies
|
As far as I can see, this field wasn't there when we originally shipped 27.5. It was introduced later as part of a hotfix. You'll need to use an artifact with a build number minimum 27.5.46862.47523. Right now, your artifact setting is "//*//first" which resolves to version 27.5.46862.47203. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try setting your artifact setting to "//*//latest" instead (http://aka.ms/algosettings#artifact)