Codeunit "Graph Mgt - Customer"
ID 5471
Namespace: Microsoft.Integration.Graph
Methods
PostalAddressToJSON
procedure PostalAddressToJSON(var Customer: Record Customer): Text
Parameters
| Name | Type | Description |
|---|---|---|
| Customer | Table Microsoft.Sales.Customer.Customer |
Returns
| Type | Description |
|---|---|
| Text |
UpdatePostalAddress
procedure UpdatePostalAddress(PostalAddressJSON: Text, var Customer: Record Customer)
Parameters
| Name | Type | Description |
|---|---|---|
| PostalAddressJSON | Text | |
| Customer | Table Microsoft.Sales.Customer.Customer |
UpdateIds
procedure UpdateIds()
UpdateIds
procedure UpdateIds(WithCommit: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| WithCommit | Boolean |