i have a BAQ that shows available stock based on what part number is selected, we have a tick box and a button on a dashboard which then automatically does the inventory transfer for us.
the issue at the moment is there is a Kinetic bug where the dataset being returned from the BAQ is rounding the partbin.onhandquantity field from a decimal to an integer (but not all the time hence this being a bug, its with support but nothing back from them yet).
what i would like to do to keep this process still as simple as possible is to launch the inventory transfer app and have all the fields populated that are needed:
i have done launch form options before but passing values to a BAQ or gridview and filtering the data, or put a job number into a job traveller report but i cant seem to work this one out at all.