LoranPrince
11 months agoQrew Member
Copy Master detail records from a button based upon a selection on the form
I am wanting to import or copy a set of master records from a template job(one of many so I need to be able to select before I push the button) , The selection being made on the jobs form. This process was working before they made code pages the only place you can run javascript code. The formula i Used before is this
URLRoot() & "db/" & [_DBID_JOBS] & "?a=API_GenAddRecordForm&_fid_18=" & URLEncode ([Contact info ID#])& "&z=" & Rurl()
This code still works in another app but the 18383 is the reference to the Job that the detail records are to be copied from.
I am having problems getting the code pages to even show up on the form as a button.
What am I doing wrong?
------------------------------
Loran Prince
------------------------------