Hi,I have a requirement where i need to pass parameters while opening a new DCR ( through URL ).href='/iw-cc/command/iw.ccpro.create_form\?vpath\=//****/xxxxx/main/xxxxx/WORKAREA/workarea/templatedata/****/StandardData&inputVal\=value1'I could pass parameters using "&" but How do i retrieve the parameters in the target DCR? (ex inputVal ).ThanksA
Consider this scenarion.There are three DCT - A , B DCR A includes the name of B - , now depending upon certain values in A, B is prepopulated with a some default fields/values.Now i need to pass the values of A to B so that depending upon those values the default fields/values of B can be decided.ThanksA
Consider this scenarion. There are three DCT - A , B DCR A includes the name of B - , now depending upon certain values in A, B is prepopulated with a some default fields/values. Now i need to pass the values of A to B so that depending upon those values the default fields/values of B can be decided. ThanksA
Yes - DCR B will be updated by a user,And after saving DCR A a workflow will be triggered which will allow user to edit DCR B. ( At this place i want information from A to reach DCR B ) so that the default fields/values can be show/edited.ThanksA
thanks pawan, ya currently we are planning to use workflow fo this, but we are thinking where to store the values ?? that is - when we are on DCR B how do we know we came from DCR A. I mean we need to know the parent DCR that initiated the action.A