KVSPSAFormatAddress#
Procedures#
JobPostShptShipTo(Text[50], Record KVSPSAPostedJobDocumentHeader) :#
Summary: The JobShptShipTo procedure formats the shipping address for a posted job document header. It uses the Format Address codeunit to populate an array with the formatted address components.
procedure JobPostShptShipTo(var AddrArray: Text[50]; var PostedJobDocumentHeader: Record "KVSPSAPostedJobDocumentHeader"):
Parameters:
AddrArray
: Array of the AdressinformationsPostedJobDocumentHeader
: The posted job document header containing the shipping address details.
JobShptShipTo(Text[50], Record KVSPSAJob Document Header) :#
Summary: The JobShptShipTo procedure formats the shipping address for a job document header. It uses the Format Address codeunit to populate an array with the formatted address components.
procedure JobShptShipTo(var AddrArray: Text[50]; var JobDocumentHeader: Record "KVSPSAJob Document Header"):
Parameters:
AddrArray
: Array of the AdressinformationsJobDocumentHeader
: The job document header containing the shipping address details.