You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Manage Item Quantities - Page Composer - bindings.Segment1.attributeValue value not being passed

Received Response
17
Views
2
Comments

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!