Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I just upgraded my sandbox to 10.0.13 and now all my skuid pages are not listed in Skuid central. Any ideas?
I’m using the “Send Email” data source action in Salesforce. When this is run, is it also supposed to automatically log an email activity like Salesforce’s standard “Log an Email” functionality? Is there a setting I’m missing to enable this functionality?I swear when I tested the feature a few months ago it logged an activity - now it is not. I can always create the task in the action sequence, but was wondering if this is supposed to be standard functionality as designed.Thanks,- Andrew
I have the following snippet that executes without errors but doesn’t actually save the records. It’s being called from a mass edit rows button. The records are displayed in a table and I can edit the records and they save correctly. They do not save when this code executes.This is all happening on the 2nd page of a wizard, if that matters.I can see the value I want being changed while the code is executing through alerts or through the console, but the record changes are never saved to the database.Salesforce is the data source. The list of selecteditems is coming from the DeliverableActivities model. All I’m trying to do is update the value of a lookup field on the rows that are selected in a table bound to the model. I retrieved the value on the first step of the wizard and stored it in a UI only data model called Variables. I read that there were some issues with UI fields, so I took the value from the Variable and set it to a string variable to see if that would work. It d
Hello Skuid Community! I am looking to populate a text area with a list of meeting attendees using an account’s contacts. Something along the lines of:The user could search for a contacts name that attended their meeting; when the contact pops up in drop-down search results they click it and the contacts name would be appended to a text area. Does anyone have an idea on how this could be accomplished? I am not very familiar with javascript but I feel this may be required to create the on-click action that would then append the contact name to the text area. Beside that idea, any way to create a selectable contact list to be stored on another record would also work fine. Thanks!
We are using 11.0.1 version of SKUID and setting Process Model client-side check box true and Allow Page Render Before Query Completes to true on the model to increase the performance of the page load. But am running into a issue while applying table filters Visualforce Remoting Exception: Method ‘updatePersonalizationSettings’ not found on controller skuid.RemotingStubs. Check spelling, method exists, and/or method is RemoteAction annotated. object.f {statusCode: 400, type: “exception”, ref: false, action: “Unknown”, method: “Unknown”, …} Uncaught TypeError: Cannot read property ‘tid’ of undefined at constructor.getTransaction (VFRemote.js:85) at object.f.getTransaction (VFRemote.js:88) at constructor. (VFRemote.js:132) at a.Event.fire (VFRemote.js:52) at constructor.fireEvent (VFRemote.js:47) at constructor.onData (VFRemote.js:94) at VFExt3.data.Connection.handleResponse (VFRemote.js:75) at a (VFRemote.js:39) at VFRemote.js:40
I have a Skuid page which is throwing an error when the page is loaded, and the error only occurs when a non-admin user loads the page (i.e. it works fine for me). The error message is: “Uncaught Error happened when processing action responses [Cannot read property ‘addProblem’ of undefined Callback failed: apex://skuid.SkuidLightningController/ACTION$load]” Some additional notes on how the page is deployed: deployed via Lightning Component inside a record detail page a lightning event is published after the page is loaded skuid theme files have been updated today we are running Millau 11.0.3 page support files have been generated lightning component below: <component implements="flexipage:availableForRecordHome,lightning:actionOverride,force:hasRecordId,force:hasSObjectName" access="global"> <renderif istrue="{!v.showSpinner}"> <spinner variant="brand" size="large"></spinner> </renderif> <page page="pageNameGoesHere" id="{!v.recordId
When an end user adds a comment to a case in classic view, the appropriate notifications are sent out. When the same end user adds a comment to the same case using a skuid page, no notifications are sent out. Anyone know what we need to do to get the notification to send??
var payableModel = skuid.model.getModel(‘Accounts_Payable’); var modelRows = payableModel.getRows(); var selectedItems = modelRows.getField(“id”);I would like “selectedItems” to contain all of the record IDs from the “Accounts_Payable” model. Thanks in advance for any help!
I noticed that skuid.model.save() along with several other functions on skuid.model were depreciated as of Brooklyn.What does that mean for any of my code that uses soemthing like this: skuid.model.save([Model1, Model2, Model3]) ?
Hi,Current, we have some problem with using “Generate Support File” Page Action. This is not working completely, sometimes it worked, and sometimes it didn’t. When we built a skuidpage using Lightning Design Theme for Internal, it functions well. But when applying to Community, sometimes it didn’t display in Lightning Design theme, it showed in Default theme instead. Thank you in advance.
I want to create a table in Skuid that basically shows the number of times users are visiting a Skuid page. Basically an adoption report for a particular Skuid page. Any ideas how to build something like this?
i have a table that displays opportunities with a table filter. on load I’d like to set the table filter dynamically based on the user’s profile.Just wanted to get some implementation ideas here but I’m thinking the following…On load snippet based on profile set the model’s condition but how do I manipulate the selected value in the table filter?
Using the File Upload component with Skuid Millau 11.02 I get an error everytime I upload an attachment. I narrowed the bug down to the uploader itself. It seems that if “Auto-refresh related Models on successful upload” is checked it is throwing the error. “1. An error occurred while attempting to perform the following SOQL query: SELECT Name,Id FROM Attachment WHERE (ParentId = ‘sk-1rzX4h-28’) LIMIT 11 Error:invalid ID field: sk-1rzX4h-28”Or 1. An error occurred while attempting to perform the following SOQL query: SELECT Name,Id FROM Attachment WHERE (ParentId = ‘sk-1rzAKJ-28’) LIMIT 11 Error:invalid ID field: sk-1rzAKJ-28Thanks!
Hey All, Let me provide the setup for my question:On the account we have a lookup field that points to a meeting object record. Lets call it the last completed meeting. Linked to this meeting object via another lookup field is a notes object record. So it could look something like: Account > Last Meeting Record > Notes RecordI have a row action(popup) on a table of accounts. From this popup I would like to add components where I can edit fields on both the meeting object and the linked notes object record, specifically the record stored that the account field points to (and subsequently the notes linked by that record)But as we cannot edit records through a lookup I a having difficulty building a model that can identify these specific records and thusly allowing the user to edit the fields on those records. If anyone knows what model conditions I can use to locate these records and enable one to edit the fields please help me out! Thanks a bunch!
I am not having any luck authenticating to Quickbooks Online using OAuth2. Has anyone been able to successfully do this?
I’ve read through many of the posts about the MODEL_LOOKUP formula but it just isn’t clicking for me, so I apologize if this question has already been answered elsewhere. Here’s is what I’m trying to do: I’m trying to display the total of 2 aggregate models (MyOpenContacts and MyOpenLeads) in a 3rd Ui-only model called “MyOpenProspects”. I’ve confirmed that my aggregate models are working correct for the Leads and Contacts, and for the time being, I’m displaying them separately as shown below: (1 Open Contact & 1 Open Lead) - obviously this isn’t an idea solution. Here’s what I tried, which I thought would work but doesn’t (silly me!): Created an Ui-Only model called “MyOpenProspects” Checked the “Create default row if Model has none” Created a formula field called “ProspectCount” (shown below) Dropped the formula field into a Template component with the MyOpenProspects as the model source. Here’s my formula as shown in the field: Here’s my template containing the formula field:
The previously accurate state codes I was showing on my SKUID-ified Contact layout now gives me random (seemingly Italian) state names instead of the correct USA states. However, when editing the picklist, the correct value is shown: This is confusing my users greatly, any advice on how to deal with this would be appreciated. Thanks! Eulogio
I have a use case where a user scans a lot number into a table and since they will scan multiple lot numbers, I have a model action to create a new row at the top of the table based on model update (update of lot number field). Previously, the curser remained in the first field of the new row which allows them to continue to scan lot#. Since we upgraded to 10.0.12, this no longer behaves the same. Curser is nowhere in the table so user has to click in field and then scan. I see the same behavior if I type into the lot number field (wanted to eliminate extra things programmed into the scanner)I was thinking about moving the create row to a snippet with the hope that I could add code to navigate to first row, first field in the table after the new row is created. Is it possible to navigate to specific field with in a table? Any other ideas?
Hi,I need to use two models (Model A and Model B) with the same Salesforce object. But what happens is Model B is not getting the correct record. In Model A, I only need one record since I’m using the id page parameter. So in Model B, I just added a condition such that to get the record with the same Id in Record A. I checked the console log and my where condition is not being used in the SOQL.Any suggestion?
I’m trying to overcome the issue that if a user somehow stumbles on the Lead record for a Lead that has already been converted, that it displays something similar to the standard Salesforce “this lead has been converted” page shown below: Because our standard Lead pages are over-ridden by Skuid page assignments, instead of seeing the page above, the page just looks like this (a blank record): I tried to simply make all of my page elements not render if the “isConverted = true” and then render some other elements that would make the page look like this: But it looks like Skuid is somehow built to not return any values if it comes across a Lead record that has already been converted (even though this isn’t set as a model condition). So my question basically boils down to this: how can I assign a Skuid page to display for converted Lead detail records?
The multiselect field type often does handle the semicolons right so I end up with output like:Value1[Object object]Value2[Object object]Value3[Object object]It’s not just an issue with the visual presentation; this value is actually saved in the database this way so it creates problems with reporting too.Current Version: 11.10 though this was happening in prior versions too!Does anyone have a workaround until a maintenance release comes out?Thank you,Dan
I am trying automate a certain type of case creation, I am not comfortable with code , so wondering is it possible to do that using only config?Thanks,
Is there an easy way to hide components based on the user’s screen width? For example, I have a search field in my navigation bar that I would like to hide if the user is accessing the page from a mobile device. Thanks!
I am in the process of converting my Attachments to Documents/Files since Salesforce is no longer going to support them. I am using the Salesforce migration tool and so far so good! (fingers crossed). I noticed that Skuid__images__c is listed as one of the objects that have attachments that could be converted to files. I used this Skuid tutorial to create pictures of our Patients on the patient record, vehicles on the vehicle’s record, and houses on the House records etc. etc. I am using the “In Field on Record” method with a lookup to the File object as outlined in the tutorial. My question is simply, is Salesforce’s change regarding attachments going to affect these images that are being displayed on the record like Jean Luke Picard in the tutorial? The migrator is listing them as attachments not files so I am assuming they might be. Is there anything we need to do with the File Upload tool to make sure we can still see and upload our images to be displayed in our records?Tha
I have a field which is being rendered on basis of java snippet.But if I am including that field in field editor. Whole Field editor will get disappear.Here is Java Snippet code: var element = arguments[0],value = arguments[1],$ = skuid.$; //Get Lead model information var leadmodel = skuid.model.getModel(“Lead”); //Fetch first row of Lead info. var raw= leadmodel.getFirstRow(); // Get Matter type field value var MatterType=raw.Matter_Type__c; var Attorney=raw.Attorney__c; // Get WLG office field value var wlgoffice=raw.WLG_Office__c; // Perform query on salesforce object on basis of Matter type and WLG office on Lead var result = sforce.connection.query(“SELECT Name,Attorney__c,Matter_Type__c,Wlg_Office__c,Attornies__c,Id FROM Consulting_Attorney__c where Matter_Type__c ='”+MatterType+“‘AND
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.