ifv not working with API_AddRecord?
Hey all, has anyone else encountered this? I'm using a rich text button to (among other things) add and display a new record in one fell swoop. However, I cannot get it to respect my &ifv=10 settings, it's still pulling up the new record in a form with full QB branding and navigation. var text NewTimeSheet = URLRoot() & "db/" & [_DBID_CREW_TIME_RECORDS] & "?act=API_AddRecord" & "&apptoken=XXXXXX" & "&_fid_37=" & [Record ID#] & "&ifv=10" & "&disprec=1" ; #APIsandcustomcode #api_addrecord ------------------------------ Elena Larrabee ------------------------------33Views0likes5CommentsAPI_AddRecord Alternative URL Redirect
Is it possible to add a redirect to an alternative API URL? So instead of it showing the response xml page you can redirect to another URL. https://target_domain/db/target_dbid?a=API_AddRecord&_fnm_second_year=1776 &_fid_8=changed&ticket=auth_ticket&apptoken=app_token&rdr=quickbase.com #redirect #api #api_addrecord ------------------------------ C G ------------------------------Solved76Views0likes10Comments