Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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
I am using the HTML functionality of the TEXT component in V2 attempting to dynamically load an IFrame. I can’t seem to get the syntax right. I am able to get the IFrame URL to work when I hard code the parameter. And I am able to see Merge Variables in the HTML when they are not in the IFrame URL, but syntax wise I think I am doing something wrong in the URL. The following works when hardcoded https://instance--lightnings--skuid.cs37.visual.force.com/apex/skuid__ui?page=OppFiles2Zip&amp;id=0060B00000f3UUQQA2" style="border:none;" width="98%"> but then I try to use the merge field inside the URL it doesn’t work. If I place the merge field somewhere else outside of the iFrame tag I can see that its pulling the right value. For some reason the substitution is not happening. https://instance--lightnings--skuid.cs37.visual.force.com/apex/skuid__ui?page=OppFiles2Zip&amp;id={{Id}}" style="border:none;" width="98%"> Is there special syntax that is needed within the src attribute
I am trying to create a button that among other things moves the screen from one tab to another Much like a wizard would do. But I can’t seem to find anything that allows me to do this in actions. Any Ideas?
The Object relationships in salesforce of my concerned models can be explained as: Object A is the parent to objects B and C both. Is it possible to fetch fields from object C to the SKUID model of object B?Could I get some help with the same?Thanks and Regards,Sejal. 🙂
Is there a way to see what changes have been made to a Skuid page over some period of time? I’m running into an ‘Apex heap size too large’ issue and I would like to see what changes have been made to clue me in on what might have caused the problem to start occurring.Thanks in advance!
I currently have two models, Model A and B. I want the values from Model saved to one field on Model B.I coded a button to pass condition values to Model A. Model A will have 3 different lines and different data in Field__c. I need to concatenate the values in Field__c on Model A and update one field on Model B. Does anyone know how I could achieve this?
I am trying to figure out how to access selected check boxes via Javascript in the V2 API. I’m on Skuid version 12.2.14 In V1 I would do something like this and it would work: var selectedItems = arguments[0].list.getSelectedItems(); But in V2 with the same setup the line of code above produces an error: skuid__SharedRuntimeJS:2 TypeError: list.getSelectedItems is not a function Does anyone have a code snippet they can share, it can be a link to Skuid documentation, that has an example of a V2 API reading selected items? I attempted to adapt the code found in the first example on this page: https://docs.skuid.com/latest/en/skuid/javascript/snippets/using-snippets-intro.html but got the same error.
Hello,Since updating Skuid to version 12.2.15, the button for upgrading out-of-date themes is missing:Please advise. To our knowledge, we did not change any permissions. Skuid’s themes were updated by installing 12.2.15, as shown in the image, and our custom themes remained unchanged as expected. But the button for upgrading own themes is nevertheless missing.
I know you can set sub-decks to have context based on the context of the deck they are inside of, but can you set context based on a more static filter?For example, currently I can set a sub-decks context by SubDeck Field A = ParentDeck Field BCan I set context like this instead? SubDeck Field A = “Blue”I can’t seem to find a way to do this. It would be very helpful if this were possible.Thank you!
Our users are having issues with Salesforce logging out every time they access a Skuid page. They’re also being asked to log in again every time they access a Skuid page from Salesforce. We use Skuid pages for data entry and are about to start a busy data entry season. This never used to happen and has only been happening in the last couple of days. For context, we have Salesforce Lightning but never enabled My Domain.Has anyone had any luck when dealing with this issue?
HI,I am updating some rows in a Model Table and before saving, I am calling a JS Code Snippet. Inside the JS, I would like to compare the original database value of the fields with the new value that the user is about to save(). Is this possible ? If so, please help me with the syntax of accessing old existing values.ThanksEbin
Hi Anna,Thanks for following up. Yes, using the full URL to redirect is working.The other issue for non-Skuid users not getting to standard SF pages is still ongoing. I am not using a Skuid page inside a lightening page (at least I don’t think I am).I am not sure where I would set the component visibility.Here is how I have the Contact object set up:Skuid page for the Contact Detail In Skuid –> Page Assignments –>SalesForce Classic: –Object Type = Contact; Action Type = View; Applies To = Only Me Created a Visual Force page with the following code: &nbsp; Contact Object --> Buttons, Links and Actions View-- Generally I would set it to the VF page.--For testing I have it set to Standard Page ( Non Skuid Users still have issues) Note: This conversation was created from a reply on: Redirect url to a VF Page in Salesforce Lightning with My Domian enabled.
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.