How to add date stamp field when boolean field box is checked

aredmond@thompsonpump.comaredmond@thompsonpump.com Member Posts: 16
edited 2021-03-11 in NAV Three Tier
When boolean box ix checked, i want the current date to populate a date box next to the boolean box on the page NAV2018

Answers

  • irasoelbaksirasoelbaks Member Posts: 119
    Wrote some logic in the table in the OnValidate trigger of the Boolean field to populate the datetime field.

    Pseudo code:
    "TimeStampField" := CURRENTDATETIME;
  • krikikriki Member, Moderator Posts: 9,094
    [Topic moved from 'SQL Tips & Tricks' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.