CoreBOSBB
GenDoc modify time and createtime - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Modules/Extension Support (https://discussions.corebos.org/forumdisplay.php?fid=9)
+--- Thread: GenDoc modify time and createtime (/showthread.php?tid=1281)



GenDoc modify time and createtime - addady2 - 10-16-2018

Hello,

How I address the built in time field in GenDoc template.
created time and modified time.
Didn't found it in the documentation.

Any combination I tried fail for example:

{HelpDesk.MODIFIEDTIME}
{HelpDesk.modifiedtime}
{HelpDesk.Modifiedtime}
{HelpDesk.Modified_time}
{HelpDesk.modified_time}
{HelpDesk.Modified_Time}

Thanks


RE: GenDoc modify time and createtime - joebordes - 10-16-2018

Copied from the GenDoc Labels extension:

{HelpDesk.modifiedtime}

so the second one above should be working


RE: GenDoc modify time and createtime - joebordes - 10-16-2018

I just tried with {Accounts.modifiedtime} in a test template I have and it gave me the date, no time. Is that what you are referring to?


RE: GenDoc modify time and createtime - addady2 - 10-16-2018

Its working now. Probably some hidden character cause the issue.

Is it possible to get the hour allso?


RE: GenDoc modify time and createtime - joebordes - 10-16-2018

That is very common.

Try with format date special function and/or workflow expression and let me know