I added a field to the Inventory Item lookup page to allow searching by
LocationSeqId.

So in
product/webapp/facility/facility/FacilityForms.xml#SearchInventoryItemsParams
I have this:

        <field name="locationSeqId" title="Location">
            <lookup target-form-name="LookupFacilityLocation"
target-parameter="facilityId"/>
        </field>

The trouble is, the javascript for call_fieldlookup2 turns this into a query
string like:
http://ofbiz/facility/control/LookupFacilityLocation?id=undefined&parm0=myFacilityId

and I think we want something like:

https://ofbiz/facility/control/LookupFacilityLocation?facilityId=myFacilityId


Can I make that happen within the Form xsd?


-- 
James McGill
Phoenix AZ

Reply via email to