Codeunit "Graph Mgt - Sales Invoice"

ID 5475
Namespace: Microsoft.Integration.Graph

Properties

Name Value
Permissions TableData "Sales Invoice Header" = rimd

Methods

ProcessComplexTypes

procedure ProcessComplexTypes(var SalesInvoiceEntityAggregate: Record "Sales Invoice Entity Aggregate", SellToAddressJSON: Text)

Parameters

Name Type Description
SalesInvoiceEntityAggregate Table Microsoft.Integration.Entity."Sales Invoice Entity Aggregate"
SellToAddressJSON Text

ParseSellToCustomerAddressFromJSON

procedure ParseSellToCustomerAddressFromJSON(SellToAddressJSON: Text, var SalesInvoiceEntityAggregate: Record "Sales Invoice Entity Aggregate")

Parameters

Name Type Description
SellToAddressJSON Text
SalesInvoiceEntityAggregate Table Microsoft.Integration.Entity."Sales Invoice Entity Aggregate"

ParseBillToCustomerAddressFromJSON

procedure ParseBillToCustomerAddressFromJSON(BillToAddressJSON: Text, var SalesInvoiceEntityAggregate: Record "Sales Invoice Entity Aggregate")

Parameters

Name Type Description
BillToAddressJSON Text
SalesInvoiceEntityAggregate Table Microsoft.Integration.Entity."Sales Invoice Entity Aggregate"

ParseShipToCustomerAddressFromJSON

procedure ParseShipToCustomerAddressFromJSON(ShipToAddressJSON: Text, var SalesInvoiceEntityAggregate: Record "Sales Invoice Entity Aggregate")

Parameters

Name Type Description
ShipToAddressJSON Text
SalesInvoiceEntityAggregate Table Microsoft.Integration.Entity."Sales Invoice Entity Aggregate"

SellToCustomerAddressToJSON

procedure SellToCustomerAddressToJSON(var SalesInvoiceEntityAggregate: Record "Sales Invoice Entity Aggregate"): Text

Parameters

Name Type Description
SalesInvoiceEntityAggregate Table Microsoft.Integration.Entity."Sales Invoice Entity Aggregate"

Returns

Type Description
Text

BillToCustomerAddressToJSON

procedure BillToCustomerAddressToJSON(var SalesInvoiceEntityAggregate: Record "Sales Invoice Entity Aggregate"): Text

Parameters

Name Type Description
SalesInvoiceEntityAggregate Table Microsoft.Integration.Entity."Sales Invoice Entity Aggregate"

Returns

Type Description
Text

ShipToCustomerAddressToJSON

procedure ShipToCustomerAddressToJSON(var SalesInvoiceEntityAggregate: Record "Sales Invoice Entity Aggregate"): Text

Parameters

Name Type Description
SalesInvoiceEntityAggregate Table Microsoft.Integration.Entity."Sales Invoice Entity Aggregate"

Returns

Type Description
Text

See also