Created a simple Traditional Web Page.
To test the app in the browser for the first time, created an Action in Blank Module to showcase the name of the app on Homescreen (Web Module). Created the dependency.
While using +GetAppName() + in Homescreen, an error shows:
"Input parameter 'ESpaceId' in function 'GetApplicationName' is mandatory and must be specified."
My questions:
1. How do I solve this?
2. What is EspaceId?
Hi Shradha,
"eSpace" is the old name for "module". I think in this old post there's the answer to your questions above.
Hi @shradha Mehta
please add below code
GetApplicationName(GetOwnerEspaceIdentifier())
Thanks
pawan