ContributionsMost RecentMost LikesSolutionsRe: Slow actionsI am experiencing this as well in numerous applications.Re: List of things that should be CUSTOMIZABLE on our AppsLol. I don't work for QB. I used to work for a partner though and am now a client. I have a lot of experience as a product manager building these sort of multi tenant ecosystems so I understand the push and pull of these types of decisions. My goal was just to maybe help some people understand that this isn't as simple as it might seem.Re: Form(s) on Home PageThere is potentially a simple solution here by simply embedding the form as an iFrame on the dashboard using a web page widget. You could add the parameter &ifv=1 if desired to strip out QB branding.Re: Javascript to pull tracking information from DHL websiteA great solution to this is to use a solution like Aftership, combined with Zapier, to write updates to Quick Base when there is a tracking event.Re: How to use JavaScript to concat child records into a single field?Hi Dan. Do you happen to have a sample of your new solution combined with the comma separated approach in the original, vs the HTML lists?Re: Is it possible to overlay a drawings with fields from a recordGreat question. MCFTech also has a "drawing" tool that allows people to draw on a blank canvas and store that data back to Quick Base. It was designed for mobile workers who needed to draw out engineering plans. I _think_ it can be modified to start with an image. So tool 1 generates your floorplan and tool 2 grabs that image and allows you to draw on it. This could be made somewhat seamless and is not an inappropriate architecture to have two different solutions combined.Re: Is it possible to overlay a drawings with fields from a recordHah yea. I'm not with MCF any more but remember this one pretty well. It was actually originally used for a company that rented office space and we had to overlay tenant details on top of the floor plan. I think even had some interest from some apartment or housing complexes at one point.Re: Is it possible to overlay a drawings with fields from a recordMCFTech has this as a capability: https://www.mcftech.com/technology/add-ons-extensions/image-mapper/Re: Webhook Iteration Count?Do you need to handle deletions of records as well? One solution is just a summary field of "# of records" on the parent, pass it down as a lookup and snapshot it. Then have a formula that does snapshot + 1.Re: Webhook Iteration Count?Is the entire purpose of this webhook just to do these counts?