18
Views
2
Comments
Required Input Parameter Error - 'ESpaceId' in function 'GetApplicationName' req.
Application Type
Traditional Web

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?


Screenshot 2023-09-05 142541.png

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.