Conversations
Conversations 1 - 20 of 25
I'm trying to use a iframe tag in a formula - rich text field but no matter what i do it will on read it as text no HTML. Is iframe not a...
remove buttons on mobile page
So I have gone through the process of creating a customer survey form. I have managed to remove the green save buttons etc using the fol...
How to add JS/JQuery scripts into a dashboard page using the current version of QB.
I would like to add some scripts to some dashboard pages to change css and but don't know how to do this. I would like to be able to cha...
how to change the home icon on the table bar
Is there a way to change the icon colors on the table bar? Or change the home icon completely?
API_DOQUERY Javascript is not working
Hi,I'm testing the API_DoQuery with the following code and I'm not getting any result. Could you help me?var promise = $.get(dbidcalendar...
Get a field value for html page?
I'm trying to set the value of an input on a popup html page onload using the value in a form field. But all i'm getting is this: "[objec...
Floating element on form?
Has anyone had any luck adding a floating element to a form? I'm looking to have a report float:right on a form without it disrupting the...
Is there a way to use API_GetNumRecords to count only related records?
Is there a way to use API_GetNumRecords to count only related records?
URL Button to create 22 child records with one click
I need a button that will create 22 child records with one click. the code below is what I have. var text URLONE = URLRoot()& "db/" &[_D...
Can the 'FROM' email address be changed for notifications?
Can the 'FROM' email address be changed for notifications?
Formatting a Formula - User field for a report
Newbie here. I have created a User - Formula field called "Who" within my "Activities" table which is for reporting purposes only, where ...
How to display PDF in file attachment fields
File attachment fields can show the attached files in forms and reports, but only a few file types are accepted (jpeg and such). Is ther...
Create a count on a tab in form
Is there a way to create a count on a tab in a form? I have a form with a few tabs that have reports. I want to show the total number of...
save a record and then view it with a different form button
I'm trying to create a save button that after clicked will show the record using a different form
Change Hyperlink text created by send email button
I've created a send email button to email out a file attachment. I was wondering if there was a way to change the hyperlink text so that ...
API_EditRecord with rdr to a different table where you API_GenAddRecordForm
Wanting to create a URL button that will edit a record using API_EditRecord and redirect to a new table where by using a API_GenAddRecord...
Exact form URL available to non-users
I have a couple of exact forms in my application that are used for generating estimates and invoices that we can send to our customers. I...
Status change between related tables
I have 3 tables A->B->C. I need the status field change of C to change the status field of B. Note: B and C have different status values...
Send email notification when multiple specific fields are changed
I want to set up an email notification when MULTIPLE specific field are changed at the same time. As of now, if i select 2 fields that tr...
Button to edit a field and save record
I'm trying create a button that will edit a multi-select text field(field id 61) and save the record. I currently have the button to save...