Microsoft Dynamics GP helps businesses gain greater control over their financials, better manage their inventory and operations, and make informed decisions that help drive business success.
This connector provides access to the Dynamics GP platform API.
Additional Info
Requires Mule Enterprise License |
Yes |
Requires Entitlement |
No |
Mule Version |
3.7.0 or higher |
Configs
Kerberos Connection
<dynamicsgp:config-kerberos>
Connection Management
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
name |
The name of this configuration. With this name can be later referenced. |
x |
||
username |
The username that identifies the user. |
x |
||
password |
The password of the user. |
x |
||
spn |
The Service Principal Name that identifies the service instance |
x |
||
loginConfLocation |
Path to a customized Login Properties File |
x |
||
krb5ConfLocation |
Path to a customized Kerberos Properties File |
x |
||
endpoint |
Base URL where the SOAP services are exposed. |
x |
NTLM Connection
<dynamicsgp:config-ntlm>
Connection Management
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
name |
The name of this configuration. With this name can be later referenced. |
x |
||
username |
The username that identifies the user. |
x |
||
password |
The password of the user. |
x |
||
domain |
Domain of the Dynamics GP instance |
x |
||
endpoint |
Base URL where the SOAP services are exposed. |
x |
Processors
Multitenant enabled
<dynamicsgp:multitenant-enabled>
Indicates whether the Dynamics GP service is installed in a multitenant configuration.
XML Sample
<dynamicsgp:multitenant-enabled config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
Returns
Return Java Type | Description |
---|---|
Boolean The value true indicates that a multitenant configuration is being used. The value false indicates that the Tenant Service is not being used. |
Get tax schedule detail by key
<dynamicsgp:get-tax-schedule-detail-by-key>
Retrieves a tax detail object that is part of a tax schedule, based on the key values supplied.
XML Sample
<dynamicsgp:get-tax-schedule-detail-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
TaxScheduleDetail A tax schedule detail object. |
Get purchase order list
<dynamicsgp:get-purchase-order-list>
Retrieves a list of purchase order summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-purchase-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get sales quote list
<dynamicsgp:get-sales-quote-list>
Retrieves a list of sales quote summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-quote-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed internet address key list
<dynamicsgp:get-changed-internet-address-key-list>
Retrieves a list of changed Internet address key objects for the Internet addresses that have been acted on during the specified interval. An Internet address has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-internet-address-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get receivables finance charge by key
<dynamicsgp:get-receivables-finance-charge-by-key>
Retrieves a single receivables finance charge object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-receivables-finance-charge-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReceivablesFinanceCharge A receivables finance charge object. |
Get skill by key
<dynamicsgp:get-skill-by-key>
Retrieves a skill object based on the specified skill key.
XML Sample
<dynamicsgp:get-skill-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Void sales order
<dynamicsgp:void-sales-order>
This method voids a sales order.
XML Sample
<dynamicsgp:void-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Void cash receipt
<dynamicsgp:void-cash-receipt>
This method voids a cash receipt.
XML Sample
<dynamicsgp:void-cash-receipt params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Posted Transaction By Key
<dynamicsgp:get-g-l-posted-transaction-by-key>
Retrieves a single general ledger transaction object based on the key value supplied.
XML Sample
<dynamicsgp:get-g-l-posted-transaction-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get item currency list
<dynamicsgp:get-item-currency-list>
Retrieves a list of item currency objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-item-currency-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Discontinue sales item
<dynamicsgp:discontinue-sales-item>
Discontinues a sales item based on the item key value supplied.
XML Sample
<dynamicsgp:discontinue-sales-item params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get receivables credit memo list
<dynamicsgp:get-receivables-credit-memo-list>
Retrieves a list of receivables credit memo summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-credit-memo-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get Web Service Enabled Company List
<dynamicsgp:get-w-s-enabled-company-list>
Retrieves the list of company objects for companies in Microsoft Dynamics GP that have had web services installed.
XML Sample
<dynamicsgp:get-w-s-enabled-company-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project change order list
<dynamicsgp:get-project-change-order-list>
Retrieves a list of project change order summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-project-change-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get payment card type by key
<dynamicsgp:get-payment-card-type-by-key>
Retrieves a single payment card type object based on the specified payment card type key.
XML Sample
<dynamicsgp:get-payment-card-type-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales person by key
<dynamicsgp:get-sales-person-by-key>
Retrieves a single salesperson object based on the specified salesperson key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-person-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project by key
<dynamicsgp:get-project-by-key>
Retrieves a single project object based on the specified project key.
XML Sample
<dynamicsgp:get-project-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete skill set
<dynamicsgp:delete-skill-set>
Deletes a skill set based on the key value supplied.
XML Sample
<dynamicsgp:delete-skill-set params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get applicant interview by key
<dynamicsgp:get-applicant-interview-by-key>
Retrieves a single applicant interview object based on the key value supplied.
XML Sample
<dynamicsgp:get-applicant-interview-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ApplicantInterview An applicant interview object. |
Create business object user assignment
<dynamicsgp:create-business-object-user-assignment>
This method creates a new business object user assignment, assigning a Windows User ID to an ID in Microsoft Dynamics GP.
XML Sample
<dynamicsgp:create-business-object-user-assignment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project budget by key
<dynamicsgp:get-project-budget-by-key>
Retrieves a single project budget object based on the specified project budget key.
XML Sample
<dynamicsgp:get-project-budget-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create applicant interview
<dynamicsgp:create-applicant-interview>
This method creates a new applicant interview entry for a specified applicant.
XML Sample
<dynamicsgp:create-applicant-interview params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create item warehouse
<dynamicsgp:create-item-warehouse>
This method creates a new relationship between an item and a warehouse.
XML Sample
<dynamicsgp:create-item-warehouse params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Variable Allocation Account By Key
<dynamicsgp:get-g-l-variable-allocation-account-by-key>
Retrieves a single general ledger variable allocation account object based on the key value supplied.
XML Sample
<dynamicsgp:get-g-l-variable-allocation-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
GLVariableAllocationAccount A GL variable allocation account object. |
Get skill set by key
<dynamicsgp:get-skill-set-by-key>
Retrieves a skill set object based on the specified skill set key.
XML Sample
<dynamicsgp:get-skill-set-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get warehouse list
<dynamicsgp:get-warehouse-list>
Retrieves a list of warehouse (site) summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-warehouse-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update applicant work history
<dynamicsgp:update-applicant-work-history>
Updates the specified applicant work history object, storing the current values in the database.
XML Sample
<dynamicsgp:update-applicant-work-history params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update sales backorder
<dynamicsgp:update-sales-backorder>
Updates the specified sales backorder object, storing the current values in the database.
XML Sample
<dynamicsgp:update-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create purchase order
<dynamicsgp:create-purchase-order>
This method creates a new purchase order document.
XML Sample
<dynamicsgp:create-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create employee pay code
<dynamicsgp:create-employee-pay-code>
This method associates a specified pay code with a specified employee.
XML Sample
<dynamicsgp:create-employee-pay-code params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create GL Variable Allocation Account
<dynamicsgp:create-g-l-variable-allocation-account>
This method creates a new GL variable allocation account.
XML Sample
<dynamicsgp:create-g-l-variable-allocation-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Posting Account List
<dynamicsgp:get-g-l-posting-account-list>
Retrieves a list of general ledger posting account summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-g-l-posting-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed shipping method key list
<dynamicsgp:get-changed-shipping-method-key-list>
Retrieves a list of changed shipping method key objects for the shipping methods that have been acted on during the specified interval. A shipping method has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-shipping-method-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get country region code list
<dynamicsgp:get-country-region-code-list>
Retrieves a list of country region code objects that match the specified criteria.
XML Sample
<dynamicsgp:get-country-region-code-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get tax detail by key
<dynamicsgp:get-tax-detail-by-key>
Retrieves a single tax detail object based on the key value supplied.
XML Sample
<dynamicsgp:get-tax-detail-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales fulfillment order list
<dynamicsgp:get-sales-fulfillment-order-list>
Retrieves a list of sales fulfillment order summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-fulfillment-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create policy
<dynamicsgp:create-policy>
Creates a policy instance for the specified role. The new policy instance can have different behavior settings from the default policy for the service operation.
XML Sample
<dynamicsgp:create-policy params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create GL Transaction
<dynamicsgp:create-g-l-transaction>
This method creates a new GL transaction.
XML Sample
<dynamicsgp:create-g-l-transaction params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project miscellaneous log by key
<dynamicsgp:get-project-miscellaneous-log-by-key>
Retrieves a single project miscellaneous log object based on the specified project miscellaneous log key.
XML Sample
<dynamicsgp:get-project-miscellaneous-log-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ProjectMiscellaneousLog The project miscellaneous log object. |
Get policy by key
<dynamicsgp:get-policy-by-key>
Retrieves the policy instance based on the key value (GUID) for the policy. The appropriate policy instance will be retrieved for the user, company, and role specified by the context object. The returned policy object will contain only the external behaviors.
XML Sample
<dynamicsgp:get-policy-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Transaction List
<dynamicsgp:get-g-l-transaction-list>
Retrieves a list of general ledger transaction summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-g-l-transaction-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get service list
<dynamicsgp:get-service-list>
Retrieves a list of service objects that match the specified criteria.
XML Sample
<dynamicsgp:get-service-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant by key
<dynamicsgp:get-applicant-by-key>
Retrieves a single applicant object based on the key value supplied.
XML Sample
<dynamicsgp:get-applicant-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create sales return
<dynamicsgp:create-sales-return>
This method creates a new sales return.
XML Sample
<dynamicsgp:create-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get service call list
<dynamicsgp:get-service-call-list>
Retrieves a list of service call summmary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-service-call-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create corporate account
<dynamicsgp:create-corporate-account>
This method creates a new corporate account.
XML Sample
<dynamicsgp:create-corporate-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales fulfillment order by key
<dynamicsgp:get-sales-fulfillment-order-by-key>
Retrieves a single sales fulfillment order object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-fulfillment-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
SalesFulfillmentOrder A sales fulfillment order object. |
Get GL Transaction By Key
<dynamicsgp:get-g-l-transaction-by-key>
Retrieves a single general ledger transaction object based on the key value supplied.
XML Sample
<dynamicsgp:get-g-l-transaction-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create customer address
<dynamicsgp:create-customer-address>
This method creates a new customer address.
XML Sample
<dynamicsgp:create-customer-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales backorder by key
<dynamicsgp:get-sales-backorder-by-key>
Retrieves a single sales backorder object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-backorder-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payment terms list
<dynamicsgp:get-payment-terms-list>
Retrieves a list of payment terms objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payment-terms-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get batch list
<dynamicsgp:get-batch-list>
Retrieves a list of batch objects that match the specified criteria.
XML Sample
<dynamicsgp:get-batch-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get employee list
<dynamicsgp:get-employee-list>
Retrieves a list of employee summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-employee-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get manufacturing order list
<dynamicsgp:get-manufacturing-order-list>
Retrieves a list of manufacturing order summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-manufacturing-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update sales process hold setup
<dynamicsgp:update-sales-process-hold-setup>
Updates the specified sales process hold setup object, storing the current values in the database.
XML Sample
<dynamicsgp:update-sales-process-hold-setup params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get currency access list
<dynamicsgp:get-currency-access-list>
Retrieves a list of currency access objects that match the specified criteria.
XML Sample
<dynamicsgp:get-currency-access-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get inventory transfer by key
<dynamicsgp:get-inventory-transfer-by-key>
Retrieves a single inventory transfer object based on the inventory key value supplied.
XML Sample
<dynamicsgp:get-inventory-transfer-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
InventoryTransfer An inventory transfer object. |
Get receivables return by key
<dynamicsgp:get-receivables-return-by-key>
Retrieves a single receivables return object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-receivables-return-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReceivablesReturn A receivables return object. |
Get item by key
<dynamicsgp:get-item-by-key>
Retrieves a single inventory item object based on the item key value supplied.
XML Sample
<dynamicsgp:get-item-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get changed tax detail key list
<dynamicsgp:get-changed-tax-detail-key-list>
Retrieves a list of changed tax detail key objects for the tax details that have been acted on during the specified interval. A tax detail has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-tax-detail-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Delete skill
<dynamicsgp:delete-skill>
Deletes a skill based on the key value supplied.
XML Sample
<dynamicsgp:delete-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create applicant skill
<dynamicsgp:create-applicant-skill>
This method creates a new applicant skill entry for a specified applicant.
XML Sample
<dynamicsgp:create-applicant-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get pricing list
<dynamicsgp:get-pricing-list>
Retrieves a list of pricing summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-pricing-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create return material authorization
<dynamicsgp:create-return-material-authorization>
This method creates a new return material authorization.
XML Sample
<dynamicsgp:create-return-material-authorization params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create GL Fixed Allocation Account
<dynamicsgp:create-g-l-fixed-allocation-account>
This method creates a new GL fixed allocation account.
XML Sample
<dynamicsgp:create-g-l-fixed-allocation-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project timesheet by key
<dynamicsgp:get-project-timesheet-by-key>
Retrieves a single project timesheet object based on the specified project timesheet key.
XML Sample
<dynamicsgp:get-project-timesheet-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ProjectTimesheet The project timesheet object. |
Delete sales fulfillment order
<dynamicsgp:delete-sales-fulfillment-order>
Deletes a sales fulfillment order based on the key value supplied.
XML Sample
<dynamicsgp:delete-sales-fulfillment-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create applicant work history
<dynamicsgp:create-applicant-work-history>
This method creates work history information for a specified applicant.
XML Sample
<dynamicsgp:create-applicant-work-history params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get vendor list
<dynamicsgp:get-vendor-list>
Retrieves a list of vendor summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-vendor-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get purchase invoice by key
<dynamicsgp:get-purchase-invoice-by-key>
Retrieves a single purchase invoice object based on the specified purchase transaction key.
XML Sample
<dynamicsgp:get-purchase-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update service quote
<dynamicsgp:update-service-quote>
Updates the specified service quote object, storing the current values in the database.
XML Sample
<dynamicsgp:update-service-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete business object user assignment
<dynamicsgp:delete-business-object-user-assignment>
Deletes a business object user assignment.
XML Sample
<dynamicsgp:delete-business-object-user-assignment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete all logged exception data
<dynamicsgp:delete-all-logged-exception-data>
Deletes all exceptions from the log.
XML Sample
<dynamicsgp:delete-all-logged-exception-data params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get receivables service repair by key
<dynamicsgp:get-receivables-service-repair-by-key>
Retrieves a single receivables service repair object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-receivables-service-repair-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReceivablesServiceRepair A receivables service repair object. |
Get applicant reference list
<dynamicsgp:get-applicant-reference-list>
Retrieves a list of applicant reference summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-reference-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get customer list
<dynamicsgp:get-customer-list>
Retrieves a list of customer summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-customer-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Void sales return
<dynamicsgp:void-sales-return>
This method voids a sales return.
XML Sample
<dynamicsgp:void-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create cash receipt
<dynamicsgp:create-cash-receipt>
This method creates a new cash receipt.
XML Sample
<dynamicsgp:create-cash-receipt params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create employee address
<dynamicsgp:create-employee-address>
This method creates a new address and associates it with a specified employee.
XML Sample
<dynamicsgp:create-employee-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get company address list
<dynamicsgp:get-company-address-list>
Retrieves a list of company address objects that match the specified criteria.
XML Sample
<dynamicsgp:get-company-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get dynamics online configuration by key
<dynamicsgp:get-dynamics-online-configuration-by-key>
Retrieves the Dynamics Online Configuration for a specific company.
XML Sample
<dynamicsgp:get-dynamics-online-configuration-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
DynamicsOnlineConfiguration A customer object. |
Update applicant interview
<dynamicsgp:update-applicant-interview>
Updates the specified applicant interview object, storing the current values in the database.
XML Sample
<dynamicsgp:update-applicant-interview params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get currency by key
<dynamicsgp:get-currency-by-key>
Retrieves a single currency object based on the key value supplied.
XML Sample
<dynamicsgp:get-currency-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get item list
<dynamicsgp:get-item-list>
Retrieves a list of inventory items that meet the specified criteria.
XML Sample
<dynamicsgp:get-item-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get inventory transfer list
<dynamicsgp:get-inventory-transfer-list>
Retrieves a list of inventory transfer summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-inventory-transfer-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get employee pay code by key
<dynamicsgp:get-employee-pay-code-by-key>
Retrieves an employee pay code object based on the key value supplied.
XML Sample
<dynamicsgp:get-employee-pay-code-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update item vendor
<dynamicsgp:update-item-vendor>
Updates the specified item vendor object, storing the current values in the database.
XML Sample
<dynamicsgp:update-item-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create sales item
<dynamicsgp:create-sales-item>
This method creates a new sales item.
XML Sample
<dynamicsgp:create-sales-item params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete customer
<dynamicsgp:delete-customer>
Deletes a customer based on the key value supplied.
XML Sample
<dynamicsgp:delete-customer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Account Aategory List
<dynamicsgp:get-g-l-account-category-list>
Retrieves a list of all general ledger account category objects.
XML Sample
<dynamicsgp:get-g-l-account-category-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update employee pay code
<dynamicsgp:update-employee-pay-code>
Updates the specified employee pay code object, storing the current values in the database.
XML Sample
<dynamicsgp:update-employee-pay-code params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get user assignable business object list
<dynamicsgp:get-user-assignable-business-object-list>
Retrieves the list of business objects in Microsoft Dynamics GP that can have a user ID associated with them.
XML Sample
<dynamicsgp:get-user-assignable-business-object-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get receivables warranty list
<dynamicsgp:get-receivables-warranty-list>
Retrieves a list of receivables warranty summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-warranty-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Delete sales quote
<dynamicsgp:delete-sales-quote>
Deletes a sales quote based on the key value supplied.
XML Sample
<dynamicsgp:delete-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Void sales backorder
<dynamicsgp:void-sales-backorder>
This method voids a sales backorder.
XML Sample
<dynamicsgp:void-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create sales backorder
<dynamicsgp:create-sales-backorder>
This method creates a new sales backorder.
XML Sample
<dynamicsgp:create-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get currency posting account list
<dynamicsgp:get-currency-posting-account-list>
Retrieves a list of currency posting account objects that match the specified criteria.
XML Sample
<dynamicsgp:get-currency-posting-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create payables invoice
<dynamicsgp:create-payables-invoice>
This method creates a new payables invoice document.
XML Sample
<dynamicsgp:create-payables-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete applicant interview
<dynamicsgp:delete-applicant-interview>
Deletes applicant interview information based on the key value supplied.
XML Sample
<dynamicsgp:delete-applicant-interview params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete applicant test
<dynamicsgp:delete-applicant-test>
Deletes applicant test information based on the key value supplied.
XML Sample
<dynamicsgp:delete-applicant-test params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create service
<dynamicsgp:create-service>
This method creates a new service.
XML Sample
<dynamicsgp:create-service params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payment card type list
<dynamicsgp:get-payment-card-type-list>
Retrieves a list of payment card type objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payment-card-type-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant test by key
<dynamicsgp:get-applicant-test-by-key>
Retrieves a single applicant test object based on the key value supplied.
XML Sample
<dynamicsgp:get-applicant-test-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Account Format List
<dynamicsgp:get-g-l-account-format-list>
Retrieves a list of general ledger account format objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-g-l-account-format-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get Web Service Enabled Company For User List
<dynamicsgp:get-w-s-enabled-company-for-user-list>
Retrieves a list of company objects for which the current user is assigned to at least one security role, allowing them to run service methods.
XML Sample
<dynamicsgp:get-w-s-enabled-company-for-user-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create payables return
<dynamicsgp:create-payables-return>
This method creates a new payables return document.
XML Sample
<dynamicsgp:create-payables-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get bank list
<dynamicsgp:get-bank-list>
Retrieves a list of bank objects that match the specified criteria.
XML Sample
<dynamicsgp:get-bank-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Posting Account By Key
<dynamicsgp:get-g-l-posting-account-by-key>
Retrieves a single general ledger posting account object based on the key value supplied.
XML Sample
<dynamicsgp:get-g-l-posting-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create applicant education
<dynamicsgp:create-applicant-education>
This method creates a new applicant education entry for a specified applicant.
XML Sample
<dynamicsgp:create-applicant-education params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create purchase receipt
<dynamicsgp:create-purchase-receipt>
This method creates a new purchase receipt document.
XML Sample
<dynamicsgp:create-purchase-receipt params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get skill list
<dynamicsgp:get-skill-list>
Retrieves a list of skill objects that match the specified criteria.
XML Sample
<dynamicsgp:get-skill-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create GL Posting Account
<dynamicsgp:create-g-l-posting-account>
This method creates a new GL posting account.
XML Sample
<dynamicsgp:create-g-l-posting-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get return material authorization by key
<dynamicsgp:get-return-material-authorization-by-key>
Retrieves a single return material authorization object based on the specified service document key.
XML Sample
<dynamicsgp:get-return-material-authorization-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReturnMaterialAuthorization A return material authorization object. |
Create vendor
<dynamicsgp:create-vendor>
This method creates a new vendor.
XML Sample
<dynamicsgp:create-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get tax schedule list
<dynamicsgp:get-tax-schedule-list>
Retrieves a list of tax schedule objects that match the specified criteria.
XML Sample
<dynamicsgp:get-tax-schedule-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get receivables invoice list
<dynamicsgp:get-receivables-invoice-list>
Retrieves a list of receivables invoice summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get vendor planned order by key
<dynamicsgp:get-vendor-planned-order-by-key>
Retrieves a single vendor planned order object based on the specified planned order key.
XML Sample
<dynamicsgp:get-vendor-planned-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
VendorPlannedOrder A vendor planned order object. |
Get country region code by key
<dynamicsgp:get-country-region-code-by-key>
Retrieves the country region code object based on the key values supplied.
XML Sample
<dynamicsgp:get-country-region-code-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
CountryRegionCode The country region code object. |
Get logged validation result by key
<dynamicsgp:get-logged-validation-result-by-key>
Retrieves a single validation result object from the log based on the logId value supplied.
XML Sample
<dynamicsgp:get-logged-validation-result-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ValidationResult A logged validation result object. |
Get payables invoice by key
<dynamicsgp:get-payables-invoice-by-key>
Retrieves a single payables invoice object based on the specified payables document key.
XML Sample
<dynamicsgp:get-payables-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get applicant interview list
<dynamicsgp:get-applicant-interview-list>
Retrieves a list of applicant interview summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-interview-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant application list
<dynamicsgp:get-applicant-application-list>
Retrieves a list of applicant application summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-application-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update applicant skill
<dynamicsgp:update-applicant-skill>
Updates the specified applicant skill object, storing the current values in the database.
XML Sample
<dynamicsgp:update-applicant-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project contract by key
<dynamicsgp:get-project-contract-by-key>
Retrieves a single project contract object based on the specified project contract key.
XML Sample
<dynamicsgp:get-project-contract-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get policy list
<dynamicsgp:get-policy-list>
Retrieves a list of the policy summary objects for the current company.
XML Sample
<dynamicsgp:get-policy-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant education by key
<dynamicsgp:get-applicant-education-by-key>
Retrieves a single applicant education object based on the key value supplied.
XML Sample
<dynamicsgp:get-applicant-education-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ApplicantEducation An applicant education object. |
Get bank by key
<dynamicsgp:get-bank-by-key>
Retrieves a single bank object based on the bank key value supplied.
XML Sample
<dynamicsgp:get-bank-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project budget list
<dynamicsgp:get-project-budget-list>
Retrieves a list of project budget summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-project-budget-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get tax detail list
<dynamicsgp:get-tax-detail-list>
Retrieves a list of tax detail objects that match the specified criteria.
XML Sample
<dynamicsgp:get-tax-detail-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get purchase order by key
<dynamicsgp:get-purchase-order-by-key>
Retrieves a single purchase order object based on the specified purchase transaction key.
XML Sample
<dynamicsgp:get-purchase-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get logged exception data by key
<dynamicsgp:get-logged-exception-data-by-key>
Retrieves a single exception object from the log based on the logId value supplied.
XML Sample
<dynamicsgp:get-logged-exception-data-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
LoggedExceptionData A LoggedExceptionData object. |
Get HR Requisition List
<dynamicsgp:get-h-r-requisition-list>
Retrieves a list of HR requisition summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-h-r-requisition-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get sales quote by key
<dynamicsgp:get-sales-quote-by-key>
Retrieves a single sales quote object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-quote-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete purchase order
<dynamicsgp:delete-purchase-order>
Deletes a purchase order based on the purchase transaction key value supplied.
XML Sample
<dynamicsgp:delete-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get applicant list
<dynamicsgp:get-applicant-list>
Retrieves a list of applicant summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant test list
<dynamicsgp:get-applicant-test-list>
Retrieves a list of applicant test objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-test-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get payables finance charge by key
<dynamicsgp:get-payables-finance-charge-by-key>
Retrieves a single payables finance charge object based on the specified payables document key.
XML Sample
<dynamicsgp:get-payables-finance-charge-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
PayablesFinanceCharge A payables finance charge object. |
Get service call by key
<dynamicsgp:get-service-call-by-key>
Retrieves a single service call object based on the specified service document key.
XML Sample
<dynamicsgp:get-service-call-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get tax schedule detail list
<dynamicsgp:get-tax-schedule-detail-list>
Retrieves a list of tax schedule detail objects that match the specified criteria.
XML Sample
<dynamicsgp:get-tax-schedule-detail-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create customer
<dynamicsgp:create-customer>
This method creates a new customer.
XML Sample
<dynamicsgp:create-customer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update service equipment
<dynamicsgp:update-service-equipment>
Updates the specified service equipment object, storing the current values in the database.
XML Sample
<dynamicsgp:update-service-equipment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete applicant work history
<dynamicsgp:delete-applicant-work-history>
Deletes applicant work history information based on a specified key value.
XML Sample
<dynamicsgp:delete-applicant-work-history params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get corporate account by key
<dynamicsgp:get-corporate-account-by-key>
Retrieves a single corporate account object based on the key value supplied.
XML Sample
<dynamicsgp:get-corporate-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get service quote by key
<dynamicsgp:get-service-quote-by-key>
Retrieves a single service quote object based on the specified service document key.
XML Sample
<dynamicsgp:get-service-quote-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales invoice by key
<dynamicsgp:get-sales-invoice-by-key>
Retrieves a single sales invoice object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get vendor planned order list
<dynamicsgp:get-vendor-planned-order-list>
Retrieves a list of vendor planned order summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-vendor-planned-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get vendor manufacturing order by key
<dynamicsgp:get-vendor-manufacturing-order-by-key>
Retrieves a single vendor manufacturing order object based on the specified manufacturing order document key.
XML Sample
<dynamicsgp:get-vendor-manufacturing-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
VendorManufacturingOrder A vendor manufacturing order object. |
Create receivables invoice
<dynamicsgp:create-receivables-invoice>
This method creates a new receivables invoice document.
XML Sample
<dynamicsgp:create-receivables-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get customer by key
<dynamicsgp:get-customer-by-key>
Retrieves a single customer object based on the key value supplied. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-customer-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update sales quote
<dynamicsgp:update-sales-quote>
Updates the specified sales quote object, storing the current values in the database.
XML Sample
<dynamicsgp:update-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get company list
<dynamicsgp:get-company-list>
Retrieves a list of company objects that match the specified criteria.
XML Sample
<dynamicsgp:get-company-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get changed customer address key list
<dynamicsgp:get-changed-customer-address-key-list>
Retrieves a list of changed customer address key objects for the customer addresses that have been acted on during the specified interval. A customer address has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-customer-address-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get employee pay code list
<dynamicsgp:get-employee-pay-code-list>
Retrieves a list of employee pay code summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-employee-pay-code-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get vendor address by key
<dynamicsgp:get-vendor-address-by-key>
Retrieves a single vendor address object based on the specified vendor address key.
XML Sample
<dynamicsgp:get-vendor-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update skill
<dynamicsgp:update-skill>
Updates the specified skill object, storing the current values in the database.
XML Sample
<dynamicsgp:update-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get purchase receipt list
<dynamicsgp:get-purchase-receipt-list>
Retrieves a list of purchase receipt summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-purchase-receipt-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create payables miscellaneous charge
<dynamicsgp:create-payables-miscellaneous-charge>
This method creates a new payables miscellaneous charge document.
XML Sample
<dynamicsgp:create-payables-miscellaneous-charge params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get receivables debit memo by key
<dynamicsgp:get-receivables-debit-memo-by-key>
Retrieves a single receivables debit memo object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-receivables-debit-memo-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReceivablesDebitMemo A receivables debit memo object. |
Get customer receivables summary by key
<dynamicsgp:get-customer-receivables-summary-by-key>
Retrieves receivables summary information for a specified customer. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-customer-receivables-summary-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
CustomerReceivablesSummary A customer receivables summary object. |
Create item vendor
<dynamicsgp:create-item-vendor>
This method creates a new relationship between an item and a vendor.
XML Sample
<dynamicsgp:create-item-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get tenant list
<dynamicsgp:get-tenant-list>
Retrieves a list of tenants that the specified user has access to.
XML Sample
<dynamicsgp:get-tenant-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales return list
<dynamicsgp:get-sales-return-list>
Retrieves a list of sales return summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-return-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get business object summary list
<dynamicsgp:get-business-object-summary-list>
Retrieves a list of business object summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-business-object-summary-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update HR Requisition
<dynamicsgp:update-h-r-requisition>
Updates the specified HR requisition object, storing the current values in the database.
XML Sample
<dynamicsgp:update-h-r-requisition params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get Unit Of Measure Schedule By Key
<dynamicsgp:get-uof-m-schedule-by-key>
Retrieves a single unit of measure schedule object based on the specified unit of measure schedule key.
XML Sample
<dynamicsgp:get-uof-m-schedule-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payables credit memo by key
<dynamicsgp:get-payables-credit-memo-by-key>
Retrieves a single payables credit memo object based on the specified payables document key.
XML Sample
<dynamicsgp:get-payables-credit-memo-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
PayablesCreditMemo A payables credit memo object. |
Create payables credit memo
<dynamicsgp:create-payables-credit-memo>
This method creates a new payables credit memo document.
XML Sample
<dynamicsgp:create-payables-credit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get complete policy by key
<dynamicsgp:get-complete-policy-by-key>
Retrieves the policy instance based on the key value (GUID) for the policy and the role key supplied. The returned policy object will contain both the internal and the external behaviors.
XML Sample
<dynamicsgp:get-complete-policy-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get inventory variance list
<dynamicsgp:get-inventory-variance-list>
Retrieves a list of inventory variance summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-inventory-variance-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get project list
<dynamicsgp:get-project-list>
Retrieves a list of project summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-project-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get vendor manufacturing order list
<dynamicsgp:get-vendor-manufacturing-order-list>
Retrieves a list of vendor manufacturing order summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-vendor-manufacturing-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get payables finance charge list
<dynamicsgp:get-payables-finance-charge-list>
Retrieves a list of payables finance charge summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payables-finance-charge-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get receivables document list
<dynamicsgp:get-receivables-document-list>
Retrieves a list of receivables document summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-document-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get payables return list
<dynamicsgp:get-payables-return-list>
Retrieves a list of payables return summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payables-return-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get receivables debit memo list
<dynamicsgp:get-receivables-debit-memo-list>
Retrieves a list of receivables debit memo summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-debit-memo-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get service by key
<dynamicsgp:get-service-by-key>
Retrieves a single service object based on the specified item key.
XML Sample
<dynamicsgp:get-service-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Void receivables credit memo
<dynamicsgp:void-receivables-credit-memo>
This method voids a receivables credit memo.
XML Sample
<dynamicsgp:void-receivables-credit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get policy by operation
<dynamicsgp:get-policy-by-operation>
Retrieves the policy instance based on the name of the service operation to be performed. The appropriate policy instance will be retrieved for the user, company, and role specified by the context object. The returned policy object will contain only the external behaviors.
XML Sample
<dynamicsgp:get-policy-by-operation params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create inventory transfer
<dynamicsgp:create-inventory-transfer>
This method creates a new inventory transfer document.
XML Sample
<dynamicsgp:create-inventory-transfer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete vendor address
<dynamicsgp:delete-vendor-address>
Deletes a vendor address based on the key value supplied.
XML Sample
<dynamicsgp:delete-vendor-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get employee by key
<dynamicsgp:get-employee-by-key>
Retrieves a single employee object based on the key value supplied. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-employee-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get vendor address list
<dynamicsgp:get-vendor-address-list>
Retrieves a list of vendor address summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-vendor-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get customer address by key
<dynamicsgp:get-customer-address-by-key>
Retrieves a single customer address object based on the specified customer address key.
XML Sample
<dynamicsgp:get-customer-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales territory by key
<dynamicsgp:get-sales-territory-by-key>
Retrieves a single sales territory object based on the specified sales territory key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-territory-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get changed tax schedule detail key list
<dynamicsgp:get-changed-tax-schedule-detail-key-list>
Retrieves a list of changed tax schedule detail key objects for the tax schedule details that have been acted on during the specified interval. A tax schedule detail has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-tax-schedule-detail-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Void purchase order
<dynamicsgp:void-purchase-order>
This method voids a purchase order document.
XML Sample
<dynamicsgp:void-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get employee address list
<dynamicsgp:get-employee-address-list>
Retrieves a list of employee address summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-employee-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create pricing
<dynamicsgp:create-pricing>
This method creates a new pricing option for an item.
XML Sample
<dynamicsgp:create-pricing params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create sales fulfillment order
<dynamicsgp:create-sales-fulfillment-order>
This method creates a new sales fulfillment order.
XML Sample
<dynamicsgp:create-sales-fulfillment-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update applicant reference
<dynamicsgp:update-applicant-reference>
Updates the specified applicant reference object, storing the current values in the database.
XML Sample
<dynamicsgp:update-applicant-reference params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales process hold setup list
<dynamicsgp:get-sales-process-hold-setup-list>
Retrieves a list of sales process hold setup objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-process-hold-setup-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed currency key list
<dynamicsgp:get-changed-currency-key-list>
Retrieves a list of changed currency key objects for the currencies that have been acted on during the specified interval. A currency has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-currency-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get item vendor by key
<dynamicsgp:get-item-vendor-by-key>
Retrieves a single item vendor object based on the item vendor key value supplied.
XML Sample
<dynamicsgp:get-item-vendor-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create receivables return
<dynamicsgp:create-receivables-return>
This method creates a new receivables return document.
XML Sample
<dynamicsgp:create-receivables-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get back office role assignment list
<dynamicsgp:get-back-office-role-assignment-list>
Retrieves a list of all of the back office role assignment objects. Each back office role assignment object represents a back office security role that a user in Microsoft Dynamics GP is assigned to.
XML Sample
<dynamicsgp:get-back-office-role-assignment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed sales person key list
<dynamicsgp:get-changed-sales-person-key-list>
Retrieves a list of changed salesperson key objects for the salespersons that have been acted on during the specified interval. A salesperson has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-sales-person-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create payables finance charge
<dynamicsgp:create-payables-finance-charge>
This method creates a new payables finance charge document.
XML Sample
<dynamicsgp:create-payables-finance-charge params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update sales order
<dynamicsgp:update-sales-order>
Updates the specified sales order object, storing the current values in the database.
XML Sample
<dynamicsgp:update-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update purchase order
<dynamicsgp:update-purchase-order>
Updates the specified purchase order object, storing the current values in the database.
XML Sample
<dynamicsgp:update-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get Unit Of Measure Schedule List
<dynamicsgp:get-uof-m-schedule-list>
Retrieves a list of unit of measure schedule summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-uof-m-schedule-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get inventory variance by key
<dynamicsgp:get-inventory-variance-by-key>
Retrieves a single inventory variance object based on the inventory key value supplied.
XML Sample
<dynamicsgp:get-inventory-variance-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
InventoryVariance An inventory variance object. |
Update customer
<dynamicsgp:update-customer>
Updates the specified customer object, storing the current values in the database.
XML Sample
<dynamicsgp:update-customer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project contract list
<dynamicsgp:get-project-contract-list>
Retrieves a list of project contract summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-project-contract-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get sales document list
<dynamicsgp:get-sales-document-list>
Retrieves a list of sales document summary objects that match the specified criteria. The list may contain different types of sales documents.
XML Sample
<dynamicsgp:get-sales-document-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update vendor
<dynamicsgp:update-vendor>
Updates the specified vendor object, storing the current values in the database.
XML Sample
<dynamicsgp:update-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create sales invoice
<dynamicsgp:create-sales-invoice>
This method creates a new sales invoice.
XML Sample
<dynamicsgp:create-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update customer address
<dynamicsgp:update-customer-address>
Updates the specified customer address object, storing the current values in the database.
XML Sample
<dynamicsgp:update-customer-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete logged exception data by key
<dynamicsgp:delete-logged-exception-data-by-key>
Deletes a single exception from the log based on the logId value supplied.
XML Sample
<dynamicsgp:delete-logged-exception-data-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create applicant test
<dynamicsgp:create-applicant-test>
This method creates test information for a specified applicant.
XML Sample
<dynamicsgp:create-applicant-test params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payables return by key
<dynamicsgp:get-payables-return-by-key>
Retrieves a single payables return object based on the specified payables document key.
XML Sample
<dynamicsgp:get-payables-return-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete sales return
<dynamicsgp:delete-sales-return>
Deletes a sales return based on the key value supplied.
XML Sample
<dynamicsgp:delete-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales backorder list
<dynamicsgp:get-sales-backorder-list>
Retrieves a list of sales backorder summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-backorder-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get shipping method by key
<dynamicsgp:get-shipping-method-by-key>
Retrieves a single shipping method object based on the specified shipping method key.
XML Sample
<dynamicsgp:get-shipping-method-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales process hold setup by key
<dynamicsgp:get-sales-process-hold-setup-by-key>
Retrieves a single sales process hold setup object based on the specified sales process hold setup key.
XML Sample
<dynamicsgp:get-sales-process-hold-setup-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
SalesProcessHoldSetup A sales process hold setup object. |
Get skill set list
<dynamicsgp:get-skill-set-list>
Retrieves a list of skill set summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-skill-set-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get employee address by key
<dynamicsgp:get-employee-address-by-key>
Retrieves a single employee address object based on the specified employee address key.
XML Sample
<dynamicsgp:get-employee-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create employee
<dynamicsgp:create-employee>
This method creates a new employee.
XML Sample
<dynamicsgp:create-employee params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get customer receivables summary list
<dynamicsgp:get-customer-receivables-summary-list>
Retrieves a list of customer receivables summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-customer-receivables-summary-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update skill set
<dynamicsgp:update-skill-set>
Updates the specified skill set object, storing the current values in the database.
XML Sample
<dynamicsgp:update-skill-set params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get back office role list
<dynamicsgp:get-back-office-role-list>
Retrieves a list of all of the back office role objects representing each security role defined in Microsoft Dynamics GP.
XML Sample
<dynamicsgp:get-back-office-role-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update sales invoice
<dynamicsgp:update-sales-invoice>
Updates the specified sales invoice object, storing the current values in the database.
XML Sample
<dynamicsgp:update-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payment terms by key
<dynamicsgp:get-payment-terms-by-key>
Retrieves a single payment terms object based on the specified payment terms key.
XML Sample
<dynamicsgp:get-payment-terms-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update sales return
<dynamicsgp:update-sales-return>
Updates the specified sales return object, storing the current values in the database.
XML Sample
<dynamicsgp:update-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get inventory adjustment by key
<dynamicsgp:get-inventory-adjustment-by-key>
Retrieves a single inventory adjustment object based on the inventory key value supplied.
XML Sample
<dynamicsgp:get-inventory-adjustment-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
InventoryAdjustment An inventory adjustment object. |
Get GL Fixed Allocation Account By Key
<dynamicsgp:get-g-l-fixed-allocation-account-by-key>
Retrieves a single general ledger fixed allocation account object based on the key value supplied.
XML Sample
<dynamicsgp:get-g-l-fixed-allocation-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
GLFixedAllocationAccount A GL fixed allocation account object. |
Get receivables return list
<dynamicsgp:get-receivables-return-list>
Retrieves a list of receivables return summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-return-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get receivables finance charge list
<dynamicsgp:get-receivables-finance-charge-list>
Retrieves a list of receivables finance charge summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-finance-charge-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get fee by key
<dynamicsgp:get-fee-by-key>
Retrieves a single fee object based on the item key value supplied.
XML Sample
<dynamicsgp:get-fee-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete applicant application
<dynamicsgp:delete-applicant-application>
Deletes an applicant application object based on the key value supplied.
XML Sample
<dynamicsgp:delete-applicant-application params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payables miscellaneous charge list
<dynamicsgp:get-payables-miscellaneous-charge-list>
Retrieves a list of payables miscellaneous charge summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payables-miscellaneous-charge-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get multicurrency setup by key
<dynamicsgp:get-multicurrency-setup-by-key>
Retrieves the multicurrency setup object for the current company, based on the key value supplied.
XML Sample
<dynamicsgp:get-multicurrency-setup-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
MulticurrencySetup A multicurrency setup object. |
Get inventoried item by key
<dynamicsgp:get-inventoried-item-by-key>
Retrieves a single inventoried item object based on the item key value supplied. Kit objects and SalesItem objects can also be retrieved using this method. For Kit and SalesItem objects, you must cast the object returned from the method to the appropriate object type.
XML Sample
<dynamicsgp:get-inventoried-item-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete customer address
<dynamicsgp:delete-customer-address>
Deletes a customer address based on the key value supplied.
XML Sample
<dynamicsgp:delete-customer-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update employee
<dynamicsgp:update-employee>
Updates the specified employee object, storing the current values in the database.
XML Sample
<dynamicsgp:update-employee params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get currency access by key
<dynamicsgp:get-currency-access-by-key>
Retrieves the currency access object based on the key values supplied. Information in this object indicates whether a company has access to a currency defined in Microsoft Dynamics GP.
XML Sample
<dynamicsgp:get-currency-access-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get company address by key
<dynamicsgp:get-company-address-by-key>
Retrieves a single company address object based on the key value supplied.
XML Sample
<dynamicsgp:get-company-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Void sales invoice
<dynamicsgp:void-sales-invoice>
This method voids a sales invoice.
XML Sample
<dynamicsgp:void-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get policy roles
<dynamicsgp:get-policy-roles>
Retrieves the list of roles that have policy instances for the specified policy. The roles are returned as role keys (GUID values) that correspond to roles defined in the Dynamics Security Service.
XML Sample
<dynamicsgp:get-policy-roles params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create applicant
<dynamicsgp:create-applicant>
This method creates a new job applicant.
XML Sample
<dynamicsgp:create-applicant params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get item currency by key
<dynamicsgp:get-item-currency-by-key>
Retrieves a single item currency object based on the item currency key value supplied.
XML Sample
<dynamicsgp:get-item-currency-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete applicant
<dynamicsgp:delete-applicant>
Deletes an applicant based on the key value supplied.
XML Sample
<dynamicsgp:delete-applicant params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create applicant reference
<dynamicsgp:create-applicant-reference>
This method creates a new applicant reference entry for a specified applicant.
XML Sample
<dynamicsgp:create-applicant-reference params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get posted payables vendor payments by key
<dynamicsgp:get-posted-payables-vendor-payments-by-key>
Retrieves a single posted payables vendor payment object based on the specified payables document key.
XML Sample
<dynamicsgp:get-posted-payables-vendor-payments-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
PostedPayablesVendorPayment A posted payables vendor payment object. |
Get item warehouse list
<dynamicsgp:get-item-warehouse-list>
Retrieves a list of item warehouse summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-item-warehouse-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant application by key
<dynamicsgp:get-applicant-application-by-key>
Retrieves a single job application object for a specified applicant.
XML Sample
<dynamicsgp:get-applicant-application-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ApplicantApplication An applicant application object. |
Get applicant work history list
<dynamicsgp:get-applicant-work-history-list>
Retrieves a list of applicant work history objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-work-history-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update vendor address
<dynamicsgp:update-vendor-address>
Updates the specified vendor address object, storing the current values in the database.
XML Sample
<dynamicsgp:update-vendor-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update applicant education
<dynamicsgp:update-applicant-education>
Updates the specified applicant education object, storing the current values in the database.
XML Sample
<dynamicsgp:update-applicant-education params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get dynamics online configuration list
<dynamicsgp:get-dynamics-online-configuration-list>
Retrieves a list of Dynamics Online Configuration objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-dynamics-online-configuration-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get business object user assignment list
<dynamicsgp:get-business-object-user-assignment-list>
Retrieves a list of all the business object user assignment objects. Each business object user assignment represents a Windows User ID that is mapped to an ID in Microsoft Dynamics GP.
XML Sample
<dynamicsgp:get-business-object-user-assignment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed pricing key list
<dynamicsgp:get-changed-pricing-key-list>
Retrieves a list of changed pricing key objects for the pricing objects that have been acted on during the specified interval. A pricing object has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-pricing-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get service equipment list
<dynamicsgp:get-service-equipment-list>
Retrieves a list of service equipment summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-service-equipment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create receivables warranty
<dynamicsgp:create-receivables-warranty>
This method creates a new receivables warranty document.
XML Sample
<dynamicsgp:create-receivables-warranty params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales order by key
<dynamicsgp:get-sales-order-by-key>
Retrieves a single sales order object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update service call
<dynamicsgp:update-service-call>
Updates the specified service call object, storing the current values in the database.
XML Sample
<dynamicsgp:update-service-call params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete employee address
<dynamicsgp:delete-employee-address>
Deletes an employee address based on the key value supplied.
XML Sample
<dynamicsgp:delete-employee-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create fee
<dynamicsgp:create-fee>
This method creates a new fee item.
XML Sample
<dynamicsgp:create-fee params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update sales fulfillment order
<dynamicsgp:update-sales-fulfillment-order>
Updates the specified sales fulfillment order object, storing the current values in the database.
XML Sample
<dynamicsgp:update-sales-fulfillment-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales order list
<dynamicsgp:get-sales-order-list>
Retrieves a list of sales order summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update applicant test
<dynamicsgp:update-applicant-test>
Updates the specified applicant test object, storing the current values in the database.
XML Sample
<dynamicsgp:update-applicant-test params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete policy
<dynamicsgp:delete-policy>
Deletes a policy instance for the specified role.
XML Sample
<dynamicsgp:delete-policy params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete applicant skill
<dynamicsgp:delete-applicant-skill>
Deletes applicant skill information based on the key value supplied.
XML Sample
<dynamicsgp:delete-applicant-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project timesheet list
<dynamicsgp:get-project-timesheet-list>
Retrieves a list of project timesheet summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-project-timesheet-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Delete sales backorder
<dynamicsgp:delete-sales-backorder>
Deletes a sales backorder based on the key value supplied.
XML Sample
<dynamicsgp:delete-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get currency list
<dynamicsgp:get-currency-list>
Retrieves a list of currency objects that match the specified criteria.
XML Sample
<dynamicsgp:get-currency-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create receivables service repair
<dynamicsgp:create-receivables-service-repair>
This method creates a new receivables service repair document.
XML Sample
<dynamicsgp:create-receivables-service-repair params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create skill
<dynamicsgp:create-skill>
This method creates a new job skill document.
XML Sample
<dynamicsgp:create-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update applicant
<dynamicsgp:update-applicant>
Updates the specified applicant object, storing the current values in the database.
XML Sample
<dynamicsgp:update-applicant params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get customer address list
<dynamicsgp:get-customer-address-list>
Retrieves a list of customer address summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-customer-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get sales person list
<dynamicsgp:get-sales-person-list>
Retrieves a list of salesperson objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-person-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create item currency
<dynamicsgp:create-item-currency>
This method creates a new relationship between an item and a currency.
XML Sample
<dynamicsgp:create-item-currency params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales territory list
<dynamicsgp:get-sales-territory-list>
Retrieves a list of sales territory summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-territory-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create sales order
<dynamicsgp:create-sales-order>
This method creates a new sales order.
XML Sample
<dynamicsgp:create-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get receivables credit memo by key
<dynamicsgp:get-receivables-credit-memo-by-key>
Retrieves a single receivables credit memo object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-receivables-credit-memo-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReceivablesCreditMemo A receivables credit memo object. |
Create GL Unit Account
<dynamicsgp:create-g-l-unit-account>
This method creates a new GL unit account.
XML Sample
<dynamicsgp:create-g-l-unit-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create receivables finance charge
<dynamicsgp:create-receivables-finance-charge>
This method creates a new receivables finance charge document.
XML Sample
<dynamicsgp:create-receivables-finance-charge params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get inventory adjustment list
<dynamicsgp:get-inventory-adjustment-list>
Retrieves a list of inventory adjustment summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-inventory-adjustment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get payables miscellaneous charge by key
<dynamicsgp:get-payables-miscellaneous-charge-by-key>
Retrieves a single payables miscellaneous charge object based on the specified payables document key.
XML Sample
<dynamicsgp:get-payables-miscellaneous-charge-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
PayablesMiscellaneousCharge A payables miscellaneous charge object. |
Get shipping method list
<dynamicsgp:get-shipping-method-list>
Retrieves a list of shipping method objects that match the specified criteria.
XML Sample
<dynamicsgp:get-shipping-method-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create service quote
<dynamicsgp:create-service-quote>
This method creates a new service quote document.
XML Sample
<dynamicsgp:create-service-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create sales quote
<dynamicsgp:create-sales-quote>
This method creates a new sales quote.
XML Sample
<dynamicsgp:create-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create receivables credit memo
<dynamicsgp:create-receivables-credit-memo>
This method creates a new receivables credit memo document.
XML Sample
<dynamicsgp:create-receivables-credit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get changed customer key list
<dynamicsgp:get-changed-customer-key-list>
Retrieves a list of changed customer key objects for the customers that have been acted on during the specified interval. A customer has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-customer-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create warehouse
<dynamicsgp:create-warehouse>
This method creates a new warehouse (site) in Microsoft Dynamics GP.
XML Sample
<dynamicsgp:create-warehouse params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get logged exception data list
<dynamicsgp:get-logged-exception-data-list>
Retrieves a list of exception summary objects that were logged between the specified dates.
XML Sample
<dynamicsgp:get-logged-exception-data-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed price level key list
<dynamicsgp:get-changed-price-level-key-list>
Retrieves a list of changed price level key objects for the price levels that have been acted on during the specified interval. A price level has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-price-level-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get pricing by key
<dynamicsgp:get-pricing-by-key>
Retrieves a single pricing object based on the specified pricing key.
XML Sample
<dynamicsgp:get-pricing-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create inventory variance
<dynamicsgp:create-inventory-variance>
This method creates a new inventory variance document.
XML Sample
<dynamicsgp:create-inventory-variance params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get purchase receipt by key
<dynamicsgp:get-purchase-receipt-by-key>
Retrieves a single purchase receipt object based on the specified purchase transaction key.
XML Sample
<dynamicsgp:get-purchase-receipt-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get warehouse by key
<dynamicsgp:get-warehouse-by-key>
Retrieves a single warehouse (site) object based on the specified warehouse key.
XML Sample
<dynamicsgp:get-warehouse-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project miscellaneous log list
<dynamicsgp:get-project-miscellaneous-log-list>
Retrieves a list of project miscellaneous log summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-project-miscellaneous-log-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update corporate account
<dynamicsgp:update-corporate-account>
Updates the specified corporate account object, storing the current values in the database.
XML Sample
<dynamicsgp:update-corporate-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get service equipment by key
<dynamicsgp:get-service-equipment-by-key>
Retrieves a single service equipment object based on the specified service equipment key.
XML Sample
<dynamicsgp:get-service-equipment-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Fixed Allocation Account List
<dynamicsgp:get-g-l-fixed-allocation-account-list>
Retrieves a list of general ledger fixed allocation account summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-g-l-fixed-allocation-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get GL Unit Account List
<dynamicsgp:get-g-l-unit-account-list>
Retrieves a list of general ledger unit account summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-g-l-unit-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get item warehouse by key
<dynamicsgp:get-item-warehouse-by-key>
Retrieves a single item warehouse object based on the item warehouse key value supplied.
XML Sample
<dynamicsgp:get-item-warehouse-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update policy
<dynamicsgp:update-policy>
Updates a policy instance for the specified role. Changes made to the behaviors for the policy instance will be saved.
XML Sample
<dynamicsgp:update-policy params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create service equipment
<dynamicsgp:create-service-equipment>
This method creates a new service equipment document.
XML Sample
<dynamicsgp:create-service-equipment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create HR Requisition
<dynamicsgp:create-h-r-requisition>
This method creates a new job requisition document.
XML Sample
<dynamicsgp:create-h-r-requisition params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get vendor by key
<dynamicsgp:get-vendor-by-key>
Retrieves a single vendor object based on the specified vendor key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-vendor-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get policy list by role key
<dynamicsgp:get-policy-list-by-role-key>
Retrieves the list of policy summary objects for policies that have a policy instance for the specified role.
XML Sample
<dynamicsgp:get-policy-list-by-role-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create service call
<dynamicsgp:create-service-call>
This method creates a new service call document.
XML Sample
<dynamicsgp:create-service-call params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get applicant education list
<dynamicsgp:get-applicant-education-list>
Retrieves a list of applicant education objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-education-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get GL Unit Account By Key
<dynamicsgp:get-g-l-unit-account-by-key>
Retrieves a single general ledger unit account object based on the key value supplied.
XML Sample
<dynamicsgp:get-g-l-unit-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get item vendor list
<dynamicsgp:get-item-vendor-list>
Retrieves a list of item vendor summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-item-vendor-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant work history by key
<dynamicsgp:get-applicant-work-history-by-key>
Retrieves a single applicant work history object based on the key value supplied.
XML Sample
<dynamicsgp:get-applicant-work-history-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ApplicantWorkHistory An applicant work history object. |
Get manufacturing order by key
<dynamicsgp:get-manufacturing-order-by-key>
Retrieves a single manufacturing order object based on the specified manufacturing order document key.
XML Sample
<dynamicsgp:get-manufacturing-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ManufacturingOrder A manufacturing order object. |
Get posted payables vendor payments list
<dynamicsgp:get-posted-payables-vendor-payments-list>
Retrieves a list of posted payables vendor payment summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-posted-payables-vendor-payments-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get project employee expense list
<dynamicsgp:get-project-employee-expense-list>
Retrieves a list of project employee expense summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-project-employee-expense-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get sales person commissions list
<dynamicsgp:get-sales-person-commissions-list>
Retrieves a list of salesperson commission objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-person-commissions-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed item key list
<dynamicsgp:get-changed-item-key-list>
Retrieves a list of changed item key objects for the items that have been acted on during the specified interval. An item has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-item-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get batch by key
<dynamicsgp:get-batch-by-key>
Retrieves a single batch object based on the batch key value supplied.
XML Sample
<dynamicsgp:get-batch-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payables invoice list
<dynamicsgp:get-payables-invoice-list>
Retrieves a list of payables invoice summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payables-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create kit
<dynamicsgp:create-kit>
This method creates a new kit inventory item.
XML Sample
<dynamicsgp:create-kit params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get cash receipt by key
<dynamicsgp:get-cash-receipt-by-key>
Retrieves a single cash receipt object based on the receivables document key value supplied.
XML Sample
<dynamicsgp:get-cash-receipt-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get payables document list
<dynamicsgp:get-payables-document-list>
Retrieves a list of payables document summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payables-document-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create receivables debit memo
<dynamicsgp:create-receivables-debit-memo>
This method creates a new receivables debit memo document.
XML Sample
<dynamicsgp:create-receivables-debit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get applicant reference by key
<dynamicsgp:get-applicant-reference-by-key>
Retrieves a single applicant reference object based on the key value supplied.
XML Sample
<dynamicsgp:get-applicant-reference-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ApplicantReference An applicant reference object. |
Get cash receipt list
<dynamicsgp:get-cash-receipt-list>
Retrieves a list of cash receipt summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-cash-receipt-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get project change order by key
<dynamicsgp:get-project-change-order-by-key>
Retrieves a single project change order object based on the specified project change order key.
XML Sample
<dynamicsgp:get-project-change-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ProjectChangeOrder The project change order object. |
Get changed sales order key list
<dynamicsgp:get-changed-sales-order-key-list>
Retrieves a list of changed sales order key objects for the sales orders that have been acted on during the specified interval. A sales order has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-sales-order-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create skill set
<dynamicsgp:create-skill-set>
This method creates a new skill set.
XML Sample
<dynamicsgp:create-skill-set params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales person commissions by key
<dynamicsgp:get-sales-person-commissions-by-key>
Retrieves a single salesperson commissions object based on the specified salesperson commissions key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-person-commissions-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
SalesPersonCommissions A salesperson commissions object. |
Get item class list
<dynamicsgp:get-item-class-list>
Retrieves a list of inventory item class objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-item-class-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get price level list
<dynamicsgp:get-price-level-list>
Retrieves a list of price level objects that match the specified criteria.
XML Sample
<dynamicsgp:get-price-level-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get purchase invoice list
<dynamicsgp:get-purchase-invoice-list>
Retrieves a list of purchase invoice summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-purchase-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get changed uof m schedule key list
<dynamicsgp:get-changed-uof-m-schedule-key-list>
Retrieves a list of changed unit of measure schedule key objects for the unit of measure schedules that have been acted on during the specified interval. A unit of measure schedule has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-uof-m-schedule-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Update return material authorization
<dynamicsgp:update-return-material-authorization>
Updates the specified return material authorization object, storing the current values in the database.
XML Sample
<dynamicsgp:update-return-material-authorization params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Update employee address
<dynamicsgp:update-employee-address>
Updates the specified employee address object, storing the current values in the database.
XML Sample
<dynamicsgp:update-employee-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create back office role assignment
<dynamicsgp:create-back-office-role-assignment>
This method creates a new back office role assignment, assigning a Microsoft Dynamics GP user to a security role.
XML Sample
<dynamicsgp:create-back-office-role-assignment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete sales invoice
<dynamicsgp:delete-sales-invoice>
Deletes a sales invoice based on the key value supplied.
XML Sample
<dynamicsgp:delete-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get planned order by key
<dynamicsgp:get-planned-order-by-key>
Retrieves a single planned order object based on the specified planned order key.
XML Sample
<dynamicsgp:get-planned-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Void receivables return
<dynamicsgp:void-receivables-return>
This method voids a receivables return.
XML Sample
<dynamicsgp:void-receivables-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete sales order
<dynamicsgp:delete-sales-order>
Deletes a sales order based on the key value supplied.
XML Sample
<dynamicsgp:delete-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get planned order list
<dynamicsgp:get-planned-order-list>
Retrieves a list of planned order summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-planned-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant skill by key
<dynamicsgp:get-applicant-skill-by-key>
Retrieves a single applicant skill object based on the key value supplied.
XML Sample
<dynamicsgp:get-applicant-skill-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Create inventory adjustment
<dynamicsgp:create-inventory-adjustment>
This method creates a new inventory adjustment document.
XML Sample
<dynamicsgp:create-inventory-adjustment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales return by key
<dynamicsgp:get-sales-return-by-key>
Retrieves a single sales return object based on the specified sales return key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-sales-return-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get currency posting account by key
<dynamicsgp:get-currency-posting-account-by-key>
Retrieves a single currency posting account object based on the key value supplied.
XML Sample
<dynamicsgp:get-currency-posting-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
CurrencyPostingAccount A currency posting account object. |
Create sales process hold setup
<dynamicsgp:create-sales-process-hold-setup>
This method creates a new sales process hold setup.
XML Sample
<dynamicsgp:create-sales-process-hold-setup params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get sales invoice list
<dynamicsgp:get-sales-invoice-list>
Retrieves a list of sales invoice summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-sales-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get inventoried item list
<dynamicsgp:get-inventoried-item-list>
Retrieves a list of inventoried item summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-inventoried-item-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Void sales quote
<dynamicsgp:void-sales-quote>
This method voids a sales quote.
XML Sample
<dynamicsgp:void-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get multicurrency setup list
<dynamicsgp:get-multicurrency-setup-list>
Retrieves a list of multicurrency setup objects for the specified company.
XML Sample
<dynamicsgp:get-multicurrency-setup-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get HR Requisition By Key
<dynamicsgp:get-h-r-requisition-by-key>
Retrieves a single HR requisition object based on the key value supplied.
XML Sample
<dynamicsgp:get-h-r-requisition-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get receivables service repair list
<dynamicsgp:get-receivables-service-repair-list>
Retrieves a list of receivables service repair summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-receivables-service-repair-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get GL Account By Key
<dynamicsgp:get-g-l-account-by-key>
Retrieves a single general ledger account object based on the key value supplied.
XML Sample
<dynamicsgp:get-g-l-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Delete applicant education
<dynamicsgp:delete-applicant-education>
Deletes applicant education information based on the key value supplied.
XML Sample
<dynamicsgp:delete-applicant-education params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get tax schedule by key
<dynamicsgp:get-tax-schedule-by-key>
Retrieves a single tax schedule object based on the key value supplied.
XML Sample
<dynamicsgp:get-tax-schedule-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get changed sales invoice key list
<dynamicsgp:get-changed-sales-invoice-key-list>
Retrieves a list of changed sales invoice key objects for the sales invoices that have been acted on during the specified interval. A sales invoice has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.
XML Sample
<dynamicsgp:get-changed-sales-invoice-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get payables credit memo list
<dynamicsgp:get-payables-credit-memo-list>
Retrieves a list of payables credit memo summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-payables-credit-memo-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get applicant skill list
<dynamicsgp:get-applicant-skill-list>
Retrieves a list of applicant skill objects that match the specified criteria.
XML Sample
<dynamicsgp:get-applicant-skill-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get price level by key
<dynamicsgp:get-price-level-by-key>
Retrieves a single price level object based on the specified price level key.
XML Sample
<dynamicsgp:get-price-level-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get project employee expense by key
<dynamicsgp:get-project-employee-expense-by-key>
Retrieves a single project employee expense object based on the specified project employee expense key.
XML Sample
<dynamicsgp:get-project-employee-expense-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ProjectEmployeeExpense The project employee expense object. |
Get GL Account List
<dynamicsgp:get-g-l-account-list>
Retrieves a list of GL account summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-g-l-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get back office role by key
<dynamicsgp:get-back-office-role-by-key>
Retrieves a single back office security role based on the key value supplied.
XML Sample
<dynamicsgp:get-back-office-role-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
BackOfficeRole A back office role object representing a security role defined in Microsoft Dynamics GP. |
Get company by key
<dynamicsgp:get-company-by-key>
Retrieves a single company object based on the key value supplied.
XML Sample
<dynamicsgp:get-company-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get GL Variable Allocation Account List
<dynamicsgp:get-g-l-variable-allocation-account-list>
Retrieves a list of general ledger variable allocation account summary objects that meet the specified criteria.
XML Sample
<dynamicsgp:get-g-l-variable-allocation-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create purchase invoice
<dynamicsgp:create-purchase-invoice>
This method creates a new purchase invoice document.
XML Sample
<dynamicsgp:create-purchase-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get fee list
<dynamicsgp:get-fee-list>
Retrieves a list of fee summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-fee-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Create vendor address
<dynamicsgp:create-vendor-address>
This method creates a new vendor address.
XML Sample
<dynamicsgp:create-vendor-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get return material authorization list
<dynamicsgp:get-return-material-authorization-list>
Retrieves a list of return material authorization summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-return-material-authorization-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Get service quote list
<dynamicsgp:get-service-quote-list>
Retrieves a list of service quote summary objects that match the specified criteria.
XML Sample
<dynamicsgp:get-service-quote-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
List |
Delete applicant reference
<dynamicsgp:delete-applicant-reference>
Deletes applicant reference information based on the key value supplied.
XML Sample
<dynamicsgp:delete-applicant-reference params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Get receivables invoice by key
<dynamicsgp:get-receivables-invoice-by-key>
Retrieves a single receivables invoice object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-receivables-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReceivablesInvoice A receivables invoice object. |
Get receivables warranty by key
<dynamicsgp:get-receivables-warranty-by-key>
Retrieves a single receivables warranty object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.
XML Sample
<dynamicsgp:get-receivables-warranty-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
params |
The parameters of the operation. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
ReceivablesWarranty A receivables warranty object. |