Request JavaScript Library
In My cloud we can create dynamic UI from Workflow management -> Manage UI Template menu. This dynamic UI form we can use to raise a new request by requester login.
There is a functionality to add additional information with request form without adding any control.
Provider user should allow to add an additional information within a request. This functionality will be database driven. Functions will always display to provider, “Additional Info” column and its value will be only display in MyRequest page’s grid for requester, if “IsAdditionalInfoAllowed” option is Y.
In case of changing the value of “IsAdditionalInfoAllowed”, the user must reset the IIS Web portal as well.
Login in HCL BigFix CLM by requester role. Go to Request -> Request Service Catalog -> Select Cloud Provider -> Select Provisioning Cloud Account -> Request.
Fill all required information and press the submit button, a confirmation popup box should open on click on confirm button in the background MCLD.Functions.Request.GetRequestAdditionalInfo() will be called and in json on root level need to add 1 key “RequestAdditiotnlInfo” and its value will be assigned by MCLD.Functions.Request.GetRequestAdditionalInfo().
This method is used to set and display additional details on MyRequest page, if feature is enabled. The javascript function is available in the UI intelligence MCLD.function.Request