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
Is there a list available anywhere of all possible displaytypes for fields on a model? I have custom logic that requires me to know whether or not to enclose a field in quotes when querying via SOQL, but the encloseInQuotes field under model fields exists inconsistently, sometimes being not defined on the field, and other times being defined. As an alternative strategy I’m inferring encloseInQuotes from the field displaytype, but I’m not sure if I have all displaytypes in my logic. Is there a list of them somewhere? Or is there some other way I can figure out the encloseInQuotes value seeing as it is inconsistently defined on the model fields?Thanks!
Hi every one, I am very new to skuid as welI as javascript need ur suggestions as i have a javascript snippet where i have to get value from user using windows.prompt() method. it is working fine for old records in but while creating for new record pop up is coming twice means asking me to enter value twice. if i enter value then not saving in salesforce object and when is open console showing error : skuidReqs.js:1 Uncaught No row provided [Violation] ‘click’ handler took 10864msi would be very thankful for the solution…
Hello, I have a skuid page that to 15 days ago run good with no error. Now from yesterday, then the release Spark (12.3.2.0) was release on the page load I give me this error in console: Uncaught (in promise) {model: nh, initiatorId: “Ordini”, modelId: “Ordini”, updatedRows: Array(0), message: “”} The Ordini model isn’t load on page load but afther with button action and have one filterable condition default off . Why I get this error? How I can solve it?Thanks,Bye
I have a pretty straightforward use case idea, just missing this last piece of info. Within the service cloud app, I want my users on a case creating a record as a related item (lets call that record a Case Note). They would do this through the related list section, clicking new record. I would have a SKUID page override for this Case Note object, and the user would essentially fill out fields pertaining to that note. This record would open as a sub-tab. At the end of the process, the user would click a “save & close” button with embedded actions that would save the record and close the sub-tab, and refresh the primary tab.I can’t quite figure out how to “save & close” button in the last step. I don’t really have a javascript background, and I believe that would be the only way to achieve this. If anyone has thoughts, ideas, or suggestions, would love to hear them. Thank you #SKUIDNATION
Hi Guys,With reference to below links:1. https://community.skuid.com/t/filter-on-child-relationships/2. https://community.skuid.com/t/affect-other-model-conditions-from-a-table-date-range-filte…i have added a table filter in Account model where Contact is selected on the certain date range and i have implemented it through above first link.But this issue is that in date range filter, you don’t have option to activate parent’s filter condition based on child filter (second pic) and i have other filter on Account model as well (first pic). All filters are executing in AND logical condition so every condition needs to be deactivated. if a deactivate this filter 7 then this date range filter will not work and if a activate this one then other filter will not work without this filter. if without applying contact filter, if i apply account filter like some status then it is not showing any records despite having records related to that status.if i don’t apply this child Contact filter then
I have a model loading tasks. I’ve been so stumped as to why tasks I can see on my Salesforce page layout aren’t showing up in Skuid, but I think I might see what’s going on… looks like Tasks older than 1 year are not showing up. - Has anyone else noticed this behavior? (I know this is true on reports)- Any way around it on my Skuid page?
I’m just starting to use v2 to build my pages (I’ve done TONS of very advanced work with v1), and I’m running into a very frustrating issue for a single record page I’m trying to build:My page is ignoring the model condition that requires record id = " " In v1, when I entered that condition and tried previewing my page, a popup would appear that would ask me to enter in a record to display. In v2 it is just loading the (blank) record page and not prompting me enter in a record id. What is more frustrating is that I’m trying to force it to filter using a URL parameter, but that isn’t working either:https://buildrealty–skuid.na119.visual.force.com/apex/skuid__ui?page=Testmodel&id=a043p00000oKbh4AACThe only way I can get it to load a specific record is if I key in the record ID in the model conditions. I know this a very basic issue, did something change between v1 and v2 that I’m just missing? Please help!!!
How to show dynamic values in the filter according to the values of a particular column from the list view? a. Field Datatype- Formula Field(Text)2. Need to remove duplicate values from the filter drop down.Any help would be great.Thanks in Advance.
Folks, Would like to know if changing my domain name in Salesforce production will require any changes in our Skuid configuration. We are using Skuid both on Salesforce and on Salesforce Communities, and both are in Lightning.I saw earlier post on change of SF server and the response was no impact. Just want to confirm if same is with my domain.ThanksDeepak
As per subject.I’ve got a task without a what or who id w/ Task controlled by parent in sharing settings. The user in question has a role at the bottom of the role hierarchy. The owner and creator of the task are someone else.No one but the owner or someone with the system permission “View All” or someone with a role higher in the role hierarchy should see the task in question.Am I missing anything?
We have a public facing site: https://xynmanagement.secure.force.com/RemoTraC We have added a custom domain to it https://remotrac.caredx.com This is working in terms of showing in the URL, but it’s throwing console errors skuidReqs.js:1 TypeError: Cannot read property ‘getThemedClassMapForComponent’ of undefined at e.value (skuidReqs.js:1) at C (skuidReqs.js:1) at Object.factory (skuidReqs.js:1) at skuidReqs.js:1 at l (versionScoped.js:1) at c (versionScoped.js:1)I think this is because it’s trying to use relative links to get the components to run the skuid page.What’s the fix for this?
Is there a way to identify the rows flagged for mass deletion in Skuid JS Snippet to handle some functionality before model.save() which will delete the rows ?
Hi have created 2 row actions: 1. Select Record – adopts the row into a to a model SelectedAccounts 2. Deselect Record – removes rows from model SelectedAccounts The problem I am having is that the Select Record is working, but he Deselect Record does not work. So, if I select record 1, 2 and 3. They are added to the SelectedAccounts model. But if I deselect 1, 2 and 3 they are not removed from the model. But, if I deselect 4, then then 1, 2, 3 and 4 are removed from the model. What am I doing wrong???
When in V2, in a Table, in a Field, there is no ‘show column by default’ checkbox. I’ve searched around but can’t find it, even though we can give user the Table Configuration feature. Anyone know where I can find it?
Hello, As of 12.2.17 (V1), “Mass Update Selected Rows” showed up like the below screenshot in the Lightning Community site. When I click the Edit in the popup, the current/parent page is reloaded and I cannot update the selected rows in my table. Note: This issue only occurs when I select multiple rows with one column has different values.
I’ve created a Queue for Tasks and we’re unable to assign Tasks to it in Skuid. To test this you’ll need to create a queue and include the Task object for this Queue. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Task"> <models> <model id="Task" limit="1" query="false" createrowifnonefound="true" datasource="salesforce" sobject="Task"> <fields> <field id="Subject"/> <field id="OwnerId"/> <field id="Owner.Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <pagetitle model="Task" uniqueid="sk-3qgp-302"> <maintitle> <template>New {{Model.label}}</template> </maintitle> <subtitle> <template>{{Model.labelPlural}}</template> </subtitle> <actions> <action type="savecancel" afterCancel="/{{Model.KeyPrefix}}/o" afterSave="/{{Id}}" rollbackonanyerror="true" u
When I tried to include by code (via page include) into a bigger system, then I get a bunch of errors (Typererror: cannot read property) and don’t get the expected output. Though, if the code is standalone it works as expected.Screenshot 3 (a screenshot of what output should be and is) is a stand alone test, where Screenshot 1 (a screenshot of what happen) is part of a bigger system. What could be causing the errors?I have tried moving/changing/including different libraries from highcharts in different places, but none of it helped. The libraries I tried:https://code.highcharts.com/highcharts.jshttps://code.highcharts.com/modules/data.jshttps://code.highcharts.com/modules/drilldown.jshttps://code.highcharts.com/5.0.1/modules/exporting.jshttps://code.highcharts.com/5.0.0/modules/offline-exporting.jshttps://code.highcharts.com/modules/export-data.jshttps://code.highcharts.com/5.0.0/modules/offline-exporting.jshttps://code.highcharts.com/modules/accessibility.jshttps://code.highcharts.com
Hi, i would like to control versioning of documents. ex- if i have uploaded a document and want to upload a second version of it , it gets uploaded as well as i can see the previous versions for it too.
Hi Team,We already have a skuid page which works properly in classic view with themes and all the styles loaded properly.When i included same page inside a lightning component to create a lightning tab, it does not render the same styles loaded in classic version.Are we missing something?
I’m having an urgent issue where the fields in a form using v2 do not show up on a phone browser, iphone or android. The field labels show up, just none of the input boxes.
I noticed weird issue today with one of my pages that have a Tab Set component. With Tab navigation set to Left tab Bar the area to add a component here is really small (75px). Normally is spans the whole width of the page. I don’t see any new properties that set the tab component width. There is a setting for the tab itself but that is not the issue. I am on Skuid version: 12.2.17 and API: V1. Issue is present on all browsers. Here’s a screen shot of what I’m experiencing Even with a table component added to the tab is still doesn’t fill out the full width. This narrow rendering of the Tab set is not just on the page builder it also passes through to the actual page. This is impacting my production pages because I have several columns data and there is not enough space to render everything. In my sandbox that is on older version (12.2.6) of Skuid I don’t see this issue at all.
Hi, I want to show some of the skuid builder components like Rich text editor, Field editor, Page Title etc in a skuid page in editable form. The purpose of this page is to work as input form which user would be able to fill and also rearrange some of the components. I want these editable components to display on click of button or similar action. It would be great if someone could please help me solve this problem.
I have a pretty complex page set up which may be difficult to illustrate here, part of the page is creating dynamic components. If I run my page standalone everything works properly; the components get created without any issues. However if I run my page in a page include it errors at a specific line of my javascript to create the XML for the component: $('#'+curEleArr.join('-'),xml).append(''); ``` The error here is: Failed to set the 'innerHTML' property on 'Element': The provided markup is invalid XML, and therefore cannot be inserted into an XML document. Note: This works fine on the standalone page, but if the page is inside a page include it fails. Also note: I have similar code above this that does not throw an error, why does the error get thrown here specifically? I've already checked the ID (curEleArr.join) and that looks fine as well as the value of 'field' that also looks fine. I'm really perplexed as to why this is throwing this error and more specifically why it only oc
I am calling a JS Snippet after editing a few rows from a Table. My requirement is to clone the changed rows and save the edits only to the cloned records. And I want to keep the original rows unchanged. What I did here : -Used the “changed” object to get the edited values -Used the “originals” object to get old values and reverted the changes done to the existing record. -Since I thought it would be a better idea to clone the records using the standard salesforce clone function, I passed those values to an apex class, cloned the records there. Now I am confused, how the data is affected in the model. I guess the newly created records through Apex won’t be loaded in the model. Hence I tried a model.save() and then a model.updateData(). The updateData() is throwing an error that says " you have unsaved changes in xyz model( which however is not the model I am working with) and save or cancel changes before updateData()". I am sure I am missing something silly here. Any inputs? or a bet
I have an action sequence built (see below) that has multiple branches that all are set whenfinished=stop. When I use this action sequence on a button, there doesn’t seem to be much respect for the ‘stop’. How can I ensure the stop is respected? {{$Input.Current Model}} {{UI_Only_Edit_Applicant__c}}='Primary' {{Joint_Credit__c}}=TRUE {{Non_Spouse_Co_or_Guarantor__c}}=TRUE {{UI_Only_Edit_Applicant__c}}='Spouse' {{Non_Spouse_Co_or_Guarantor__c}}=TRUE
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.