Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Starting after Salesforce updated NA38 to Summer '18 on June 1, I started experiencing Apex CPU time out issues that were not present before the update. I was on 11.1.13 experiencing this and upgraded to 11.1.14 and am still experiencing this. My workaround was to take 18 models that had been loading on page load and make them load after page load using an action sequence. That seems to have fixed things for now.
This seems odd. The model has only 129 records. When I reduce the records by being more restrictive in the model conditions it works.
Hi everyone, I have a random issue where the default time is randomly changing from some of my users. It should default to NOW() and is correct most of the time. Even when the record is saved it is correct, however sometimes it reads incorrectly. See the below for reference… Can anyone please advise?
Currently, our organization has a Five9 login built into one of the tabs on our homepage. It’s a very simple setup: responsive grid with 2 templates, one of which is just a “log in here” text label and the other of which includes code that causes the Five9 login to appear in our Skuid environment within Salesforce: https://app.five9.com/clients/integrations/sf.main.html?sfdcIFrameOrigin=https%3A%2F%2Fna17.salesfor...; width="100%" height="305px" seamless="seamless" show-header="false" scrolling="no" frameborder="0"/>). We are changing from Five9 to Vonage/InContact, and the code provided by Vonage/InContact is not working to display their login on the tab I’ve added for it with the same components as above, responsive grid with 2 templates, one text only, and one containing the following code: Any suggestions about why what they've provided might not work to bring up their login?Thanks in advance for any help you can offer!
Hello, I have a couple different multi select pick list fields with all of the states as value options. I would like to show the values if there are 1, 2, or 3 selected states but then switch to show something like ‘# items selected’ after that. I know there is an option for this in edit mode but I would like this for view mode as well. Is there a way to do this? I would like to not have to use a snippet it I can help it but understand that I might need to. Screen shots:
We are a school with multiple teachers. The teachers are not assigned specific salesforce licenses. We have created a custom object for calendaring the teachers classes and wonder if we can show these custom calendars on google, teacher by teacher. Our teachers do have their own google accounts.
The GUID repeat themselves in drawers.
Here is our full code var params = arguments[0], $ = skuid.$; var field = arguments[0]; var model = field.model; var row = field.row; var HtmlString = ‘’; var ActName = row.Name; var Piece = row.Piece__r; if(Piece){ console.log(Piece.Name); //var PieceWriterModel = skuid.model.getModel(“MMA_Music_Piece_Writer”); //var MusicPieceCondition = PieceWriterModel.getConditionByName(“MMA_Music_PieceId”); //var PieceId = Piece.Id; var Piece_Name = Piece.Name; HtmlString = ‘’+ Piece.Name + ‘’; //var cellElem = field.element;//console.log(HtmlString);//cellElem.html(HtmlString); } else{ HtmlString = ActName + ‘’; window.alert(ActName + ’ - There is no peice in thie Act.') //cellElm = field.element; } var NoOfWriters = 0; var MusicWriter =‘none’; if(Piece){ var PieceWriterModel = skuid.model.getModel(“MMA_Music_Piece_Writer”); var MusicPieceCondition = PieceWriterModel.getConditionByName(“MMA_Music_PieceId”); var PieceId = Piece.Id; PieceWriterModel.setCondition(MusicPieceCondition,PieceId); conso
Hi everyone, I have made a custom skuid page and have a client who would like to surface the lightning experience page inside an iframe or something like this. I am aware of clickjack and Locker Service making this a challenge but I wanted to know if there was another way?Many thanks, Matt
Hello!I have two fields on my opportunity that relate to who made a sale “Opportunity Owner” and “Enroller” ; the Enroller field is always the more true of the two fields though isn’t always filled out so when I create a skuid report i want to be able to sayif enroller is blank use Opportunity owner otherwise use Enrollerthis would be simple in Excel or using SQL though I am finding it difficult to do in skuidMaybe I need to add a custom field on the opportunity - Thoughts?
Double clicking anywhere in table is the only thing that seems to fix the floating header.
As per subject.I’m using a page load action sequence to set all rows to false to resolve the issue in the meantime. Not sure why my page load action sequence allows me to do this when the Before Loan Actions for my drawer doesn’t.I even tried setting the “Rows to Use” to “All Rows in Model” and the field doesn’t update.
Here’s a sample page to demonstrate. Click Tab 1 Click Tab 2 Expected behaviour: Message “Sub Tab 1.2” Actual behaviour: no message. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models/> <components> <tabset rememberlastusertab="false" defertabrendering="true" uniqueid="sk-2nDz-521"> <tabs> <tab name="Tab 1"> <components> <tabset rememberlastusertab="false" defertabrendering="true" uniqueid="sk-2nDz-212"> <tabs> <tab name="Sub Tab 1.1"> <components/> <oninitialshowactions/> <onshowactions> <action type="blockUI" timeout="1500" message="Sub Tab 1.2"/> </onshowactions> </tab> <tab name="Sub Tab 1.2" loadlazypanels="true"> <components/> <oninitialshowactions/> <onshowactions> <action type="blockUI" message="Sub Tab 1.2" timeout="1500"/> </onshowactions> </tab> </tabs
HelloIs there a way to modify the order of fields that are selected when a user presses “tab” on their keyboard? We have a few pages where users need to enter some data on longer forms and it would be easier for them to just tab through all of the fields, and we would like to control the order of where they go tabbing through the formI saw a post on this subject from a few years ago, but there wasn’t much activity on it. Does anyone know if there is an easy way to do this?Thanks!
I want to replicate/improve the salesforce classic collapsible side bar in my skuid pages. Has anyone developed such a thing? If not collapsible, is it possible to wrap text in columns? Forcing them to be a certain width, regardless of the character length. Below is a screenshot of “Recent Items” on the left, with the main home page next to it. I want to be able to display the home page on more than 60% of the page, ideally the recent items would only take up 20% thought this isn’t working as i’d like right now. Any thoughts?
I am trying to create a UI-only URL formula field in SKUID but I am not having any luck. I am not sure which option to choose in the UI-only settings.
I have tried what feels like endless variations of this snippet, but for some reason I can’t get this snippet to update my rows correctly. I have commented out each line so as to hopefully describe exactly what I’m doing:Thanks in advance for any/all help, and please pardon any obvious oversights…still learning. var params = arguments[0];<br>var step = params.step; var $ = skuid.$; var models = skuid.model.map(); // Model of Goals to be updated var newGoals = models.Goals_Placeholder; // Context model which will be used to query and store the Template Goal // that matches each goal in my newGoals model during iteration var matchingTemplateGoal = models.ContextGoal; // For each New Goal, query it's matching Template Goal and // update the value of the Template_Goal__c lookup with the Id of the matching Template Goal $.each(newGoals.data,function(){ // Get reference to filterable condition on Context Goal model var contextgoalNameCondition = matchingTemplateGoal.getConditionByName(
Hi All, I’m trying to use Model Lookup function and I have some problems. Maybe you’ll be able to help me. Long story short:a) I have model called Sales Plan (object is Sales Plan also) which is aggregate and grouped by Year&Quarter field + Account field (normally in this object I have 4 records for each year, so I can go with the basic); the object Sales Plan is used to store target for every account / quarter of year; b) I have object model called Contracts (object is Contract also) that is aggregate and grouped by Year&Quarter field + Account field (normally in this object I have hundred records for each year / account). The goal is to show table that will have data:Year&Quarter | Account | Target | Completionwhichever way I used I’m having duplicated values. The problem is with 2 groups I’m using in the second model i.e. account and year&quarter. Example set-up: 1. Model = “Contracts”, aggregated, aggregation “salesresult”, groups “year_quarter”, “account”. 2. Model
Hi team,I’ve used the demo on our NFP Salesforce instance, and have attempted to contact your team twice now about signing up. NO one has reached out to me. We would like to sign up for skuid and begin using it everyday but I am still yet to have anyone respond to me, contact me, send me an invoice. Nothing. Please respond as soon as you can.
SQLException in (skuid) error when previewing a page.Production environment functions correctly. I copied the XML to a sandbox and cannot preview the page. Receiving the above error. I’ve never seen this error before. Thoughts?Other pages function fine. But this exact replica from our PROD instance isn’t.
A row action on a table is made conditional with a rendering rule. The action itself changes the value used by the rendering rule, so the action essentially turns itself off. The problem is the tooltip generated for the icon. The tooltip does not clear when the rendering rule suppresses the row action. Here is a sample table: I do not know if this behavior changed with version 11.1.10, but it does not seem like expected behavior. My opinion is that the sticky tooltips is an unexpected behavior, even if intended by design. A tooltip is a help to aid the user in deciding whether or not to click the item, not a record of it having been clicked. Here is the sample page: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Users" query="true" createrowifnonefound="false" sobject="User" orderby="Name" datasource="salesforce"> <fields> <field id="NewField" uionly="true" displaytype="TEXT" label
This is the JavaScript I’m using to apply the background color for the column Direct Competition. My problem is when the cell is empty the height of background color reduces as seen on the screenshot. Is there a way to define the height and length in the absence of a data in the cell. JavaScript: var $ = skuid.$; var field = arguments[0]; var value = arguments[1]; var row = field.row; switch (field.mode) { case ‘edit’: skuid.ui.fieldRenderers[field.metadata.displaytype].edit(field, value); break; case ‘read’: case ‘readonly’: var cellElem = field.element; cellElem.css(‘background-color’, function () { var bgValue = null; if (value) { bgValue = ‘#FF4500’; } else { bgValue = ‘#78a22f’; } return bgValue; }); skuid.ui.fieldRenderers[field.metadata.displaytype].read(field, value); Circled in red where the issue is.
Hey team!First project in a while so I might just be a bit rusty. Crawled the forums for this without success:1) I am using a calendar for a booking system and would like to “block out” times during the day (every day form 10am to 11.30am and from 1pm to 3pm). I was hoping to be able to achieve this with “valid date range” and a UI only model and fields, however it doesn’t let me define time only. My best workaround would be to dataload fake appointment records of a new type “blocktime”, inserting it as a separate event source and displaying it in a different colour. My ideal scenario however involves validation rules so that if a user attempts to manually set an appointment time in the “break”, it prevents it from creation. Or something fancy like a UI model that on the fly creates temporary UI only records (2 for each day that is displayed for their corresponding break times) but my coding skills are far too weak for this :-/Any thoughts? Appreciate any pointers in the right directio
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.