Create Product, Product Line Item


Products - Tutorial Assignment
0. Required fields
1. Prepare Data
2. Create products
Create or update an batch of Products
Specify validation level of Products on change. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
Specify rollback method for Products. 0 - rollback all, 1 - rollback only failed records.
Integer enum value: 1 - All, 2 - Selected
1Possible values: Multi-line text input field.
stringGeneric field wrapping sqlalchemy column, configurable by constructor. Good for one-of fields / generated fields.
stringRelation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Relation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Relation to single entity instance.
01234567-abcd-dcba-ffff-000000000000Simple text input field.
stringSimple text input field.
stringRevision when entity was lastly changed.
1Source url of picture. If filled url is loaded and checked content. Currently supports only pictures!!
stringID of object to update.
Creation confirmation. Returns a list of created / updated Products
unexpected error

Product Line Items - Tutorial Assignment
Basic Use Case: Create Product Line Items on Opportunity

Other Use Cases
Automatically update the final Opportunity value from Products

Use prices from Product Pricelist


Last updated
