Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’ve noticed a major bug in Safari mobile that essentially renders our mobile pages useless. When a text field is tapped into and edited half of the page disappears where the keyboard was at and never returns to the full screen. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20161109-30355-4s6d5m-iphonebugIMG_8731 3_ 2__inline.PNG “Image: https://d2r1vs3d9006ap.cloudfront.net/s3\_images/1507839/RackMultipart20161109-30355-4s6d5m-iphonebugIMG\_8731\_\_3\_\_\_2\_\_inline.PNG?1478716016”)
I have uploaded a file using skuid. I now want to use flow to send an email with the uploaded file. The path to the document is:https://c.na10.content.force.com/servlet/servlet.FileDownload?file=00Pj000000KN4XUEA1 How do I get this document to send using sendemail in flow.
I have a skuid page that is replacing our standard Account page. On this page I have a tab set that has some buttons that call additional skuid pages. I have three buttons that call different pages. Two of them work fine but I am getting an error on one. The error is: “Page UI does not exist”. I am able to call this page from the New button on the apps tab page and I have confirmed that the visual force pages are there and security is set correctly. Here is the syntax I am using to call the page from the custom button: /apex/UI?AccountID={{$Model.AccountData.data.0.X15_Character_ID__c}}&AccountName={{$Model.AccountData.data.0.Name}}&CalledFrom=Account&sfdc.override=1&objecttype=Inventory_Adjustment_V2__c&actiontype=New See attached screen shot of the error. Any thoughts or suggestions? Jeff
I went to upgrade to Rockaway 13.1 to solve the Chatter component issues. When I clicked install in production I got this error. I did not proceed with the install just in case. Does this matter?
Skuid model requery is not returning any data in the Production org. If I try to run SOQL created by Skuid on workbench I do get back results. But from Skuid UI it returns 0 rows.The same code is working fine is Sandbox environments. Any ideas on what could be causing this problem?
Is there any way I can get the latest changes from SFDC upon calling save(). Perhaps the data could come in the callback function as a parameter? Rather than performing 2 callouts, save() then updateData(), I’d like to save a bit of time and do both in one go.Please suggest what’s the most effective way of doing this.
After the upgrade, a picklist field now has the temp record ID like 3 in the dropdown. We are using javascript to dynamically populate the picklist values. Which areas would cause this issue? Can you point us in the right direction?
When using wildcard search on skuid table it only gives you options to select a record from a list of records that meets criteria. Is there a way to have filter the table with the result from the wildcard search? We would like to see more than just one record that meets criteria. Thanks
I have a picklist that has Enable conditions that should disable it when another field is set to a certain value. It appears to work. The field is gray, and the message shows up, but I am allowed to change the value and clicking save commits the change. The same enable conditions work perfectly on a text field. Any thoughts on why this is?
Trying to call multiple snippets within a snippet. the child snippets have calls like save() or updateData() inside them. So you could see how calls from the first snippet may actually finish after the second and so on.I’m wondering if there is a way to wrap the getSnippet inside a $.when .done and leverage deferred() promise multiple times in the parent snippet. Anyone have an example or thoughts on this?
Hi, when loading one of our skuid pages, we’re getting the below error: I can’t find that object… We’ve never had this error, not on any of our pages. Any ideas? Thanks,
Hi, Would anyone know of a way to visually hide all rows from a table and just show header and summary? (summary should still summarize, those invisible rows)
Hi, I just created a skuid page to display all the articles from the model Our_Article_kav. i added a table component and had a the following condition… when i preview the page, i am getting the following error. Can anyone help me out on how to add Skuid pages on Salesforce Knowledge?? I really don’t understand where am i going wrong. Thanks
I do not want to change redirect URL for the several environment once the changes are deployed to UAT or Production.How can I access the salesforce instance URL through skuid?
Hi, I’m able to successfully call an Apex Action (Invocable Method), but is there a way to capture the response? I don’t see anything in the “Run Custom Apex Action” fields that account for that, but I’m wondering if there is a model reference or something that can be used to take the response (outputValues) and put it into another model field… Thanks, Paul
Page include is not working when we use a skuid page in LEX. We are getting that error in console : **Uncaught TypeError: Cannot redefine property: put ** Same page is working fine in Salesforce classic. To replicate the same issue please follow these steps: 1.) Create a skuid Page : PageIncludePage <models></models> <model id="User" limit="1" query="true" createrowifnonefound="false" adapter="salesforce" type="" sobject="User"></model> <fields></fields> <field id="FirstName"></field> <field id="LastName"></field> <conditions></conditions> <condition type="userinfo" value="" field="Id" operator="=" enclosevalueinquotes="true" userinfotype="userid"></condition> <actions></actions> <components></components> <skootable showconditions="true" showsavecancel="true" showerrorsin
I have created custom renderer to display a dynamic values in a multiselect picklist ui only field.params.options.type = “CHECKBOXES”; params.options.type = “CUSTOM”; picklistEntries = ;picklistEntries.push({ value: ‘0’, label: ‘AAA’, defaultValue: false, active: true });picklistEntries.push({ value: ‘1’, label: ‘BBB’, defaultValue: false, active: true });picklistEntries.push({ value: ‘2’, label: ‘CCC’, defaultValue: false, active: true });params.metadata.picklistEntries = picklistEntries;skuid.ui.fieldRenderers.MULTIPICKLIST.edit(params,value);Now at some point if i need to access the label (AAA, BBB…) for this field, how can this be achieved as accessing the field is always returning the value.
I came up with the following jQuery statement that highlights an event in the calendar:skuid.jQuery(".nx-cal-event:has(a[href=‘/00U0G00000k2jb0UAA’]) “).addClass(“highlightAppointment”)this is very specific and it only selects an event that has a child a tag with an href to a particular SF Id. This works great when I am using the console. It highlights the event.However there are two issues:1) Whenever I do something with the calendar the highlight goes away.2) I am trying to add the same command when the calendar is first loaded but I don’t get the same results. In fact nothing happens. $(document.body).one(‘pageload’,function() { CAL.ChangeView(“week”); skuid.jQuery(”.nx-cal-event:has(a[href=‘/00U0G00000k2jb0UAA’]) ").addClass(“highlightAppointment”); });Any thoughts. Thank you.
Running 8.15.10. Just noticed this week that when I click the preview ‘flask’ row action icon for a page that has url parameters, nothing really happens:
Hi, I want to show the Entitlement History related list on the Entitlement Detail page. I had table with Entitlement history as the model. By default it is displaying all the activities within the Entitlements history object (I.e. all the history related to all the entitlements). But i want to see only the history related to the Entitlement that i am looking at. what condition should i have on the Entitlement history model so that i can see only the history related to a particular entitlement. I tried different conditions but no luck. Can anyone help me out with this issue?
I added a visualization to one of my pages. It is just a standard bar chart. If I add any series to it, I can no longer save the model the chart is connected to. It locks up chrome completely. I have tried process of elimination to attempt to identify the problem, but If the chart has no series defined, the model saves and if any series on any field is defined, the model wont save and Chrome locks up. Anyone have any experience with this?
I need some guidance on subqueries. Can you use merge syntax in a subquery? I have an invoice line object connected to a Rebate Line object via the item object. I want a subquery condition that looks at the invoice date and see if it is in between the start and end date found on the rebate line. I get the below error:1. An error occurred while attempting to perform the following SOQL query: SELECT SCMC__Invoicing__r.SCMC__Invoice_Date__c,SCMC__Item__c,SCMC__Item__r.Name,SCMC__Applied_Rebate_Amount__c,Id,CurrencyIsoCode FROM SCMC__Invoice_Line_Item__c WHERE (SCMC__Item__c in (SELECT SCMC__Item__c FROM SCMC__Rebate_Line__c WHERE (((SCMC__Rebate__r.SCMC__Start_Date__c >= SCMC__Invoicing__r.SCMC__Invoice_Date__c)AND(SCMC__Rebate__r.SCMC__End_Date__c <= SCMC__Invoicing__r.SCMC__Invoice_Date__c)))))AND(SCMC__Applied_Rebate_Amount__c != null) LIMIT 21 Error:expecting a colon, found ‘SCMC__Invoicing__r.SCMC__Invoice_Date__c’
Using a "long text field". When copy/pasting on computer or Microsoft tablet, we have no issues with formatting. When copy/pasting from iPad, the text is being formatted to larger font. Displays as larger font when later viewed on computer or Microsoft tablet.
Terrible and strange problem.Why would the data from one model be replacing the data from a distinct model when i attempt a save?I’ve only been able to reproduce this issue with these two models, but I’ve had users report the ‘disappearing name’ in other circumstances as well. If it helps, here’s the snippet behind that save button: 'saveAllSnippet': function () {<br> var modelsToSave = [],<br> modelsToExclude = ['AddTests','ProcessLog','ChangeTracker','ShowTabs','UI_Model','DefaultTo','ChartAudit'],<br> dfd = new $.Deferred();<br> $.each(skuid.model.map(), function(){<br> if (this.hasChanged &amp;&amp; (modelsToExclude.indexOf(this.id) === -1) &amp;&amp; this.preventUnloadIfUnsavedChanges) {<br> modelsToSave.push(this);<br> }<br> });<br> $.when(skuid.model.save(modelsToSave))<br> .done(function(result){<br> console.log('All Models Saved.');<br> dfd.resolve(result);<br> })<br> .fail(func
Hello,The URL Parameter & model conditions had been working well to navigate from a list of records, to one specific record. However now I’ve moved the Skuid pages onto our community site, and they are all force.com URLs, the URL parameter has stopped working.All of the pages are visualforce pages with the skuid include function.E.g. this works (but brings up no data)https://gdsgroup.force.com/EPik/apex/EPP_ProjectBut this goes to the force.com error pagehttps://gdsgroup.force.com/EPik/apex/EPik_Meeting_Detail&Id=a1i24000001hYoaAAEWhere as within Skuid, this works perfectly:https://skuid.eu5.visual.force.com/apex/skuid__ui?page=EPik_Meeting_Detail&id=a1i24000001hYoaAAE Any ideas where I’m going wrong? The Skuid page is identical.Thanks!
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.