Attachments

active
Total logged
27h 0m
Uninvoiced
0h 0m
Entries
9
Invoices
0
Time by team member
Team memberEntriesHours
Caleb Harvey823h 0m
Tash Gromek14h 0m
Recent time entries
Last 9
DateDescriptionWhoDurationStatus
20 Aug 2025Multi-Attachment - Add in test functionality for multi-attachments into AMETS tenement attachment tab - Add a new card window with functionality to do this on the contact attachments as well - SuccessCaleb Harvey4h 15minvoiced
23 Jan 2025Apply MSG to System - Take Tash's MSG javascript data - Update the script to apply it to relevant items within the database - Create a new card window for MSG attachments to display their data - Substitute the image base 64 into the script to be read by the script - Update the script to show through the attachment files - Export on attachments out of the reader only functioning in web direct - Both web direct and desktop versions show the message history successfullyCaleb Harvey3h 30minvoiced
22 Jan 2025Added MSG file reader components to AMETS file for reading emails within FileMaker Solution.Tash Gromek4h 0minvoiced
17 Jan 2025MSG Viewer - Research threads for javascript handling of msg files - Found a decent base file to manipulate into depot - Recruited JS expert Tash to rewrite the file for meCaleb Harvey2h 30minvoiced
19 Aug 2024Uploading multiple attachments - Creating a new method in the test version to add multiple attachments to a tenement - Researching methods to be able to upload multi attachments in a javascript web viewer - Finding a method to incorporate using forms and actioning a hidden form field - Scripted the ability to click on the screen or drag in multiple files into the web viewer - Created a new step in the javascript to loop through the files, convert them to base 64 and send through to FileMaker script - In the FM script, loop through all data and create a new attachment record against the tenement - Set the file field as the base 64 converted back into the file and the type as the type sent through from the web viewer - Display all the attached files in a portal in depot and don't allow the user to continue without giving them all a category - Test with all sorts of file types with success - Change the javascript file to not allow more than 10 FilesCaleb Harvey7h 30minvoiced
24 Apr 2024Add Attachment Section to Record Admin - Copy the attachment section over form the tenement attachment tab and remove irrelevant sections - Add a new relationship to the contact. select table instance in the back end linking the attachment relation field with the contacts ID - Change the relationship of the attachment portal to reflect the new relationship - Change the add attachment button to point to the first script parameter in the attachment script and use the contact ID as the relationship - Set the record admin tab to be where the user is returned to - Show/Hide the selected attachments data if the selected attachments relationship ID does not match the ID of the current contact so there is no issues when cycling through contacts - Ensure the fields in the portal are pointing to the new relationship and the buttons are all working correctly in relation to the contact - SuccessCaleb Harvey1h 15minvoiced
24 Nov 2023Clear attachment selection when changing tenements - On the attachment tab in tenement layout, hide the attachment details if the selected attachments tenement is not the current selected one - Add a new relationship to attachments and menu register to show all related selected attachments - Add a new case to the formula for select multi that clears the multi select if the tenement changes from the selected tenement - Test all cases to ensure nothing can be done to an attachment unless it is selected in the current tenementCaleb Harvey1h 0minvoiced
22 Nov 2023Force user to select attachment category - Created a new script parameter in the attachment script - Ran the creation of the attachment and linking by passing through variables from original add attachment button in tenement screen - Changed the button to hit this new parameter and all working as expected - Creating a new lookup layout to lookup attachment tags - Performing the lookup script before the attachment creation script for user to select a tag - Add this tag after performing the attachment creation script to the newly selected attachment if script result is returnedCaleb Harvey1h 0minvoiced
21 Nov 2023Duplicate Attachments to Other Tenements - Create a button to duplicate attachments to other tenements and hide it if there is no attachment selected - Add a new field to the Menu Register to select multiple attachments - Add a button slider into the attachments section to toggle on or off for multi selection - If on, add or remove each selected attachment to the multi select list and highlight as blue with a conditional format - If the duplication button has been pressed, take the ID of all selected attachments to a new script parameter in attachments script - Run a lookup script to select the tenements to duplicate to - Loop through the list of selected tenements and loop inside through the list of selected attachments - For each attachment loop, duplicate the record and change the reference ID to the tenement ID in the external loop - Once all loops are completed return to the tenement screen and attachment tabCaleb Harvey2h 0minvoiced
Edit