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
Is there a way when a new lead record is created, that prior to going into the edit page, a record type page first shows up in order to select the lead record types?
where can i find the api for queue’s. I’m trying to read the list of filters on the queue and see which of them are set and to what value they are set i’ve poked around in the api pages but can find them mentioned thanks
Is there a way to automatically set a filter on a queue (select list) to one of its options when the form loads ?
How can enter the viewport syntax into the section of a squid page?
was wondering what all these little skuid icons inside my css stylesheets represent? thanks!
Here’s a small bug I stumbled upon:Button vanishes when dragged from a PageTitle to ButtonSet component. And yet, vice-versa, dragging from a ButtonSet to PageTitle works correctly.
I am testing the new Brooklyn feature to conditionally render columns in a Table component. I am bringing in data from Salesforce. The feature works great on column fields that are data type String or Double, but it doesn’t appear to be working on Picklist fields. Is that by design? Specifically, I am trying to render the field if the picklist field value != blank value. That way, if none of the rows in the table have that field populated, the column won’t appear. I have also tried by rendering only if the picklist field value is in [set of values], and that doesn’t work either. The column does not display at all when I add these render conditions.
I built a popup window row action for a contact table. In this popup I would like to display a few key detail fields about the contact and provide a Log a Call button. I am using Field Editor component to display my contact detail (works perfectly), and Button List component to house my button (Model is set to Contact). I have my button set to “Redirect URL” and this is the URL I am opening (in a blank window):/setup/ui/recordtypeselect.jsp?ent=Task&retURL=%2F{{Id}}&save_new_url=%2F00T%2Fe%3Ftitle%3DCall%26who_id%3D{{Id}}%26followup%3D1%26tsk5%3DCall%26retURL%3D%252F{{Id}}For some reason this URL is passing the Id of the 1st record in my contact table. How do I get it to pass the Id of the record I clicked on to open the popup window?
I have a table on an account, that lists nearby accounts. How can I add distance to each row on the table?
I have a pop up window where I am trying to require the user to populate data in two fields before they can close the popup. Is this possible?
I have an intermittent problem where clicking on the RTF field won’t produce the CKEditor panel and produces a 404 error in the Javascript console. Other times it works fine. At first the problem only appeared when the SKUID page was produced via a Community page and I thought it was somehow related to the domain portion of the URL. But then later in the afternoon I got the opposite result, the community page was rendering the CKEditor panel when you clicked on a RTF field and the same page when viewed internally suddenly would generate 404 errors (which ruled out the differences in the URL being the potential problem). This is what it looks like when it works. When it doesn’t it just appears without the CKPanel. Here is the error I get in the Javascript console when the RTF box is clicked in the instances where the panel is not appearing. When I copy the URL and paste it directly into the browser I get a URL does not exist error displayed in a Salesforce frame. I am at a loss as to w
Please help! I am having trouble getting the ‘In context’ to work on a button within a drawer. I have tried the ‘button set’ component and the ‘page title’ component but neither seem to be working. The ‘in context’ that I am trying to access is just the record ID for the row I am on - nothing fancy. (I am using Brooklyn 9.3.1) For both Button Set and Page Title components: Within the component configurations I set the Model to the same model that the table uses & I set the context condition to read “Id of record = Id of row in context”I then created a button in each component and used the name of the record as the label on the button (to see what was pulling through). On the Button component the label listed the name of the 1st record on the table, the Page Title component correctly displayed the row’s name. Within the action framework I was not able to get either component to work correctly. For each button, I set up an action framework that creates a new child record and assi
Hello, I’ve created several lightning components that I’d like to use in my skuid pages. Is there any way to do this? Thanks!
This problem posted 2 years ago was not answered and I found that I am having the same problem. I found that when I enter a Export Options - Custom File Name Firefox is unable to open a file originating from a table in Excel. I have customers that insist on using Firefox instead of using IE 11 or Chrome. Our Chrome is locked down and allows only the minimum capability. Through trial and error I found when the Export Options - Custom File Name blank, Firefox is able to open the csv file using the MS Excel. However, when I populate the Export Options - Custom File Name and then try to export, Firefox cannot open with Excel, but instead requests the user browse for an application to open the file.
Hi,I’m trying to access the UI component rendering conditions via the API. something like this would allow me to look at all the soqls with the model names.var model = skuid.model.getModelsList(); for(var i=0; i< model.length; i++){console.log(model[i].id);console.log(‘----------------’);console.log(model[i].soql);}Does anyone know how I can access component rendering conditions. I cant seem to find the API for this.Thank you very much!Roy
Hello,Since my first days of using Skuid this has been getting worse.I’m having a lot of issues aggregating or querying on normal model, using skuid on the native object: TasksThe only reason i can see if the # of records we have in tasks (almost 300k), Could that be it?But even if filtering to reduce the data returned, very often i get timed out errors.Is there anything I can do to make it work or improve performance?I tried all the basic steps I could find on this forum.Thank you
We’ve been running a Skuid page in combination with InsideSales.com for almost a year now. However, just in the last week or two, users have told me that the click-to-dial icon doesn’t work on Skuid pages. (Still works on standard SF pages.) When you click the phone icon in the Skuid page, it does…nothing. (Chrome and IE.)I’ve seen a couple other posts around click-to-dial functionality, but they all seem to be pretty specific use cases / implementations, so I didn’t know if using InsideSales.com would make a difference in the answer.I’m thinking it might be related to Brooklyn, but the timing seems a bit off, since we pushed that in early December.
I’ve been debugging a problem for the last couple of hours: Changes I made to the theme CSS were not reflected in pages after I reloaded the page. I verified that skuid was correctly updating the static resource inline.css. I found that I had to clear browsing caches on Chrome to get my CSS changes correctly reflected in my custom themed pages. Hopes this helps others…
This CSS doesn’t work any longer in Brooklyn. #sk-1lhXgJ-92 td:nth-child(3) #sk-1if7S8-779 th:nth-child(3){ display: none } Where #sk-1lhXgJ-92 is the tableId and the children are the elements I want to hide. Here’s a sample XML page. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="NewModel" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Opportunity"> <fields> <field id="AccountId"/> <field id="Account.Name"/> <field id="Account_Phone__c"/> <field id="Address__c"/> <field id="Alternate_Email__c"/> </fields> <conditions/> <actions/> </model> </models> <components> <skootable showc
Data source action in the new feature added to the skuid Brooklyn release. I have been looking to add data source action for data source but not been able to add it. I would be glad if someone could give me help me out with this.
I have a drawer for activities coming off of a Contact table. When I open the drawer for the first Contact, everything is perfect. It shows all the activities for that contact. Then I open the drawer for a second contact and everything is fine as well for that contact. However, when I click back to the first contact and open the drawer it is now displaying the data for the second contact I clicked on. How do I get the drawer to re-query the model EVERY TIME I open the drawer and not just the first time?
HELP… I installed Brooklyn 9.3.1 in production yesterday. i thought we had done our testing in our sandbox but now see today that the sandbox is on 9.3.0. Oops. OK - here’s the problem, and it is in my production community, so our customers are the ones reporting it to us. 🙂 We have master-children pages. In production (9.3.1) the footer of the master page is covering up part of the child region. Screen shots: Sandbox on 9.3.0 - this is working property. The footer from the master page is the gray at the bottom. Production on 9.3.1 - footer is covering a portion of the child page. I solved this on another community page by adding a wrapper with a min height. We have lots of community pages, so I want to see what your thoughts are before modifying the pages (and I’m not sure that’s a good fix for long scrolling pages) Thanks!!
Getting a strange “UserContext” error when setting an aggregate model to load model data on page load. If I set it to not load model data on page load and instead query the model via action, the model works as expected. Attached is a screenshot of the console error.
I don’t have time to add details but I’m posting it here in case anyone runs into this issue in the future.I noticed that my event subscriptions to condition events stopped firing.What happened was I added a filterset to a basic Salesforce model and later on converted the model to an aggregate model. This removed the auto generated conditions and stopped event subscriptions to that condition from firing (only when attempting to ‘deactivate’ the condition, the ‘activation’ events were detected).I fixed this by removing the filters I added before, and then adding them back again.
All of our page load snippets don’t appear to work in Brooklyn. I’ve got a simple example where I expect to see a console log message, and I get nothing. Example snippet: (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ console.log(“Page load snippet is running”); }); })(skuid); Page XML: {{Name}} {{Model.label}} (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ console.log(“Page load snippet is running”); }); })(skuid);
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.