Date stamp formula for checkbox
Hello. I have a quick question regarding date stamps. I have two check-boxes on my form: import and export. For both, I hope to create a formula date stamp field to see when users ticked these boxes. We have a few older records to see when they were imported and exported. When they built this application, they did not anticipate the importance of these check-boxes. Is this at all possible? Thank you very much for all of your help!46Views3likes23CommentsURL button to preform multiple actions in same click
Have an URL Button on a parent (table 1 parent) TASKS table that checks a user out of a task and loads necessary info into a child (table 2 child) TIME_CARDS table. It's been requested that upon click of button, two basic functions are preformed: 1) Adds necessary info to the child TIME_CARDS table. 2) Loads new record form for child (table 3 child) TASKS_CHECK_OUTS table and pre-populates a few fields in said form. There has been several unsuccessful iterations of the code. Currently the code is as follows and works in that it adds the necessary info to the TIME_CARDS table. However, it does not load the correct TASKS_CHECK_OUTS form. var text url= URLRoot() & "db/" & [_DBID_TIME_CARDS] & "?a=API_EditRecord&apptoken=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" & URLEncode ([Max Check-In Time Card Record ID # for Current User]) & "&_fid_33=" & URLEncode(Now()) // check out & "&_fid_35=" & URLEncode([WORK_ORDER - wo_number]) & "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_TASKS_CHECK_OUTS] & "?a=nwr&dfid=2" & "&_fid_9=" & URLEncode([Record ID#]) ) ; If([Max Check-In Time Card Record ID # for Current User]>=1, "javascript:" & "$.get('" & $url & "', function(){" & "location.reload(true);" & "});" & "void(0);" ) Please advise. ------------------------------ T$ ------------------------------9Views1like6CommentsRich Text Field Button Not Working on Mobile
Hello everyone, I have a series of button bars via Rich Text Field that works great on the web experience. I attached a screenshot of that. However, on mobile it does not work at all. Can mobile support this? Anything I can do as it would be helpful to keep the button functionality but maybe I need a separate simpler form for the mobile experience? I included the code as a text file since it is so long to keep this post clean. ------------------------------ Ivan Weiss ------------------------------9Views1like13Comments