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
I’m struggling to implement the deferred / promise approach as outlined here, here, and hereMy use case is to:1) Mass create rows with a different lookup value in each row2) Update / Refresh a second model3) Use a value from my second model as the lookup value in each row4) SAVE!I can get it to do steps 1-3 perfectly, but can’t get it to save my new rows.I’ve tried a bunch of different things…(e.g. chaining .then(), putting save action as next action in sequence, etc)…nothing so far…Any advice would be much appreciated. var params = arguments[0];<br />var step = params&#46;step;<br />var $ = skuid&#46;$;<br />dfd = new $&#46;Deferred();<br /> &#47;&#47; Get Reference to Models to mass create newGoals from templateGoals var TemplateGoals = skuid&#46;$M('TemplateGoals'); var newGoals = skuid&#46;$M('NewGoals'); &#47;&#47; Get Reference to context model and filterable condition which will be used to query and store the Template G
Hello, We have run into another bug it seems since upgrading to 11.1.14. Here UI-Only picklist field values are not appearing in the dropdown anymore. Has anyone encountered this? How can we fix this? Some users depend on components that utilize these fields. Screenshots:
https://docs.skuid.com/latest/en/skuid/api/skuid_model_model.html#skuid.model.Model.loadAllRemainingRecords This function fails to mention that SOQL queries can’t be offset any more than 2000. As soon as want to do this the function fails to return any errors. Nothing happens after the last loadnextoffset. The remaining actions/js doesn’t run.
After updating skuid in our dev enviroment from 9.x.x to 11.2.2 we get the follwing error when we run the test cases before packaging our package: Name: MetaService_GetDataSources Result: Fail Message: System.NullPointerException: Attempt to de-reference a null object StackTrace: Class.skuid.MetaService.DataSourceTypeResponse.: line 16, column 1 Class.skuid.MetaService.getMetaData: line 162, column 1 Class.skuid.UnitTests_Core.MetaService_GetDataSources: line 13070, column 1
Hi Team,Can you please help me to update the recordtype id on Account on click button, I am not able to do the same ?I was using “Run Multiple Action”, and in action Given the recordtype id of account and save changes in model.When i click the button, it gives me error - “cannot specify any additional fields when marrying or separating a person-account”Thanks
In the previous version, I can retrieve {{$PreviousAction.result.message}} normally, but after I upgraded to Millau (11.2.2), I can’t retrieve this value and it always returns an empty value.Please help to check.
My org setup Multi-Currency enabled and the JPY is org’s corporate currency. The issue is all records (currency data type) with CurrencyIsoCode is VND or USD, I expect they will display with VND (e.g. VND 1,907,000.00) but it displays ¥1,907,000.00 instead. This issue only occurs in Lightning experience (not in classic mode). Please help to check quickly. Thanks.
Primary_Salesperson_lookup__r.Name is a field in my model and this sort doesn’t work
Hi, I have a ComboBox custom field renderer for a time field. I have it set where the ComboBox has picklist values like “11:30:00.000Z” with a label of"11:30 AM". The user can select a value from the picklist options and it will be saved to Salesforce correctly. However, right now if a user types in a value themselves like 11:30 AM it does not get saved to Salesforce and instead produces an error (“VFRemote.js:117 Visualforce Remoting Exception: List index out of bounds: 2”). I’m trying to come up with a validation function that will validate the user-submitted value and will convert it to the value Salesforce is expecting, but I can’t figure out how to get this to work with the ComboBox. Is there a way that when a user types in a value for a ComboBox I can validate it and then add it to the picklist options as the selected option? Or is there a simpler way to handle these user submitted values? I’ve recorded a short 2-minute video to show you the issue I am experiencing - https://scre
We have a requirements to create the new records ( like a wizard ). When user save and continue, it should should reload the same newmodel and create the new rows. I can see new rows being created in table but the field editor doesn’t seems to be re-appearing ? Figure 1 Figure 2
We have a visualforce page that is loaded in an iFrame within Skuid page and it works fine on classic. But as we move forward with going to Lightning Experience, we created a Lightning Record page and custom component to display the iFrame. Which we are not able to do as the iframe is not displayed in the Lightning record page. Is there a solution to this? as I see our Evernote component which is also a iframe gets loaded on lighting record page but not our custom visualforce page.Thanks in advance for help.
In Windows OS and Chrome browser, when I press Ctrl + left mouse button on any hyperlinks. I expect it will open a new page in a new tab. However, it always opens the new page on the current tab.Please refer to this link https://superuser.com/questions/854797/why-does-ctrl-click-not-open-some-links-in-a-new-tab and help to check.Thanks.
I’d like to start measuring User adoption of pages. I’d like to see how often users are using the pages we’ve created.The best way I can think to do this is create a model that pulls in the page as a record and then run a snippet on page load to create a record that is a child object of the Skuid__Page__c object. This would log the date/time and user every time the page is viewed. I was also wondering if there is a way to use Google Analytics with the Skuid pages that someone has implemented before to do something similar?Any help is much appreciated. Thank you!
Hello! Like the title says I am trying accomplish effectively what would be a simple JOIN clause would produce in SQL between 2 models I have. One being an Aggregate model, the other being Basic and both having the account Id in common. Illustration: Agg Model Basic Model<br /> _Account__|__# of Child Accounts__ _Account__|__Columns__ A | 1 A | data B | 8 B | data C | 1 C | data D | 4 D | data Want: _Account__|__# of Child Accounts__|__Columns etc__ A | 1 | data B | 8 | data C | 1 | data D | 4 | data The aggregate model counts accounts and groups them by parent, resulting in a list of accounts that corresponds with the accounts in the basic model (the parent accounts). Does anyone know if/how this may be possible?
I added a fitler button to my page, placed it right in the middle of my 8 other buttons, and saved. When I preview my page it is at the very end. It is not where I placed it. When I go back into edit mode it still looks correct (in the middle). Why does it not show up where I placed it when I actually open the page?
Hi,I am building a custom component with a template prop. When I pull in the value of the prop/attribute I am getting the merge syntax instead of the merged values. So if in the template prop the user puts in {{{sumEstimatedHoursc}}} I would expect to get the merged value of whatever the data returns via xmlDef.attr(“valueTemplate”). Instead, I am simply getting the merged syntax back i.e.“{{{sumEstimatedHoursc}}}”.Is there a way I can get the merged value instead of just the syntax? Or is there an API I can use for getting the merged value by passing in a model and merge syntax?
I have a rest datasource pointing to bitbucket with a query like so: /repositories/compasscare/optimizecore/issues?q=((state={{state1}}+OR+state={{state2}}+OR+state={{state3}}+OR+state={{state4}}){{#search}}+AND+(content.raw~{{search}}+OR+title~{{search}}){{/search}})&sort={{sort}} I counldn’t figure out how to make a ‘conditional AND’ work with a datasource query. Deactivating a condition in skuid doesn’t change the url that’s being passed, so it was confusing bitbucket, so I went with the merge syntax. I have a filter set on the model with search properties like so: When I run the page and type anyting in the search bar, skuid is inserting 0 into the {{search}} instead of what I’m actually searching (according to the request payload data): “https://api.bitbucket.org/2.0/repositories/compasscare/optimizecore/issues?q=((state=%22new%22+OR+state=%22open%22+OR+state=%22%22+OR+state=%22%22)+AND+(content.raw~0+OR+title~0))&sort=”" But apparently it’s not inserting 0 into {{#search}
I want to conditionally render a tab based on a value in a multi select picklist. It works if there is only one value in the picklist, but stops working if there are mutliple values.So if I only want to render my tab when my picklist contains “foobar”, it will render when it’s only “foobar”, but not when it is “helloworld;foobar”. Does anyone have any suggestions for working around this?Thanks!Eulogio
Hello!I am trying to build a functionality where users can specify which type of file they are going to upload and save that information in a custom Content Version field.I am using a Tab Set with the different types of file and sending the information to a Page Include component.My question would be how to assign this value to the record created in the new page using the File Upload component. I cannot see how to query the new record on the On-Upload Success Actions property.Many thanks!Jesus
Skuid on Salesforce
I am trying to create a table of all the chatter photos my customers are posting about an object. I would like to show the photo view but I can only find “ref” fields when I select the image field. The tables list view work fine.
After upgrading to 11.2.2, when updating a page include rendered within a popup, the popup will close rather than load the content of the desired page. In our scenario, we have a set of pages to create new records and a set of pages to display record details, where related lists and additional details are included. After the save of a new record, we reload the page include with the detail page to provide confirmation that the record was saved and provide the user the ability to add related records, attachments, etc. We are using a simple snippet to perform the update to the page include and the behavior is triggered on the load() function. This is able to be replicated from the console. Note that this script works fine when updating includes not in a popup. Here is the script: var target = arguments[0], content = arguments[1], query = arguments[2]; $ = skuid.$; var pageInclude = skuid.$(‘#’+target).data(‘object’); pageInclude.pagename = content; pageInclude.querystring = query; p
I have added a table filter for our Account page that allows the user to filter by OwnerId. We have around 500 user records so the filter is presented as a search box. When the user searches for a name, clicks on the name, it should filter the table, though it doesn’t. I checked this filter in an old sandbox on another version of Skuid, it works fine. The sandbox where this isn’t working is running on version 11.2 Below is the error message I receive in the console.
Hi, I am having a problem from last two days I was unable to view the skuid page from one user (System Admin) but when I switch to another user that’s also a System admin with same profile I was able to view the same page in skuid. I thought It was a permission. Also I have checked the page viewer and page builder permission is assigned to both these users. Also this page load issue arises when I make any edit on the skuid page and reload it (maybe that’s a coincidence). Also in the sharing settings for page and page assignment I have changed it to Public read/Write for now. But Still I cannot load the skuid. Can you help me out whether some other permission needs to be fixed ? Please find the attached screenshot of the error I am facing during the issue.
Hello all again,Trying to build a cleaner method of adding and removing accounts from a custom list.1) At the moment i can add if the account doesnt exist in my list. Save model and it is added.2) I can mark it for delete in the event i want to remove it from my list. Save model and it is removed.3) If i wish to add it again, ideally i would like to just update the check box for IsDeleted to be unchecked for that given account. As opposed to adding the account as a brand new line.But i cannot figure out a way to do this.Please note this is not ‘unmarking row for deletion’ as the model at this point would have already been saved in a state of IsDeleted = True.Any help would be appreciated.Thanks,Peter
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.