Data maps from BSO to ASO includes Dynamic Smart List members using Groovy
Summary:
Hi All,
Please review the bellow groovy script and help us to add the Smartlist syntax.
Smartlist Name: SL_BillType ,Smartlist Member Name: Dyn_Billing Type, (Target dimeins name : Billing Type)
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
// Connect to DC_PLN to DC_RPTG
Cube cube = operation.application.getCube("DC_RPTG")
// Execute a Data Map on each company for PL Data
operation.application.getDataMap("Actual_Digital_Push_DC").execute([
"Account":"ILvl0Descendants(Account)",
"BU":"ILvl0Descendants(BU)",
"Years":"&NextFiscalYr",
"BU":"ILvl0Descendants(BU)",
Tagged:
0