Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created December 21, 2020 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocohara/527b824cbfd007733c919e913199bbc0 to your computer and use it in GitHub Desktop.
Save tocohara/527b824cbfd007733c919e913199bbc0 to your computer and use it in GitHub Desktop.
Acumatica AppointmentAutoNumber Attribute for the Appointment Reference Number Field
[AppointmentAutoNumber(typeof(
Search<FSSrvOrdType.srvOrdNumberingID,
Where<
FSSrvOrdType.srvOrdType, Equal<Optional<FSAppointment.srvOrdType>>>>),
typeof(AccessInfo.businessDate))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment