2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Amount field was not getting updated for those associated price list items in MSCRM.

...

We should write a new rule in QBItemsToMSCRMProduct workflow where the target object is product pricelevel ProductPrice level and we are using update Update operation based on productpricelevelid ProductPricelevelID - which is a lookup field in MSCRM. The primary key would be productidProductID



And also should do the following mappings in We should also map amount and pricelevelid PricelevelID fields as shown.:

Amount

Info

VALUE("UnitPrice")


PricelevelidPricelevelID

Info

TLOOKUP("Select productpricelevelid from productpricelevel where productnumber='"+VALUE("FullyQualifiedName")+"'")

...