Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a form built in jotform which provides some script: <a href="javascript:void( window.open( ‘https://form.jotform.com/72853972112155’, ‘blank’, ‘scrollbars=yes, toolbar=no, width=700, height=500’ ) ) "> Showing I will like to execute the script when this menu item is selected. The script opens a popup form.
I am trying to set up a button with a redirect url code. The code we need to use for the button is (without directing to this particular account): https://procoretechnologies–zqu.na29.visual.force.com/apex/CreateQuote?crmAccountId=0013400001JkD3tAAF&oppId=00634000019hw9hAAA&quoteType=Subscription&stepNumber=2We used this inline code in the redirect url section: https://procoretechnologies–zqu.na29.visual.force.com/apex/CreateQuote?crmAccountId={{#urlEncode}}{{AccountId}}{{/urlEncode}}&oppId{{#urlEncode}}{{Id}}{{/urlEncode}}&quoteType=Subscription&stepNumber=2However we are getting an error message and it doesn’t direct us to the correct page. Any thoughts?Thanks so much!
Turns out DC really is the land of taxation without representation! The District of Columbia is missing from your map visualization. We work with a number of customers from DC, and as we were looking at this map today, realized all of their accounts aren’t represented…because they’re geographically missing…Any thoughts on adding DC? There’s probably a Trump joke here, but I’ll refrain… 🙂
I have an aggregate model that summarizes data by month. I want to be able to click on a button on any given row or on multiple rows in the aggregate model table and initiate a row update for all records that are aggregated in that row or rows. Is that possible?
I have created a site with a menu. I have include that site as the header on another website. When I click on a menu item it opens within the page include area of the header. Is there a method to to get the drop down menu item or popup to open over the top of the main page. I have looked at using z-index. I have it in the wrong place or it does not work. https://drive.google.com/file/d/0BzBJWINUVfkvSmhfOEZvd09RQTA/view
How do we use 3rd party software already installed in our salesforce.com instance with SKUid pages? A good example is our Intcontact Phone & Chat Integration?
I have an Account Detail page with related lists for Opportunities, Contacts, Tasks and Attachments.I am trying to show the Attachments for the Account as well as its related Opportunties and Contacts. I have tried creating 3 seperate conditions on the Attachment model where ParentId = the Id of each model, and using 1 OR 2 OR 3 in the Condition Logic. The Opportunites and Contacts related lists work fine, they both have conditions to link to the Account (Id) and always on.Using Salesforce Classic. Any suggestions or directions are greatly appreciatedThanks!
Create a Model on a skuid page, using an object that has at least 20 editable records.Place a Table component on the page using default values. Populate it from the model above.Save and Preview the page. There should be 20 rows loaded, displayed in two pages of 10 rows each. Rows are in read mode but in-line editable.Navigate to the 2nd page. Edit a record and save the change(s).The page/model/table should refresh leaving you back at page 1, with all rows in read mode.Navigate to the 2nd page.Is the edited row is still in edit mode, or did it also revert to read mode? Which did you expect? Which is correct?We have v9.5.12 installed. The edited row is still in edit mode. I was expecting it to be in read mode. Since editing a row on page 1 and saving the change refreshes the table and returns the edited row to read mode, I think that is what should also happen on page 2.Thoughts?
HelloI have a UI only picklist field that I am rendering as radio buttons on the page. I would like to have some hover over help text for each of the picklist values, but I can only seem to get the hover text to work on the field itself. I would rather not have a huge block of text explaining all of the available options on the field as it would look really messy and probably not provide the help it’s supposed to.I’m assuming I’ll need some CSS to do this. Can anyone point me in the right direction?Thanks!
Our basic search bar is set to search contacts by name or email. When you start typing the first and last name, it appears to be randomly selecting when it’s matched the criteria. First I start typing and it acts appropriately (e.g. searching for David Goldstein): Then I type one more letter and it no longer displays any results: Then one more letter and it’s working again: But as you continue typing, the results disappear, even when you’ve completed typing the full name exactly as it should match. Here, after I’ve just typed an additional matching letter, yet it tells me again I have no results: Any ideas? Thanks!
I have a action button in contact.where i am using a visualforce page where i included my skuid page.I am using that button in my community . my code is : <apex:page standardController=“contact” showHeader=“false” sidebar=“false” readonly=“true” docType=“html-5.0”> <apex:variable value=“{!$CurrentPage.parameters.id}” var=“recordId”/> <skuid:page page=“TestSkuid” id=“recordId”/> </apex:page> the page is populating there .but its not capturing the id. need help. Thanks in advance
I’m trying to have my model create a new row if the most recently created record was more than 15 days ago, because the user needs to create a new record if the most recent record created is more than 15 days old.I’ve added a model condition for this purpose (see screenshot attached), and checked off “Create default row if model has none”…thinking that if the model doesn’t find a record that meets my condition, it will create a new one… and I’ve tried all the operators (below) that I would think should do the trick…but I can’t seem to get it to work…components tied to the model don’t render at all.CreatedDate = Last n Days: 15CreatedDate >= Last n Days: 15CreatedDate > Last n Days: 15Where am I going wrong…?
Hi All, I would like to to build a form in Skuid which will be exposed to external users through Salesforce site with an ability for the external user to save the form and submit later. Any ideas on how to do this? Thanks in advance!
Does Skuid have a context factory or something we could use for generating context? ie. from component to component
This code is for marking Tasks as complete. I don’t know much JS. I want to replace the standard object Tasks with a custom object. I thought I would only have to change the Status, Complete and then make sure the model was correct. Any advice? skuid.snippet.registerSnippet('tasks.markCompleted',function(params){ console.log('test'); // Mark all selected items as closed, // then save our 2 Tasks models var model = params.model, list = params.list, selectedItems = params.item ? [params.item] : list.getSelectedItems(); if (selectedItems.length === 1 &amp;&amp; skuid.model.isNewId(selectedItems[0].row.Id)) { alert('Please finish creating this Task before marking it as completed.'); return; } $j.each(selectedItems,function(i,item){ model.updateRow(item.row,'Status','Completed'); }); // Block the list from having updates list.element.block({ css: list.blockUICSS, overlayCSS: list.blockOverlayCSS, message:'Marking Tasks as Completed...' }); var saveFinishes = model.save({callback: fu
Does the ability exist to stagger page load queries so the page will load, and not all queries need to execute for the page to load and will continue loading after the page shows. We have some pages with multiple aggregate models that causes slow page load, and I was wondering if there was a way to increase the speed of the page load.
I am not sure what I am doing wrong but this is the first time I’m using hotkeys and it doesn’t work. I have a search button that searches for an account name against the account object perfectly fine when clicked on the button. I wanted to add a “Enter/Return” hotkey to this button and I came across two problems 1.) Enter/Return is NOT one of the special keys that I see in my list 2.) I tried other combinations and they won’t work when I type text into the text box and try the combination of those keys. I have tried this with buttons in a button set as well as buttons in a page title component.
XMLHttpRequest cannot load https://mydev–devws1.cs67.my.salesforce.com/BoothPicklist?accountId=0010n000003gM5OAAU&eventId=…. Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://mydev–devws1–skuid.cs67.visual.force.com’ is therefore not allowed access.Need help on this? If someone has faced the similar issue.
Action I need: -From a custom object, populate the recipient from the custom record with the Send with DocuSign Button. There is only one recipient needed I used the below code but am running into the following issue -It populates the name of the recipient correctly (see screenshot), so I add my document and select next to be taken to the document to send. The next screen (refer to below screenshot), lists Princess Leia in this case as the recipient one (which is great) but it also created a 2nd recipient, which I don’t want because the user has to select Edit Recipient and then delete the 2nd recipient. Since I’m not a super huge Java user, I think it’s something in the below code, but I am not sure?!?! I changed the Role~Recipient;RoutingOrder from 1 to 0 and that did not fix it. I’m sure it’s something simple but nothing I have been able to figure out Any suggestions would be great. Thank you for your assistance in advance. @@SEE CODE BELOW @@@@ {!REQUIRESCRIPT(“/apex/dsfs__Doc
Let’s say I have two datetime fields. Whenever I set the first field, I want the second field to adjust to the same date, but one hour later. Is this possible? The Java script itself is not the problem, I just can’t figure out how to ‘plug into’ the Skuid page that contains those fields.
I have began using cards. I have two buttons on each card. The first goes to a url and the second is to a popup edit screen. When I press on the 2nd or 3rd button it always uses the first card. How do I get the buttons to use the correct card?
We have a skuid page that creates a Case record and allows the user to upload a file and attach it to the record. The page sets the owner to a Queue. If a PDF file is uploaded and attached the case owner is changed from the queue to the org’s default case owner. This does not occur if we use the native SF case screens or if we use another file type like DOCX, PPTX or TXT. Has anyone else seen this behavior?
I am trying to display an icon in the template field base on what account it is. In the template field I have the following html: {{LDC__r.Name}} Then an inline-snippet : var params = arguments[0], $ = skuid.$; var uaCommod = skuid.model.getModel('UtilityAccount').getFirstRow().Commodity__r.Name; if(uaCommod === 'Electricity'){ $('#commodIcon').addClass('fa-lightbulb-o'); }else{ $('#commodIcon').addClass('fa-fire'); } When I load my page, it will show the right icon for a second and then it gets switched to a triangle with exclamation point in the middle. Does anyone has any ideas about what the problem maybe?
When a page include is in a popup, am I correct that the page include’s models and their data will not persist when the popup is closed? So, for example, I would not need to use the popup’s “after close actions” to empty the page include’s models (via the XML) because that will happen automatically when the popup closes, right? That’s what appears to be happening, just making sure.Thanks!
Is it possible to do a client side search on a table for an Aggregate Model? I do not get any results when trying to do this. I would like to use the client side so I do not have to re-query the data from Salesforce. Andy
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.