Versions Compared

Key

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

...

Info
titleExample


Code Block
productMapping = pccMapperCreate ("PROD", "PCC.Products.Provisioning.ProductMapping");

will create a mapper object named productMapping that will use the PCC.Products.Provisioning.ProductMapping UDR type and operate against the PROD area.

Note
titleNote!

This function should be placed in the initialize block if the workflow is running on an ECSA.

pccMapperGet

This function will return a list of matching targets from PCC mapper objects, where the targets will be returned in priority order.

...