Question
IAC Login
I am following the course Customizing the User Experience which has exercise for Creating Pega Web Mashup.
I have followed exercise steps and generated mashup code. It looks like below:
<script src ='http://192.168.1.10:9080/prweb/PRServlet?pyActivity=pzIncludeMashupScripts'></script>
<div data-pega-gadgetname ='PegaGadget'
data-pega-action-param-parameters ='createNewWork'
data-pega-action-param-classname ='ABB-ReserveIt-Work-Listing'
data-pega-action-param-flowname ='pyStartCase'
data-pega-action-param-model =''
data-pega-isdeferloaded ='false'
data-pega-applicationname ='ReserveIt'
data-pega-threadname ='STANDARD'
data-pega-systemid ='pega'
data-pega-resizetype ='stretch'
data-pega-url ='http://192.168.1.10:9080/prweb/PRServlet'
data-pega-redirectguests ='false'
>
</div>
I have added above code to test webpage provided with exercise. But when I access the webpage with url http://192.168.1.10:9080/Listing.html. it just shows me Pega login screen. How do I get past login screen (Do I need to send username and password through gadget somehow?) and mashup create the work object?
Hello Sachin,
You need to provide authentication credentials to IAC Page so that it will render appropriate Harness or Section you are referencing in Mashup code. Please find the reference document I have attached.