Hi, was wondering if it's possible to link the published EDA app to the Workspaces. Trying to place a link in the workspace or widget that calls an experience designer app. Please advise. TIA.
This is definitely possible. You would open the EDA in M3 and then use the create bookmark function to generate the link. I can walk you through the steps if you would like. you could email jpanzenhagen at unitedradio dot com and we can jump on a teams call.
I don't know about the create bookmark function if that is something specific but in OS Portal there is a Bookmark this page:
On the dialog that opens you can copy the value in the URL field. However M3 has support for navigating to a program with this type of link:
?LogicalId=lid://infor.m3.m3&program=MMS001
If the plan is to use it in the Menu widget I would use this syntax which is basically telling portal to look for the application with the logicalId prefix (not a specific one, because normally it's just one). We refer to this as it's portalble, e.g. you can apply it to other environments, even if the LogicalId would be different.
{lid://infor.m3}?LogicalId={logicalId}&program=MMS001
I did get some help from the M3 Development and here are some examples for Experience Designer, enjoy! Drillback with title ?LogicalId=lid://infor.m3&program=mp://M3COHUB&title=Custmer%20Order%20Hub
A common scenarion is to pass default launch values: ?LogicalId=lid://infor.m3&program=mp://M3COHUB&title=Custmer%20Overview&DataGrid_SearchCOHead.FACI=A11 You can also use Bookmark (favorite) type of format that starts with ?favoriteContext and this below is done as a portable link, because it starts with {lid://infor.m3} which is not a replacement variable but a hint to Portal to parse and replace the values with the Lid from M3. The {LogicalId} is a replacement variable and the {lid://infor.m3} is the hint that m3 is the application. These types of links with that prefix is for OS Portal menu widget (or web widget), but it's not a generic format that will work everywhere.
{lid://infor.m3}?favoriteContext=mp://M3CUSTOVE&title=Custmer%20Overview&IndexList_Customers.SEARCH=Customer1&LogicalId={LogicalId} OR (not portable)
?favoriteContext=mp://M3CUSTOVE&title=Custmer%20Overview&IndexList_Customers.SEARCH=Customer1&LogicalId=lid://infor.m3.m3