DirDunsNumber::editDunsNumber Method
Used as the edit method from the LogisticsLocation table and the DirOrganizationBase table.
Syntax
client server public static DirDunsNumber editDunsNumber(
boolean _set,
LogisticsDunsNumber _dunsNumber,
LogisticsDunsNumberRecId _dunsRecId)
Run On
ClientOrServer
Parameters
- _set
Type: boolean
A Boolean value that indicates whether the edit method is setting the field.
- _dunsNumber
Type: LogisticsDunsNumber Extended Data Type
A String value for the DUNS number.
- _dunsRecId
Type: LogisticsDunsNumberRecId Extended Data Type
The record ID of an existing record in the DirDunsNumber table.
Return Value
Type: DirDunsNumber Table
A DirDunsNumber table buffer.