Hello mates,
Issues and issues :). Since i am not NAV developer (sys admin), i help my team in localization for our language. Serbian language is translated via partner translate tool for NAV2017, and now we have an issue with boolean type. In serbian language, no is ne, and yes is da. Now, we wrote some code for To-Do list which must have value No as default:
RunPageLink Salesperson Code=FIELD(Code),System To-do Type=FILTER(Organizer|Salesperson Attendee),Not Create To-Do for Resp. SP=CONST(No)
When i compile that with value set to No, filter is not applicable. When i put Yes, it has value Da and everything work.
Do you have some clue why is these issue is present? Since solution puts rights Boolean value to EN-US and Serbian Latin values in resx files.
Best regard.
*This post is locked for comments