JordanBeatty1
8 years agoQrew Captain
Can you create a save button with an API call?
I have put together the following api call
URLRoot() & "db/" & [_DBID_ACTIVITY_LOG] & "?a=API_GenAddRecordForm&_fid_11=" & "Tasked to Team Member: " & URLEncode ([Description]) & "&_fid_50=" &URLEncode([Company Name (ref)]) & "&_fid_47=" &URLEncode([Worker or Project Name (ref)])
To redirect and pass information, though to use it, you need to save the page first. So for the sake if saving a couple clicks, is there a way to also incorporate a save function, so the user does not have to save before hand?
URLRoot() & "db/" & [_DBID_ACTIVITY_LOG] & "?a=API_GenAddRecordForm&_fid_11=" & "Tasked to Team Member: " & URLEncode ([Description]) & "&_fid_50=" &URLEncode([Company Name (ref)]) & "&_fid_47=" &URLEncode([Worker or Project Name (ref)])
To redirect and pass information, though to use it, you need to save the page first. So for the sake if saving a couple clicks, is there a way to also incorporate a save function, so the user does not have to save before hand?