Sample App attachments not copying over (NIST Privacy Framework Manager)
I've been exploring the NIST Privacy Framework Manager app from the sample apps library. It is excellent, except it requires downloading three import files before deleting the sample data so you can recreate the NIST functions, categories, and subcategories. Unfortunately, these files do not seem to copy over. When I click on the links to download them, I get the following error message: 404 error File metadata not found Check the Quickbase service page for more information. Please contact support if you need help. Same error with images used in some of the reporting. Is it expected behavior for attachments to not copy over when you use "get this app" from the sample-apps library? Would anyone have copies of the CSV import files that are supposed to be used with this sample app?35Views0likes2CommentsData Dictionary
Our Program Evaluator is asking for a "data dictionary", which is defined as a list of all of the data points in our app. Does qb have a feature that generates this? Or would I print the field view of each and every table? Thanks! Bridget ------------------------------ Bridget Lambert ------------------------------84Views0likes4CommentsApp to track Test Results
Hello, I am wondering if there is an app that would allow the user to build a test in a form. Send the link to the form to users. They would fill out the form (test) and the app would grade the submissions based on predetermined results? In short this is a training app that asks questions and tells the administrator how they did. The link to the form could be shared to the "Everyone on the Internet" role. A results email could be sent back based on an entered email address. Thoughts? ------------------------------ Brian Brian ------------------------------19Views0likes1CommentError in webhook while doing an action
Hi , I was trying to create a webhook to make an action, i.e replication of records when created in one application to another. <?xml version="1.0" ?> <qdbapi> <action>API_EditRecord</action> <errcode>30</errcode> <errtext>No such record</errtext> <errdetail>Missing "rid" parameter.</errdetail> <udata>mydata</udata> </qdbapi>21Views1like3CommentsField names and labels on Reports and Forms in QB Library Apps not consistent:
I understand that QB does not police or support apps. available in the Library built by customers, but is there Help/Corrections for QB authored apps ? Very frustrating ... seems QB applications should be the best example of what can be done and QB should stand behind apps they make available. This is a recurring problem: here's an example" Downloaded QB 's Project Manager Plus. Between Reports and Forms, fields are not consistent. Examples: "Project Lead" is really a USER but the dropdown is <Add a New Resource> and it doesn't work. The "Contacts" drop down displays a list of "Companies' of "Contacts", not of "Contacts" and again, the <add a new contact> function does not work.35Views1like2CommentsHow to I properly get a webhook to fire for AddRecord?
I am just trying to figure out basic Webhooks. I want to trigger a webhook when a data record changes in Table 1 to add a record to Table #2. I set everything up with 1. When criteria are all set 2. Endpoint URL goes to the Table #2 3. XML, QuickBase-Action, API_AddRecord 4. I think the Message Body is where I'm goofing up, but I find the "help" too advanced. Any good reading suggests with examples to help me get going? Field 9 is the one to be updated in Table #2, and [Inventory Total] is the record in Table 1 that changed to cause the webhook to fire. <qdbapi> <apptoken>--app token here---</apptoken> <field fid="9">[Inventory Total]</field> </qdbapi>158Views0likes25CommentsIf I enter an invoice and inventory is negative, will COGS be recorded?
We have a situation where inventory was being increased through Item A and the sale to the customer was being recorded to Item B. This caused Item A to be hugely over stated and Item B to be understated. To fix this, the first step was to correct the original purchases to Item B. Now, the quantity is right but the $ are way over valued. My theory is that since the inventory value was negative, QB relieved more quantity through the invoice transaction, but COGS was $0. Now that we've fixed the original purchase, that invoice is still incorrect. I think we need to delete it and re-enter it. In addition, this company has just in time inventory (they order from a co-packer and sell to retailers through drop ship wholesale orders). I believe some of the invoices were recorded before the bills from the supplier which would increase inventory. The bookkeeper was ignoring the warnings that there isn't enough inventory to fulfill the orders. So, I think the same thing happened on the financials (COGS had a $0 value). Are my theories correct and is the solution to validate that inventory purchases need to be completed prior to items being sold and is the solution to get that right first, then delete and re-enter the invoices, then apply the payment made from the original invoice to the newly created invoice?17Views0likes1Comment