Hello all,
I have been trying to add a time field in acumatica. I know how to add a single field on detail level:
We have the option to add a date field but how shall I add only a time field?
Thanks in advance.
Hello all,
I have been trying to add a time field in acumatica. I know how to add a single field on detail level:
We have the option to add a date field but how shall I add only a time field?
Thanks in advance.
Hi
https://riptutorial.com/acumatica/example/32320/the-pxdbtime-attribute
Hi
https://riptutorial.com/acumatica/example/32320/the-pxdbtime-attribute
where & how shall I these 2 in the customization project editor?
hey
I followed like this.
Hey
Hey
Hey
And copied the code from the above link & replaced usrTime & UsrTime to usrATime & UsrATime. Am I doing it correct?
#region UsrATime
public abstract class usrATime : IBqlField
{ }
>PXDBTime(DisplayMask = "t", InputMask = "t")]
]PXUIField(DisplayName = "Time Only Value")]
public DateTime? UsrATime { get; set; }
#endregion
Can you please share the customization package here?
Hey
hey
Hey
Hi
Thanks!
Great! Thanks for sharing the update.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.