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
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?
Hello, For some reason when we use the Table search on any table with source from DSO we get this error: There was an error performing the requested search. there was an error making a request against the database: invalid input syntax for type numeric: For some reason it’s expecting numeric values only it use to work fine, and was able to search anything (number or text) If i try to specify the search fields (example 1 text field and 1 numeric field), I get same error when searching any text if in search field i specify the text field only or numeric field only, it works Any ideas on how i can search by default all fields as it’s suppose to be?
Skuid Team, Would you please check the URL for the Sandbox link for Spark Update 12.4.15. When I click on it, it shows that we are updating to 12.4.14. Is this correct? I am seeing the same message when using the link for Production as well. Thanks, Bill
Hi guys, I am currently trying to use a POST method for a REST API I set up to an external service. Unfortunately I am getting the following error… Unable to authenticate to data source “SkuidDataService”: Unable to obtain valid Skuid JWT: A JWT Signing Key has not been set for this Org! Cannot create predictable JWT. Can anyone suggest what the issue is and how I can fix this?
Is it possible to access themes on v12.4.14? I do not see it listed in the menu. The menu lists: Pages, Design Systems, Data Sources, Deployment, Settings etc
I’ve been dealing with a recurring problem for the last few weeks where the Pages page in Skuid fails to load when accessed through my Salesforce Production environment. I’ll click Pages from within Salesforce and I end up with a white screen that loads no further than that. I get the following error message in my browser console: skuid__SharedRuntimeJS:2 Uncaught (in promise) r {_e: Error at U (<a href="https://sungage--skuid.na110.visual.force.com/resource/1591836876000/skuid__SharedR…,">https://sungage--skuid.na110.visual.force.com/resource/1591836876000/skuid__SharedR…,</a> name: "DataError", message: "Failed to read large IndexedDB value", inner: DOMException: Failed to read large IndexedDB value} If I clear my browser history and cookies, I can avoid this error for a day or two, but it always comes back. I’m currently running Skuid version 12.4.8. Any ideas how to resolve this?
Hi, I am new to Skuid and have never printed a page. I have a page with a deck that I would like to be printed with multiple cards on a page - say 3 or 4. But I have no idea how to go about it. I have seen posts referencing CSS to do this, but do not know the first thing about using a CSS, where to input it, or what to input. Can someone please give me a starting point. Most importantly, where to actually input the CSS, if that is in fact what I need to do. Thanks in advance Monica
I have followed the directions to set up the connection to DocuSign developer. I am getting the message: “The client id provided is not registered with DocuSign”
I am rebuilding all of our company pages in Skuid API Version 2 and am frustrated that each action I take causes the composer to freeze up for about 10 seconds. Add a component? 10 seconds. Add rendering criteria? That’s 10 seconds per thing I click. Any edit actions trigger a 10 second wait. I admit my pages are big but it was not this bad on API Version 1. Any ideas for reducing the load times in Page Composer?
Hello, I have a table, that has a drawer action. This drawer has before load actions that Activate & set Model condition on many different models using that row’s data. All works well until i try using this drawer action for same row a 2nd time in same session. Example i have 3 rows Sept Aug July If i click on Sept’s row action, data load properly, then i close sept drawer and click on Aug it loads properly, now if I need to click back on sept’s row action the before load actions do not apply a second time, and still show Aug Data. Is there a way someone knows that i can basically have skuid apply the before load actions everytime that action is used and not only the first time? the equivalent of tab actions, where we have 2 options: When first shown and Whenever rendered. Thank you in advance!
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.