Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’m using the File upload component in a v1 page. In the properties section there is a value called File Name that you can use to rename the file and retain the file extension. I’m using merge syntax to change the file names but the renaming is placing all my non-merge systax text in between the last 2 values. Here’s an example of what I mean. File Name: {{Entitlement_Name__c}} - {{Tenant__c}} - {{CreatedDate}} The renaiming I get on file upload is: MyEntitlementNameMyTenant–10202020832am.docx All my plain text is being inserted in between the Tenant field and the Created Date field but the expected value should be: MyEntitlementName - MyTenant - 10202020832am.docx Skuid on Salesforce version 12.4.9 Page built with v1 API
I have an image that i hard coded into a list avatar. https://s3.wasabisys.com/entities/us/fl/b003/1057781.jpeg I pasted it into the avatar All these should have the same avatar
I have an issue with a textarea field when it’s inside a lightning page. I have a button that updates into a textarea field in skuid and the field source is “Result of a formula”. If I load the skuid without it being inside a lightning page, it works. In the HTML, the textarea is data-te=“skuid__inputTextArea” However, when I put the skuid page inside a lightning page, the action doesn’t work. The HTML on the textarea is different and now shows - data-te=“skuid__lightningRichText” The two screenshots of the same textarea field show inside and not inside a lightning page It seems that when the skuid page is inside a lightning page, the function doesn’t seem to add the data into the same textarea field. Any ideas?
I’m trying to create a complete Microsoft file storage solution. The skuid data source is way better than the Salesforce files connect for accessibility of data fields. However… skuid offers One drive and Sharepoint data sources… One drive let’s me create folders, which I need, but doesn’t allow me to access shared folder libraries. Sharepoint let’s me access shared libraries, which I need, but doesn’t allow me to create folders. anyone have a solution for creating folders in sharepoint or accessing shared libraries in OneDrive?
Kind of like the “block UI and show message” function, I would like to open a sliding panel and then close it automatically after 5 seconds. Any ideas on how I could create an action to close topmost panel after a 5 second delay?
Having an issue with one of the use cases for a fairly sophisticated page. Here is the full error message: “There were 1 problems with this Skuid Page. 1: There was a problem initializing a component of type skuid__pageRegion: Cannot read property ‘forEach’ of undefined”. And the console: I have reviewed the following posts, but not pinpointed a resolution to the issue yet. Cannot read property ‘getDataSourceName’ of undefined Table Filter Bug in Millau 11.0.4 Thanks in advance!
I am using Salesforce currency field in Skuid form. When I try to type 100k, I am not able to keying char value(k) in the field. After saving the record. When I view the record I am not able to see ‘,’ between the numbers. Like 100,000 instead I am seeing 100000. Am i doing something wrong or this is skuid limitation.
Hi, how do we get the click to call functionality from the lightning page phone number in a Skuid page. When I click on a phone number it doesn’t do anything and the click to call icone doesn’t show.
componentId = ‘CompentId’ c = skuid.runtime.getPage(‘Questionnaire_v2’).component.getById(componentId); in v1 I could c.unrender(), etc. but how do I do that in v2? In my case I want to disable/unrender modal component from JS.
Been having issues with row actions where “rows to update” = “rows in context”. Actions (on an event table) are to (1) activate filter on contact model where {id} = {Whoid} of the events model, (2) query contact model (3) update “rows in context” for the Contact model (4) update “rows in context” for the Event model (5+) save, refresh… The third action (3) works for some instances and not in others (but (4) is updating in every case so I know it’s “firing”). Is there any issue with the filter? Issue with using “rows in context”? V1 page, Version 13.0.5
Is there any way to move the wizard navigation from the bottom to the top (where they were in v1)? Am I missing the setting somewhere?
I started to use docker python SDK recently, and I found out whenever I used the api, it will send the http request to docker server. for example, the python code shown as follow: container.exec_run([‘/bin/bash’, ‘-c’, ‘chattr -i /home/*’], privileged=True) the cosole output: [DEBUG 2020-10-13 17:26:54,914]: http://localhost:None “POST /v1.39/exec/c4b3c33eba126186aa9e62568258c59c73c14ba85063a6068603e8c843a95a60/start HTTP/1.1” 101 0 [DEBUG 2020-10-13 17:26:55,055]: http://localhost:None “GET /v1.39/exec/c4b3c33eba126186aa9e62568258c59c73c14ba85063a6068603e8c843a95a60/json HTTP/1.1” 200 399 codegnan.com ▷ Web Development with Python and Django | Python and Django Course Learn Web Development with Python and Django. ✅ 40 Hrs. ✅ Hands-on Labs & Live Projects. ✅ Job & Resume preparation Assistance. ✅ Get Certified from Codegnan. 👉 Join now Is there a way to stop showing the http request? Cheers!
I’m hoping I just missed this somehow, but I’m not finding an option for updating a Design System once it has been deployed. Running through the Import again doesn’t pick up the changes made in an updated export from a Dev org, but I’m not seeing an update method. I’m on 13.0.5
I am trying to integrate the RedCap System using model in Skuid. Following API request is working fine external tool: #!/bin/sh DATA=“token=XXXXXXXXXXXX&content=project&format=json&returnFormat=json” CURL=which curl $CURL -H “Content-Type: application/x-www-form-urlencoded” -H “Accept: application/json” -X POST -d $DATA https://redcap.XXXX.org/api/ But, when I trying to build same request from Model with following, I am getting error: Model behavior: Read/Write Method Query: Data source URL: /api/ Data source HTTP verb: POST Request body contents: As templated request body Custom request: { ‘token’: ‘XXXXXXXXXXXX’, ‘content’: ‘project’, ‘format’: ‘json’, ‘returnFormat’: ‘json’ } Please let me know what I am missing. Thanks in advance.
I need to create a new button override which stores prepopulated values from the parent record, specifically it’s Id, so it can be consumed in our Skuid page to create Event records. How do I do this? I’m not a programmer so lightning web components are a bit daunting! The only thing I’ve done similar before is for a screen flow, here is my code for that screen flow. I’m guessing what I’d need to create for the Skuid page would be fairly similar? ({ init : function (component) { // Find the component whose aura:id is “flowId” var flow = component.find(“flowId”); var inputVariables = [ { name : “accountVar”, type : “String”, value: component.get(“v.recordId”) } ]; // In that component, start your flow. Reference the flow’s Unique Name. flow.startFlow(“New_Jisc_Account_Contact_Role”); },})
How can I use/access styles from the Design System? I want to apply a style from Design System on a button I created with Custom Field Renderer. Code: const FieldRenderer = skuid.component.FieldRenderer; return new FieldRenderer({ readModeStrategy: "virtual", read: function (fieldComponent) { let h = fieldComponent.h, context = fieldComponent.cpi.getContext(); let { element, field, model, row, value } = context; let childNodes = []; childNodes.push( h("button", { onclick(event){ console.log('click1'); } }, [ `+`, ])); if(row.Added_By_User__c){ childNodes.push( h("button", { onclick(event){ console.log('click2'); } }, [ `-`, ])); } return h('div', {}, childNodes); }, });
Where do I find the required fields styling option to “Text in Badge”
I have found some old discussions on how to call the duplicate record Merge function in SF Classic, but we are using Lightning. Due to the conflation of the term “Merge” within Skuid with the SalesForce “Merge” function, it is very difficult to find much documentation. Has anyone successfully redirected from Skuid to the Merge Case function? OId thread: http://community.skuid.com/discussion/6765789/merging-records-in-skuid
I have an image source https://dorothy.com/Images/SalesForce/Engage on the page with with an interaction “Click”, with the action type “Show Modal”. The image shows and modal works. When I change to interaction “click”, with action type “Go To URL” <a href=“http://dorrothy.com”“>http://dorrothy.com” in blank window. I preview the image it shows the following which is not clickable
I have seen a couple posts about how you can hide components based on screen width with CSS in version 1 pages, but they don’t seem to work for me. Would someone happen to have some CSS that would hide a component based on desktop vs. Mobile. Thanks!
For the variables and components is there a best practice for a responsive page design. As an example: Is it best for a border to be pixels for a responsive design? Is it best for a spacing to be rem for a responsive design? etc?
The upgrade has been failing and Salesforce was looking into why. Thought we would try the upgrade this morning. The message said we had a successful upgrade: Your request to install package “Skuid Boston” was successful. Organization: Fox Consulting Corporation (00D3B000000EfxI) User: Bill Fox (005j000000AxbLa) Package: Skuid (04t4A000000t6PY) Some components, such as custom objects, custom report types, and workflow rules, must be activated using the package deploy process, before they are available to your organization. Now the screen in preview looks like this:
We’re getting ready to move to Lightning and I have it and Skuid (Spark 12.4.13.0) set up in a sandbox. Where I have models on existing pages based on Attachments object - they are no longer working. I created a test page which has only 1 model, mapped to Attachment object. I am able to see the metadata and select a few fields to be added to the model. No conditions on the model. When I query it, I get no results (also checked in Console and data.length is 0 for the model after query). Any ideas?
We recently upgraded from version 12.1.4 to 12.4.1. I’m trying to make changes to an existing Skuid page. The save button is enabled after making my change. I click the button, but the save button never disables. There is a notification that the page is saved. However, when I reload the builder page my changes aren’t present.
I upgraded to boston today all of my V2 pages are not displaying correctly (screenshot attached). I am using a custom design downloaded from here: https://github.com/skuid/SamplePages/tree/master/Design_Systems/HR_Mobile_Portal Anyone have any suggestions?
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.