Upcoming Event - 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’m adding child record in a nested table using drawers. I’d like to be ability to open drawer if it is yet to opened prior to adding a record to the child related table/model.
I have a field editor where i’m trying to display the “created date” and “createdby” fields in read-only mode. I don’t want the fields to act as hyperlinks, but they stubbornly refuse to bow to my will… How can I remove hyperlinks? I’ve tried using templates and triple “{{{}}}”, but no luck…
Ok. My little skype click-to-call and logging app is coming along nicely. I’d like to move the model and components into the javascript so that I can easily add this functionality to any page.Can I do this? I mean, can a page which already has models and components get additional models and components from my javascript?
I have a scenario where from a custom Quote object I am trying to match an item name on the Salesforce Products object. If the match fails I need to activate a second condition matching on a custom field called “drawing number”.I know that using actions I can activate conditions on the Product Model. What I need to figure out is how do I determine if the query returned a row. I know I can do this in javascript to see if the model returned a row. But if there is no row returned how do I conditionally specify that the next Product Model condition (filter) needs to be executed in that case to try to match on the drawing number.
As per the title. How?
What steps need to happen to move Skuid sandboxes into production?
I have create a page to view a record and added the Chatter Feed component to the page but Chatter does not show up when viewing the page. Any suggestions?
I am doing a Survey tool integration off my contact page. I’ve created a custom object “SurveyResults” to store the results that has a lookup back to my Contact object. My users will click a “New Survey” button on the Contact page to initiate the survey, which will 1) Create a new row in my SurveyResults model (sets the contact relationship but has an empty ‘score’ until the response is received from the customer) 2) Set a ‘Send Survey’ checkbox on the Contact model to TRUE - this triggers the workflow to send an email out with the survey url 3) Set a ‘SurveyID’ field on the Contact model to the id of the new SurveyResults, which I use as a merge field in my emailed url to give the customer the correct survey link 4) Set ‘Last Survey Date’ field on the contact object so I know the last time a customer was surveyed, so we can prevent a customer from being surveyed too often.My button is set to run multiple actions:1) Create a new row in the SurveyResults model2) Update Field on a Row,
I made this video before I found the bug. I subsequently was reviewing the model for issues since my rip and replace procedure. There was nothing wrong from that perspective. I found an issue in condition of the child relationship. It was referencing a model whose name had been changed. I actually don’t need the child related fields in my model so I removed them and it started to work. I would’ve thought an error would be displayed. <field id="Quote_Task_Labour__r" type="childRelationship" limit="10"> <fields> <field id="Quote_Labour_Rate__c"/> <field id="Quote_Labour_Rate__r.Labour_Rate__c"/> <field id="Quote_Labour_Rate__r.Labour_Rate__r.Rate__c"/> <field id="Quote_Labour_Rate__r.Labour_Rate__r.Name"/> <field id="Labour__c"/> </fields> <conditions> <condition operator="=" type="modelmerge" field="Quote_Labour_Rate__r.Quote__c" value="" <b>model="CurrentQuote"</b> enclosevalueinquotes="true" mergefield="Id" novalueb
I have a popup that the user needs to be able to print. I would ideally like a button that would send the popup to the default printer. I’ve tried printing the popup manually, but it ends up sending the entire Skuid page to the printer and only the visible region of the popup (like a screenshot). Can anyone help me with this? I’m guessing I need to use JS, but I don’t know where to begin…
Hey!I’m trying to write in some error handling for the updateData() function. I found in the documentation that the method returns a jQuery deferred promise object.I am able to get it to work for the deferred.done method when there’s no error:However, it does not seem to work for the deferred.fail method when there is an error:Am I doing something wrong, or is there a better way to implement error handling with the updateData method?Thanks!Kartik
We’re currently using skuid to develop a project management application and would like to make the cards (we’re using Skuid mobile) draggable using jquery or javascript. Has anyone had any experience with this? The jquery stuff is getting right at the edge of my capabilities so we would also be interested in hiring someone to help if possible.ThanksGary
When I add a new value to an existing picklist field, they aren’t immediately available via Skuid. Anyone know why?
I’m trying to overcome Salesforce’s limit of 150 values for a multi-select picklist by creating a custom renderer that adds the additional values (the values I want to show in the multi-select picklist are values from another model). I think I’m close, but I can’t quite figure out what piece(s) are wrong.My renderer currently looks like this: var field = arguments[0], value = arguments[1], $ = skuid.$;<br>var codesModel = skuid.model.getModel('Codes'); //<br>var codes = [];<br>for(i = 0; i &lt; codesModel.data.length; i++) {<br>&nbsp; &nbsp; codes.push({<br>&nbsp; &nbsp; &nbsp; &nbsp; 'label': codesModel.data[i].Name&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; ,'value': codesModel.data[i].Name&nbsp;<br>&nbsp; &nbsp; });<br>}<br>field.element.append(<br>&nbsp; &nbsp; skuid.ui.renderers.MULTIPICKLIST.edit({<br>&nbsp; &nbsp; &nbsp; &nbsp; entries :
Please direct me if this thread already exists, but it’s quite difficult to search for read/edit permissions when it can apply to anything.For our Skuid Lead pages, we use two field editors. The first one is for when the the lead is Sales Accepted, Reached Out, or Engaged - the Default Mode for that is “Read with Inline-Edit”. The other field editor is for all other Lead statuses and the Default Mode is “Read-Only”. Will mentioned to me that Robb said it was possible to simply render this option using a custom JS snippet, so we would only need one field editor. It’s a bit of a pain to have two separate Field Editors to customize and keep identical, and I wonder if it’s also a drain on resources. How can I stick to working within one Field Editor, and then making it editable as a whole or not based on the Lead Status?Thanks!Dylan
I have a wizard with 6 steps. I need a button on each step that will open a popup (the same popup). Is it possible to have 6 buttons that each open the same popup? If not, is there an easy way to copy a popup? The existing popup is pretty complicated and would be very time consuming to duplicate 6 times…
So, just launched a first round of Skuidified layouts with my Customer Success team. Yay!Folks are really happy with the layouts but, of course, actual use is revealing some gaps that I hadn’t thought of during beta testing. One big gap is the absence of the combo box next to the task subject field. We leverage task subject heavily in our reporting and have trained our guys to rely on the combo box for data consistency. Is there any way to include this combo box on the page (or jerry-rig some similar functionality somehow?) This is bit of a stumbling block and I would love to fill the hole quickly to ensure smooth adoption with the team. Thanks for any help!
Anybody have a quote and opportunity page they would be willing to share. We want to make or process of creating an opportunity and multpile quotes off of it more streamline but not sure what is the best way. Thought it may be could idea to ask around before reinventing the wheel. I love salesforce but the “clickness” of operations is what brought us to skuid.
Hello All, I have an issue where users are starting to change reservation dates for existing equipment reservations, this has the potential to cause double booking. I would like to implement an equipment conflict field in the resvmodel that is updated if there is a reservation conflict after a change of the datetime fields. I believe it is possible to do this before saving the record. Can someone confirm? Conditions below are evaluated after a change in the start or end datetime fields. If true I would like the conflict field to be updated with the reservation ID of the conflicting reservation, a popup notice and maybe even change the table row color. (resvmodel1 record id != resvmodel2 record id) & (resvmodel1 eqip_id == resvmodel2 eqip_id) resvmodel1 reservation start < resvmodel2 reservation end resvmodel1 reservation end > resvmodel2 reservation start What is the best practice for implementing this. Thanks
Have built a custom component to render a chart. Custom component is added to a tab set that is within a table drawer. Need access to the current row in order to retrieve relevant fields to render the chart. Any guidance is appreciated.
Just noticed something strange - the jquery datepicker is not working in my production org. Works fine on the same page in sandbox, but when I inline edit the date field in production, I just have an empty text box (although it does accept the input as a date). Anyone else experiencing this or know how to solve? Thanks.
I have a custom field renderer I’m making for phone fields. In the snippet, I need to get the Id of the record. This wouldn’t be a problem if I was only using this on one model, but I’ll be using it on all phone fields. That said, I have to dynamically pull in the record Id from the model in which the custom field renderer is used.
This may be totally obvious, but how can I override the default activities tab? I get an error message if I try to create the VF page like so: <apex:page standardController="<strong>Task</strong>" recordsetvar="c" extensions="skuid.Redirects" action="{!redirect}?objectType=Task&amp;actionType=<strong>Tab</strong>"> And I can't see a place in Tasks Buttons, Actions, Links to set the override either. Thanks!
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.