Comment on Multiple Tasks

active
Total logged
8h 0m
Uninvoiced
0h 0m
Entries
5
Invoices
0
Time by team member
Team memberEntriesHours
Caleb Harvey58h 0m
Recent time entries
Last 5
DateDescriptionWhoDurationStatus
16 Oct 2023Mass task notes to appear in tenement internal notes - Locate the script step in the task script to create the new notes against the task - send through the current contact user initials a new parameter to the server script - set the initial variable in the server script as that parameter - make a new relationship to the folder. intel linked to the directory - in the loop to set the note against the task, append the note to the bottom of the tenement internal notes square with the date and initials of the user before hand and the name of the task - move the folder. intel update step tp the end of the loop after a commit - add a commit after the server script has run - adjust minor changes from AnitaCaleb Harvey2h 0minvoiced
12 Oct 2023Task box not appearing still - Went to the task list layout and checked the pop-over button in layout mode - button to create multiple tasks was still hidden to all but developer's - removed the hide from the button Notes not appearing from multiple note function - Tested the note function in the task list screen with different notes and different user accounts with success - Found the queried tenement from Anita's email - searched through the tasks to find any created by her today - Found an example of tasks being creating from the multiple task function - Contacted Anita to clarify the issueCaleb Harvey1h 0minvoiced
29 Sept 2023Pop-Over button hidden behind web viewer - Testing on multiple versions without being able to reproduce the error - Testing on web direct on multiple browsers and pop-over still appears fine for me - Able to reproduce on windows emulator - Changed size of popover and moved it to appear above the web viewer as this is the only workaround for thisCaleb Harvey1h 30minvoiced
26 Sept 2023Ability to add comments to the tasks selected for completion - After the task completion script step is complete, add a custom dialogue asking the user if they wish to add a note to the completed tasks - The custom dialogue box is accompanied with a text field linked to the global dump field where the users input will be stored - If the user adds a note and hits the Add Note button the server script will be performed to create the multiple notes using the $ID field set at the start of the script step - If the user hits add note and hasn't typed anything in they will be stuck in a permanent loop prompting them to type in the field if they wish to add a note - The only way out of the loop is to either hit add note with text in the text field or hit "No Note" which won't create any notes - Clear the dump field at the end of the scriptCaleb Harvey1h 30minvoiced
26 Sept 2023Add a button in to add a comment to multiple tasks - Created a new button called New Note - Created an invisible pop-over button which contains a global dump field and a submit button on it - scripted the first button to go to the global dump field which opens the pop-over button - Added a parameter into the Javascript of the web viewer to the function the complete multi task button uses - This parameter identifies the first script param of the filemaker script step - Used this function for the submit note button and changed the param to 15.1 instead of 15 - Save the List of ID's performed by the Javascript list return in a variable in filemaker script - Show a custom dialogue asking if the user is sure they wish to add a new note to the VC of the ID list number of tasks - if they proceed, run a server script to loop through the ID list creating a new intel record - set the intel relation field as the looped ID - Set the type and category as "Notes" - Set the Description as the data from the global dump field - Set the $$USERID as the contact user ID - After completion clear the dump global field - Test with test tasks and tenements with successCaleb Harvey2h 0minvoiced
Edit