Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Hi guyz, Any one please help me out, How can i include Social links in our SKUID Account/Contact detail pages. I’m trying with this Iframe code by using Template: I got Icons like below, but the links are not worinkggggggg… Some times i got error like below Please help me out 🙂 Thanks, Shaik.
I add help text to a custom field in a table but the question mark icon and help text doesn’t show up. Is this possible? This is the type of field I’m talking about: Related question: Can you add help text to individual items in a picklist field? Below is the output of an example. “Type” is a picklist and each option below it, I want to have a help text next to. Thanks for your help in advance!
I believe this has been asked before, but I wanted to follow up to see if it is on the road-map or even can be. I have an inspection form. By default I am making all checkboxes checked. When I build a Skuid page the checkboxes by default are showing up as not being checked even though by default they should be. Is there anyway to bring in the default value on a new record?Thank you!
New to Skuid. We have a custom object Service_Type__c that has attachments. We created a Skuid page for the Service_Type object, preview no problem. Add a Model called Attachments and select the Attachment object. Add a condition, Attachment records where ParentId is the Id paramter in the page’s url, condition always on. We preview and get the following: Id FROM Attachment WHERE (ParentId = ‘2619551’) LIMIT 21 Error:invalid ID field: 2619551. Clearly we have an issue with param. Thanks.
(Filing new as other defect was marked as resolved)Hi Zach1. Yesterday we filed this http://tiny.cc/8m5qvx2. You created emergency fix in 6.8.93. We installed this4. We also checked all unit test (APEX trigger issue) due to managed package issue.5. Our managed package issue is still thereIn addition, out team is still reporting another issue after 6.8.9 - which is a different error now! Once again, I am not sure that this is in any way related to our managed package creation issue. But, I would appreciate if you could look at this urgently.You have an access to my Salesforce. Happy to send you details of DE Org on a private email.Hi Zach,I am getting below error while I am doing a unit test of skuid.System.AssertException: Assertion Failed: Expected: 20, Actual: 2That error occur in below fileskuid.UnitTests_core>>UserTrigger_AutoAssignAndRevokeLicensesAndPermSets
If you’ve got a Field Editor with a “Percent” field in it, is there an easy way to show a progress bar rather than just the number?
Date field automatically takes some random year value while entering date value manually.For example: while entering date as 18/03 /2 after typing 2 in year it takes some random year as 2002.
We are using page assignments to redirect to Skuid pages for specific record types. With Tasks, we have only 1 record type assigned for View. All others Tasks redirect to the standard Salesforce page layout.When coming across an archived Task for a record type that isn’t listed in page assignments, the page is showing “Data Not Available”, as in this issue: https://community.skuid.com/t/page-assignments-not-working-for-archived-tasksThe above issue seems to relate to using a Skuid page for an archived Task, where our issue is when we wish to use the standard layout for the archived Task.URL when a view link is clicked for an archived Task with no page assignment: https://c.eu1.visual.force.com/apex/TaskView?id=00TD000001Tbm3n&amp;sfdc.override=1 URL when a view link is clicked for an active Task with no page assignment: https://eu1.salesforce.com/00TD000001OMRf1?nooverride=1&amp;sfdc.override=1<br>
I have an object, lets say Team, which is used to indicate which team a user belongs to. My requirement is that I have to find all the users that belong the team that the logged in user belongs to and then retrieve records from another unrelated custom object whose owner are members of the same team.I tried using sub-query but it I cannot find how to relate conditions from different models.
I’ve created a mobile page with a file upload component set to a field reference. Works in the following:Windows 8.1 Chrome 42 browser logged into Salesforce Windows 8.1 Chrome 42 browser on site.com page Windows 8.1 Chrome 42 browser on one/one.app Android 4.4.2 Chrome 40 browser logged into Salesforce Android 4.4.2 Chrome 40 browser on site.com page Android 4.4.2 Chrome 40 browser on one/one.app Does not work in SF1 on the following:Android 4.4.2 SF1 7.1.1 iOS 8.2 SF1 7.1
Month view: Week view: Day Scheduling view: the pink & blue events are from one calendar source (using the Background Color formula field trick). They only show in the month view. Help?
I am getting below error in skuid.UnitTests_Core class for UserTrigger_AutoAssignAndRevokeLicensesAndPermSets.System.DmlException: Update failed. First exception on row 0 with id 005j000000C6Z3UAAV; First error: LICENSE_LIMIT_EXCEEDED, license limit exceeded: ;Because of that I cannot create a package and getting below error in salesforce.An internal server error has occurred An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience. Thank you again for your patience and assistance. And thanks for using salesforce.com! Error ID: 1399653461-220095 (1910618002)S
I am getting close to saying, we can actually buy this, but I have a small issue currently. The events we have in the calendar aren’t lining up properly. The one day event is in between two multiple day events and it looks ugly. Is there a way to make sure the events with the most days are at the top? Scott
This is solved for me but I am posting in case anyone else runs into it. It was a beginners error back in the day that just reared its head. I have a page include with one model where the SObject Type is Attachment. I was surpassing the JSON heap size limitation and the page was crashing. After some trial an error I think I have figured out my issue. Basically, I included the field “Body” and if I loaded over 10 records the heap size was surpassed. Once I removed the body field from the model I was fine. I believe this is because Body is the attachment in binary so it can be rather large almost like loading the attachments into the page instead of just the links to the attachments. Why did I load the body? I was new and experimenting with which fields displayed what and never removed it from my model when I was learning. Bottom line don’t include the field “Body” on your attachment objects.
I have a scrip that iterates through a series of rows in a table and updates pricing based upon a few modifiers. It can take awhile to iterate through every row, so I was wondering if there was a way to only process the rows that have changed… is there a way to check for this in my each loop?Here’s the loop code… var quoteLines = skuid.model.getModel('QuoteLineList');<br>if (quoteLines.data.length &gt; 0) {<br>&nbsp;$.each(quoteLines.data, function (i, row){ &nbsp;<br>&nbsp; // do stuff<br>&nbsp;}<br>}
Is there documentation for what arguments are passed to a snippet depending on where it’s initiated?Action on a model, Pagetitle button action, Table global action, Table row action, etc…
I am using a drawer to display tasks related to a custom object. My drawer contains a table, and I’m using Context conditions on the table to display the appropriate tasks. (WhatId of Records = Id of row in context.) When I create a new row in the Tasks table, the WhatId is automatically populated with the Id of the row in context - which is exactly what I want to happen. I also want to populate the WhoId of my new tasks using a custom field (Contact__c) on the row in context. The difficulty is that I want this field to be editable. What’s the best way to set a default value in a new row in a drawer, and allow it to be editable? If it’s a snippet, how do I get the Id of the row in context?
We are getting weird behaviour with autocomplete popup sitting behind skuid popup (normal dialog popup). We tried setting z-index property for autocomplete popup and it works first time and if you search again problem reappears. While inspecting element for z-index property of skuid popup and autocomplete popup we found that z-index property of skuid popup is increasing dynamically so as to make it more than z-index of autocomplete popup (i.e. if I set z-index of autocomplete popup to 105, skuid popup’s z-index will be automatically set to 106). The problem occurs rarely on normal reference field. However, it happens almost all the times when we use custom field renderer (which is polymorphic in nature i.e. it can search different records such as account, Contact, Service__c etc). Any clues?
Hi, On Account detail page i want to show all “Notes” that are related to Current account as well as notes that are releated Account—>Contacts. So Baically is used Join with Sub query to add filter on ParentId in Account.Contact Id OR ParentId =Account.id But when i’m running that page then getting following error: An error occurred while attempting to perform the following SOQL query: SELECT Body,Title,ParentId,Parent.Name,Id FROM Note WHERE ((ParentId in (SELECT Id FROM Contact WHERE (((AccountId = ‘001d000001ar9NEAAY’)))))OR(ParentId = ‘001d000001ar9NEAAY’)) ORDER BY LastModifiedDate DESC LIMIT 101 Error: Semi join sub-selects are not allowed with the ‘OR’ operator Can one one please let me know how i use OR Condition with Sub Query. Thanks,
Is skuid.time.getLocalDateTime() a legit skuid function?If so, is it different than skuid.time.getSFDateTime()?I’m getting some javascript errors on a page where I am trying to subtract 1 day from a specified date, and I may have the issue narrowed down to a function in one of our static resources which uses skuid.time.getLocalDateTime(). I don’t see that function in the skuid.time documentation.
I’m having a bit of an issue with the EmailToSf functionality. The main model is title pbaListing and the email address that I’d like to link to is under PropertyOwner model. Here’s the code: {{$PropertyOwner.Email.data}}{{#Email}} [<a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to={{{Email}}}&bcc=emailtosalesforce…; target=“ComposeGmail”> Gmail]{{/Email}
We have an important requirement for extending SKUID to achieve an important role for our clients. Would like to build a custom component that can dynamically create salesforce custom object and fields. In APEX this is normally done using (http://www.salesforce.com/us/developer/docs/api_meta/) I would like to request any solutions, example or direction on how we can achieve this.
Let’s say I have a page include that’s been loaded. What happens if I conditionally unrender and then render it again. Would it load the page again or would it be in “memory”.
I’ve had reported issues with Skuid pages not behaving properly since users have upgraded their mobile devices to iOS 8 - accessing SF using the Safari browser (devices on iOS 7 are still working fine.) Using Chrome on these devices presents no problems. We’re seeing that “Save” actions just spin and get hung, and defaulting rules and such aren’t processing. Fields I expected to auto-fill are left blank. It doesn’t matter, though, because when they try to save the record it just sits and spins and they have to kill the session. I read on other threads that Chrome seems to be more forgiving but the dev console can show a clue to the issues. I do see issues in the console, but I’m no developer and they are meaningless to me. Anyone have an idea what I can do next to solve this? Attached are the errors I am seeing.
Hello, When I add multiple categories it breaks my report and the categories are on top of each other instead of side by side. I have attached a screen shot of what it looks like. Please let me know if there is something else to show that would be more helpful. Thank you!
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.