You are here:
Embed Analytics for Manufacturing Dashboards in Lightning Pages
The Analytics for Manufacturing app includes dashboards you can embed and access in Lightning Experience pages.
For general instructions, see Embed Dashboards in Lightning Pages. You can embed the Manufacturing Home, Manufacturing Agreement Performance, and Manufacturing Product Performance dashboards on any manufacturing page without setting up filters. We recommend that you set the dashboards’ height to 450 pixels.
These examples use dashboards from the Analytics for Manufacturing app.
Embed the Sales Agreement Revenue Realization dashboard on a Sales Agreement page. Set the dashboard height to 120 pixels and use the following string in the Filter String box:
{"datasets":{"MFG_SalesAgreementProductSchedule":[{"fields":["SalesAgreementProduct.SalesAgreementId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}]}}Embed the Sales Agreement Product and Pricing dashboard on a Sales Agreement page. Set the dashboard height to 400 pixels and use the following string in the Filter String box:
{"datasets":{"MFG_SalesAgreementProductSchedule":[{"fields":["SalesAgreementProduct.SalesAgreementId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}]}}Embed the Embedded Operational Insights on Account dashboard on an Account page. Set the dashboard height to 800 pixels and use the following string in the Filter String box:
{"datasets":{"RebateProgramMemberMaster":[{"fields":["Account.Name"],"filter":{"operator":"in","values":["$Name"]},"locked":null,"hidden":null}]}}Embed the Order Rebates Embedded dashboard on an Orders page. Set the dashboard height to 520 pixels and use the following string in the Filter String box:
{"datasets":{"OrderMaster":[{"fields":["OrderId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}],"RebateProgramMemberMaster":[{"fields":["Account.Id"],"filter":{"operator":"in","values":["$AccountId"]},"locked":null,"hidden":null}]}}Embed the Sales Agreement Rebates Embedded dashboard on a Sales Agreement page. Set the dashboard height to 980 pixels and use the following string in the Filter String box:
{"datasets":{"MFG_SalesAgreement":[{"fields":["Id"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}],"MFG_SalesAgreementProductSchedule":[{"fields":["SalesAgreementProduct.SalesAgreementId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}]}}Embed the Rebate Program Embedded dashboard on a Rebate Program page. Set the dashboard height to 800 pixels and use the following string in the Filter String box:
{"datasets":{"RebatePayoutPeriodMaster":[{"fields":["RebateProgramId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}],"ProgramRebateTypePayoutSourceMaster":[{"fields":["RebateType.RebateProgramId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}],"ProgramRebateTypeMaster":[{"fields":["RebateProgramId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}],"RebateProgramMemberMaster":[{"fields":["RebateProgram.Id"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}]}}Embed the Target Attainment dashboard on an Account Manager Targets page. Set the dashboard height to 280 pixels and use the following string in the Filter String box:
{"datasets":{"MFG_AccountManagerPeriodicTargetDistribution":[{"fields":["AcctMgrTargetId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}]}}Embed the Team Performance dashboard on an Account Manager Targets page. Set the dashboard height to 420 pixels and use the following string in the Filter String box:
{"datasets":{"MFG_AccountManagerPeriodicTargetDistribution":[{"fields":["AcctMgrTargetId"],"filter":{"operator":"in","values":["$Id"]},"locked":null,"hidden":null}]}}
