Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I want to create my own internal messaging system using a custom object that is designed for my users’ specific needs. I want the messaging system to work across all users of the org, but I cannot allow custom sharing of users or making the system default public for users. Without those settings, subordinate users cannot assign records to superiors in role hierarchy or to users of different branches because the superior users and users of other branches are not available as options in the lookup fields. What I am thinking of doing is creating an additional custom object called “directory” and having basic information on each user as records in the directory. I would make this object public. This info would include the User ID. I could then populate the User ID using actions and use it to share the record with the superior, but only if actions run “without sharing”, meaning that the sharing rules are suspended and the action executes regardless of sharing entitlements. Anyone know if th
Is there a way to have sub-tasks within a task in Salesforce? For our organization, we currently have to create multiple separate small tasks to achieve one main goal and it is hard to keep track on the status of each task. If there is some way to create one task and then have “sub-tasks” or a checklist that can be assigned to other users within that main task, that would be very beneficial in our efficiency. There are other applications that can provide us with this functionality, but I wanted to ask if this is possible within Skuid. Any help is appreciated!Thanks,Philip
I have created a simple Skuid page that is launched from a standard button on the Case feed page. The page is supposed to be used as a pop up for editing a subset of case fields and posting a Chatter comment. I would like to create a custom save button on the page that saves all the changes (including the Chatter comment), closes the window, and refreshes the originating case feed page so the data changes will be reflected. Since I am new to Skuid and am not a developer, I am a little lost with regards to the custom button snippets. Where can I find help on how to achieve this?
Hi, I want to use Chat on click to filter/refresh a table that will show according to chat area on which i clicked. I am using onclick feature of chart for showing data in table according to the status that user click on chart. Please check attached screen shot. But i am always getting first value when i click on chart that are groubed by property status as a first value of property status. Can you help me with this? Let suppose we have a property object that status can have this values: 1.) Premarkeing 2.) Sale Pending 3.) Listed. So i created a dashboard that use aggregate model to show count by property status. So now what i want that in chart when i click on “PremarkeingPremarkeing” status then in below chart there is a table that show property records as Premarketing and when i click on “Sale Pending” then it will show property as “Sale pending” only. To Achive that requirement i used Chart Searies action for activate Properties model condition and requery that model. But when i a
I ma trying to update a picklist value in my application object through a javascript code .The code is working fine as the alert result shows but the value is not getting reflected in other tabsHere is the code. var scModels = skuid.model.getModel(‘Application’);var scRow = scModels.data[0]; var stat=scRow.genesis__Status__c;alert('stat '+stat);var result = sforce.apex.execute(‘genesis.SkuidPricingCtrl’,‘generatePricing’,{ applicationId : scRow.Id});alert(result);scRow.genesis__Status__c= “NEW - PRICING GENERATED”;alert('scRow.genesis__Status__c '+scRow.genesis__Status__c);scModels.updateData(); window.location.reload();The picklist value in my application model is not getting updated
I have a new Case page with a custom Skuid header and footer and when I refresh the page in Chrome the page shifts up and I almost loose the page title. First time page load with the expected white space between the header and page title. After browser refresh. I’m getting this in chrome and had it happen once in FF but can get it to reproduce again in that browser. Skuid Version 7.27
Hi, we have added the following JS onto our Skuid mobile page in attempt to call a VF page as a popup instead of a redirect but JS does not work… can I ask assistance from the community on this question?var http = location.protocol; var slashes = http.concat("//"); var host = slashes.concat(window.location.hostname); var redirectURL = host+'/members/MemberPortalSagePayment?AppId=' + applicationRow.Id + '&RecordType=Crew&communityname=members'; window.open(redirectURL);
Hello,I’m trying to get the text from picklist fields, to change color on a specific column via CSSI tried with following css, to highlight and it worked, the whole column was highlighted red, but my text disappeared…table.nx-skootable-data tbody tr td:nth-child(4) { background-color: #f8f8f8;}I rather change color of text than highlight whole cell if possibletried this , but text disappeared, as welltable.nx-skootable-data tbody tr td:nth-child(4) { background-color: #f8f8f8;}but not sure if I’m doing something wrong, or because it’s picklist…Pls helpThx
Hello folks,I am trying to create a skuid page, with a custom header in replacement of Salesforce header, with the sidebar.So far, it seems like the only way to get the sidebar is to go with the Salesforce header… Any idea?
Hi guys,I created a receipt upload page on Skuid for SalesForce and included a refresh button so that after one of the entries in the queue was updated, the page could be refreshed and the field would move on to the next entry in the queue. However, when I hit refresh, the old entry remains until I hit refresh again, then it works.I’m pretty new to Skuid, so any ideas would be greatly appreciated!Thanks
I can’t figure out why the custom object tab refuses to highlight when using a skuid page assignment override. I’m using the instructions from the tutorial, but still after clicking on the tab the “Home” page highlights instead. Here’s the Page Assignment: And the VF page: And the Skuid page properties: Why isn’t the tab highlighting? Hopefully I’m just being dumb and missing something obvious, but what?
I cannot get any model to display opportunities on my Contact detail page. I tried using a model for OpportunityContactRoles linked directly by ContactID and nothing comes up.
Maybe this is a known issue, but hopefully there’s some easy fix. It seems that something is telling page to add some extra space on the right, but I can’t figure out what. I’m using a master page, and it happens when I preview just the master page, so I’m thinking it’s something on there, in the header or the footer. No matter how wide I make the page, there’s always a horizontal scroll bar and about 20px of white space. Any ideas? You can also see it in action at www.fullskope.com (our first public facing Skuid page!! lots of excitement around the office when we got this test site up in half a day)
HiI’m having 2 separate issues/concerns with date /time fields and would appreciate any help i can get1-Because of the theme font size we use, the date appears cut off in edit mode from date/time fields. Would there be a way to make that all date/time input field a different width?2-My users are really annoyed with having to manually pick the date/time manually, very time consuming. Specially when most of the time, our use is to put it the current/date timeThey are used to the SF calendar with the “today” shortcut that does set Now() in 1 clickIs there any way to mimic the same in Skuid?I looked at Datepicker from Jquery and see they offer some sort of similar function. But i’m not sure if it would work as I expect or even if works with date/time. It seems in this example i see there,when i click on today, it does not auto fill data in, just brings the cursor over the current day of the monthI would like in 1 click to be able to add function: Now() into a fieldDid anyone ever try to
I am having trouble connecting to a rest data source. It seems to be connecting to the right end point, but the only field it returns is the “message” field and when I add the message field to a table, the message field populates with “Authorization has been denied for this request.” I have checked my user name and password several times. I have tried different settings for the data connection, but they all result in error messages that the data resource could not be found. Any Ideas?
When I using a custom theme and editing the font-size of my Navigation component, the sub item text appeared larger than the main parent item text, with no direct way to target the sub-item.
For some reason my date picker modals are different. One has the month/year visible and the other they are not visible. I’m not sure why it happened or how to fix it. This is the visible version: This is in the invisible version:
When working with drawers I stumbled across this odd problem:After saving the page, the drawer action icon wouldn’t appear anymore in the preview of the page. Switching back to the page editor, I discovered that the row action I defined as action type “drawer” has switched itself to “run multiple actions”. In the action type drop-down, the options “Edit Record”, “Delete Record” and “Drawer” (all table specific action types) were completely gone. The only way to get the drawer back was either to revert to an auto save or delete and recreate the drawer.This happened to me twice. I didn’t modify the XML nor did I do other funny things.I’m working with REST-Model-Services and OAuth if that is relevant in any case.Regards
Hi All,Have a page that contains numerous models, and a range of components linked to these models spread down the page. Components for a specific model are dispersed through the page, not all grouped together. Problem is, on a save error I get standard messages replicated up the page against each of the multiple components linked to the affected model. Looks horrific. Thus, Im trying to intercept all errors and aggregate them against one component at top of page.in my save snippet, I am trying to push each error to target UI component using initiatorId param but getting nowhere. Any suggestions on how this is used? Relevant sections of my code below: var myPage = skuid.$('#FormTitle');<br>var myeditor = myPage.data('object').editor;<br>.<br>.<br>.<br>models.save({ callback : checkResult }); // assume I save the models<br>function checkResult(result){<br>if(!result.totalsuccess) {<br> &nbsp; &nbsp; myeditor.handleMessages(resul
Following the tutorial ( http://help.skuidify.com/s/tutorials/m/supercharge-your-ui/l/269735-add-nested-rows-to-your-table-wi… ) but using my own models, I find that the table gets drawn with a single line. If I add a global action to query the model, it draws correctly (but I don’t want to have to do this manually). I can also add an Action to the model and use a query of the model as a trigger to requery (which makes my head spin) and it also has the desired effect.Is there something I need to do in the Before Load Actions section in addition to what is in the tutorial to ensure that the Model is ready before the Drawer tries to render the table?Thanks!
Is there a way to Skuidify the SFDC Recycle Bin?
Our publisher actions are no longer working in the Chatter feed on our Skuid Opportunity page. When people click them (e.g. Log a Call), nothing happens. No JS error is logged in the debugger either.The interesting thing is that when I edit the Skuid page and then preview it, they work. But when people access the page normally, no luck. At one point on Friday it started working again, but then stopped (with no changes to the page that I’m aware of).I tried turning off the static resource critical update, but that didn’t help.
There are two objects suppose A and B .B is child object of A.I need to update picklist value in A If a row exist on the table residing in the skuid page of B .How can we achieve that ?
Interaction is a child of Patient Case.Interaction has the fields “Purpose” and “Date.”How do I write a query that will return all the Interactions of a particular Purpose which are the first chronologically of that Purpose for their particular Patient Case, and are in a particular date range?Consider the data below:Id = 1 ; Case = A ; Purpose = a ; Date = Jan 1Id = 2 ; Case = A ; Purpose = b ; Date = Feb 1Id = 3 ; Case = A ; Purpose = a ; Date = Feb 10Id = 4 ; Case = B ; Purpose = a ; Date = Feb 15Id = 5 ; Case = C ; Purpose = a ; Date = Feb 15Id = 6 ; Case = C ; Purpose = a ; Date = Mar 1Supposing I want all the records with purpose a, where the first occurrence of purpose a in the Case is in Feb?How do I write a query that will just return Ids 4 and 5, but not 3?EDIT: And by “query” I mean “model conditions”
We’ve tried reducing the width of table columns to both 0% and 0px, and neither of them have a satisfactory behaviour for checkbox fields. Even with single character titles, there seems to be a minimum width beyond which we cannot reduce.A friend reduced the margin CSS property on the input element which looked like it showed potential. This seems a little fraught.Is it possible to render those checkbox columns as tight as possible?Thanks,greg
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.