"Creation Time" field in Production Order

santoshmkcetsantoshmkcet Member Posts: 229
Dear all,

There is no "Creation Time" field in Production Order as per my knowledge. Creation time field is for displaying the time at which the Production Order was created.

Can anyone give an advice whether it is available or we have to customize?

Thanks in Advance...
Thanks & Regards
Santosh
Where Stones can be transformed to Gold

Comments

  • tompynationtompynation Member Posts: 398
    The Creation Date gets filled by the System in the OnInsert trigger of the Production Order...

    "Starting Time" := MfgSetup."Normal Starting Time";
    "Ending Time" := MfgSetup."Normal Ending Time";
    "Creation Date" := TODAY;

    It's not available on the form...
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    You can customize,

    if u dont have any records in table then change the creation date data type to date Time

    or you can add new field as Creation Time with data type Time.
    and assign Time in OnInsert trigger
Sign In or Register to comment.