Manage Item Quantities - Page Composer - bindings.Segment1.attributeValue value not being passed
Summary:
Hi ,
I have a hyperlink added on 'Manage Item Quantities' screen in Inventory management. This hyperlink launches a BIP report which has Item number and organization as parameters.
Item number value is not being passed to report consistently. Sometimes it works sometimes it doesnt.
Using this to pass item number - #{(bindings.Segment1.attributeValue==null)?(bindings.Segment1.inputValue):(bindings.Segment1.attributeValue)}
Segment1 is not returning value consistently. Changed it to ItemName, but same issue.
Hyperlink URL - https://****/xmlpserver/Custom/PROJ/BIP/REPORT/ISV.xdo?_sTkn=787f30601834073e68f&_xiasynch=&_xpf=&_xpt=0&_dFlag=false&_edIndex=0&_dIndex=0&_rToken=&_ranDiag=false&_xdo=ISV.xdo&_xmode=&P_ITEM=#{bindings.ItemName.inputValue}&_xmode=&P_ORG=#{(PopupBackingBean.sessionScmInvOrgCode==null)? ( (bindings.OrgCode2.nullValueString==null) ? (PopupBackingBean.allOrgsString) : (bindings.OrgCode2.nullValueString) ) : PopupBackingBean.sessionScmInvOrgCode }&_xt=html&_xf=html&_xautorun=true&_linkToReport=true