I am trying to interface the web interface with a custom application that I have. I am required to use the customer number form optigold as a input variable on this application. I have tried using [FMP-Field: Customer Number] but it does not give a value. If I put [FMP-Field: Customer ID] there I get a value but it is not the right one. Can someone please guide me in the right direction....
It may be possible to show it, but definitely not use it as an input field. You would need to make sure the -Lay tag is using a layout that has the Customer Number on it (you can find all the layouts with it under the Support section of our website). Grab the data model from there.
I was able to find that field in the Invoices Layout and make a form on my web interface that sends that field to my php application. Thanks for the help, I did even know I could d/l the relationship diagram.