Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I am overriding the skuid standard save button. So how can I find the row selected for deletion in a table. Is there a way to find the mode of the deleted rows? Once I find this, i believe skuid.model.getModel(‘SalesCallModel’).save(); will take care of delete too, correct?
would you like to fix it?like:http://info.skuidify.com/demohttp://www.skuidify.com/faqand something missing at the botton of this pagehttp://help.skuidify.com/m/11720
I iframe’d a google maps page in a custom detail view of a record but it shows nothing. It is completely blank. I hard coded the address without merging any record fields and it still shows up blank. https://www.google.com/maps?q=4555+E+Inverness+Ave+Mesa+AZ+85206"; width="100%" height="800px"/> I do not want to use a custom component as this does not work in Salesforce1 ios app. Any ideas?
Hello! I’m new to Skuid and couldn’t find a post that explains what I’m trying to do. I have a table that is a basic model type (Equipment). I want to be able to display in that table a column that aggregates some of that object’s child records (Reservations) given certain conditions. I understand there are aggregate models, but I want to show a list of all of our Equipment whether or not it has a child reservation. I think I’m close. I am able to have a template field show the current reservation quantities of each piece of equipment…but it doesn’t aggregate them. Picture below. Any advice? Am I going about this the right way? Is there an obvious way to include an aggregate model in this table? Thank you!
We have a View/Edit Action for our Account object and a related child object using the following Model Condition: http://cl.ly/image/001b150m3F33. When a user attempts to create a new inline record on the child object, the record saves…but without any link to the parent Account. Any suggestions? Thanks.
I am trying to deploy some code and am having a hard deploying some of the pages:Question:1. pages/Skuid_PatientNew.page – Error: The specified Package Version number does not exist for that Package: skuid, 5.21Deploying using Ant & Force.com IDE.However, I am deploying from an org that only has upto skuid v5.21 whereas the org I am deploying to has version 5.8.My problem is that I don’t seem to figure out how to upgrade an org from 5.21 to 5.8.Can anybody help me with that please?Thank you
I have two objects I’m working with.The first is a custom task object I’m using that can reference other tasks as parents. Tasks are assigned a “Tab” value of 0-9 for which level they belong to in the Gantt Chart tool I’m using. Tab 0 = Jobs, Tab 1 = Phases, Tab 2+ = Phase or Task.The second is a custom equipment object with a junction table to the tasks table. So many pieces of equipment can be assigned to many tasks.When working with a task I would like to be able to list records in the equipment object based on whether or not it has been assigned to one of the parent job/phases the task is a descendant of.Tasks can be at level 2 through to 9 and I’ve created a Popup w/ a page include for the Task Detail in order to easily replicate it across each level.Now, how can I have a model that can look throughout each level of relationship possible a task can have. For example, a simple task can be the child of phase “Rip and Replace” which is child job “Replace Shingles”. But a task can als
I am able to use CSS to adjust the text formatting in the wizard step headers, but I am unable to adjust the font size. Is this locked or can it be adjusted? I’ve tried a bunch of different syntax..nx-editor-header-title { color: Navy; font: bold 18px/18px Consolas, Arial;}
So I have a popup on the calendar view and I want to pass parameters from inside a tab to a page include component.I’m passing the following parameter from the popup with the page include:•AccountID={{$Model.Appointment.data.0.Case__r.Account__r.Id}}Everything works, except that it displays data for row 0. How do I specify the row of the popup?
I’m fairly the answer is yes, but do Apex Triggers work as per usual when making changes to record through Skuid pages?
I’ve got a page that requires an Id for several models. How do I pass these values into the page include? I thought I was to use the Query String in the Page include in order to retrieve it as Param.Query String: TPPId={{$Model.CurrentTask.data.0.Id}}Popup Model Page/Url Parameter Value={{$Param.TPPId}}Did I miss something?
New error trying to display/preview a page. This was not happening when I was working on it last Friday.
Using the Step Wizard:I have a list of Lenders in Step 1, with a checkbox need to each of them.Depending on which Lender is checked, how can I pass the Id (of the Lender) to Step 2 which contains Plans, as I wish to filter Step 2 the Lender selected in Step 1.I’m not sure how to pass the Id of the selected Lender in Step 1 to Step 2, then filter the table.
I am using accounts Records for List view Action in My page. Using Skuid List view , Is it possible to display child contact records in each account record?check my attachment for Accounts List view. At each end of the column, Is it possible to add all child contacts for each account records? Is it possible?
Is it possible to insert a step into a wizard as the first step? I want to create a new first step, but can’t get it to be the first to show…
Has anyone integrate this capability using the mobile device’s capability to populate fields. We are looking to track materials by scanning their bar and QR codes to find the product in the database.
It would be helpful for formatting purposes…
Is it possible to open a popup using HTML, JS or CSS? I’d like to have an icon in my table open a popup when clicked, but I don’t want it as a row action… Any thoughts?
I’ve a junction table I’m trying to add rows too. I can add a row to it. I can add the data for one of the two master-detail fields using {{$Model…}. Trying to add data from the current into the other master-fields using {{Id}} for the other master-detail field. Fails using this merge and it’s driving me crazy! It enters an incrementing number each time I try it! See youtube video.http://youtu.be/PXgjh3RpOqg
I have 2 tables, each with a drawer that shows the record’s history. The configuration is identical for each table. The history table in the drawer has a context condition of ParentID = Id. In one table it works fine (sometimes) and in the other it doesn’t work. The setup is identical on these 2 tables. What is happening? Also, why is the ParentID of the history set to the Id of the primary table? When I add the fields for reference, it looks like the Name field is the matching field to the ParentID. Very confused…
I have two Objects like Quote(Parent) and Order(Child) .where as in quote I have one Boolean field like wise in Order have Boolean field.What my requirement is when Click the button if the Boolean field is true in quote same thing need to check in Order Boolean field. can any one help me to resolve this.
Out of hundreds of records that users have already viewed with this Skuid page, we have recently just run into two records where the page will not load and is completely blank. Any ideas on what might be causing this issue?
I have a field editor where I review the detail of record stored in a model. When I save the model, I need to update the “Status__c” field by checking all of the fields in the model. I’m using a Snippet, but I’m not sure how to do this. The snippet needs to review only the current record and eventually output a status based on the data. It will need to review only the fields that I will require, so I’ll need to be able to identify specific fields. I will also need to tell if certain fields are null or not. Can anyone start me in the right direction?
Hi Guys,We have developed a number of custom components that we use within our product. For example our custom chatter component is shown below.However these components are not available from within a popup.We have worked around for some time using an IFRAME, however this is becoming unwieldy. Any ideas?
I’ve just spent some time figuring out an issue, and thought I’d leave it here in case anyone else encounters this in the future.I had a page with a few models, and I wanted to clone one of the models. On the advanced tab, I set the ‘load on page load’ and Clone to ‘Yes if clone is present’ but it wasn’t working - debugging in the console showed the doClone property was stubbornly false.The issue was I was using a URL parameter in a condition to get the necessary record. The parameter’s name was jid, and changing this to simply ‘id’ made the problem disappear, and behaviour was as expected.There’s not a lot of documentation on this feature - worth a few extra lines on one of the doco pages somewhere?
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.