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
On my opportunity detail page users add product/opportunity line items, which can then be added to quotes. However, when a new quote is saved the quote does not have the line items. When I try to update the quote with the quotelineitem Id I get “Quote Line Item: id value of incorrect type:” The Id displayed is actually the opportunitylineitem, how do I get the newly created quotelineitem Id to update the quote?
It has something to do with access to sites that were changed in summer 2020. I thought I had made changes. Guests can no longer access http://my.dorothy.com Help ASAP. I can be reached at 727-400-3201 or bill.fox@dorothy.com
I need to get the id after using save() .
How i can restore deleted page ?
The Safari browser on Iphone is not rendering the Skuid portion of the Home Page (mine has an override) in Salesforce. It works fine in the Google browser on Iphone and it works fine in large websites. Does anyone know any fixes to get it to work on Safari on Iphone?
HI, Wondering if this is possible. We are use a DSO with PostgreSQL and when inspecting page load, it seems every model is pulling from DB. Here’s my scenario and question I have a table of transactions with a field named Category: For each category I need an AGG model, and Regular model So if i have 5 categories, i will have 10 models, and it seems each is querying from the DB Here’s my idea/question, any help would be appreciated. Can i query this table fully once (model named: all_transactions) and then all 10 models mentioned above would basically would ‘Grab’ the data from that model only without ever needing to query from the DB? I tried with condition that all the 10 models’ ID is in the set of values from any row from all_transaction table, but it seems to me it still pulling from DB. Hope it’s clear. Thank you
After I am able to access the following page once: https://dorothy–skuid.na103.visual.force.com/apex/UI?id=a0g3a000005ibNM&sfdc.override=1&page=RM1_Stack_Member When I try to bring up a second time it get this: Apex CPU time limit exceeded An unexpected error has occurred. Your solution provider has been notified. (skuid) Started happening today.
I need to set the output of a Ui-only formula field to a certain number of decimals based on a field in another model. Basically I’m looking for the equivalent of value.toFixed({{$Model.OtherModel.data.0.Number_of_Decimals}}) which I could do in a javascript snippet, but there doesn’t seem to be any function similar in the ui-only functions area. I know I can make a field editor or table, add my values in there, then use a custom render snippet, but I want to show these values in a Template/Text component.
Hi, I have an aggregate model with totals on currency and number fields, but they are all left aligned in the table. And I do not see any options to change this on the field properties. Also, I had to create UI formula fields that reference the aggregate field, because I could not edit the decimal. Is this best practice? Thanks
I wanted to know if it is possible to dynamically get a specific row from a model by using a UI-Only field that stores the desired row number. With global merge I can do this - {{$Model.Case.data.75.Age__c}} and that returns the 76th record. What I’d like to know is there a way to replace that 75 with a UI-Only Field merge syntax that stores the row number I want to return. I tried this: {{$Model.Case.data.{{MyUI-Only}}.Age__c}} but I gave me an error as it doesn’t like the the 2 sets of open braces in a row.
I created a reference field, after selecting the magnifier glass the pop up window below appears. Is there any way to edit the title
How can I get a list of the objects in an org into a picklist?
Hi can someone please tell me where I can change the color of my reference fields in a table? I set the primary color as red, and now all my reference field texts are red, and I can not find where I can edit this in Design System. Thanks
In my 8(?) years of building with skuid, I have yet to use a bubble chart. Well - today is the day. I’ve spent an hour trying to figure it out and I can’t crack the code or find anyone else asking the same questions (maybe I’m not searching the new community correctly - I don’t know.) Any idea how I can get the series labels to list the name of the record just once, instead of three times, as seen here" Note: the only way I could get the Expected Monthly Spend field to show anything other than 0 is by using the SUM aggregate function for the bubble size… weird because the other fields are showing just fine without needing to tell them to aggregate. Any ideas?
I need to add a tab to a tab set that includes some components from another tab with a few changes. Rather than completely rebuild those components - I want to copy them from one tab to the new tab and then just make the few changes - is this possible? If so - HOW? I cant find it in the builder (V1) anywhere. I can clone the components - but I can seem to move them out of the tab I clone them from and into any other part of the page or into the new tab. HELP!
This is weird. I have a skuid page that is linked through a VF page and that VF page is connected to a pubilic site. I Have provided a sharing permission to view the specific Skuid page on the public site. Everything has worked fine for several weeks. Suddenly, today, I get this message. I have made no changes to the site, to the VF page, or to the Skuid page. It simply worked one day and then didn’t the next. I have checked all the settings and even changed the page names hoping it would fix the problem, but I still get the same error. Anyone else experience this? You’ve been INKED! (Something went wrong) We were unable to find a Skuid Page named MyCompanyMeetv1. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page
In the image for the 1st account my file data is loading but for the 2nd row data is not loading even added data. Yellow highlighted image. I did set the context too. If anybody have any idea please help me out.
Hello Team, I am following this URL (Page Not Found — Skuid v15.1.6 Documentation) to create a new record page. Based on the document I am not able to find Page Title in my Skuid installed package. do I need to enable any option to see this menu?
I have a table and the entity is Interface_Bank Now in the Interface_Bank has a lookup field and some more fields which is added as column in the table So once i select the lookup field one popup opens up and i am able to select the row where the look up field is updating but other fields data not getting populated as per the selected row. But right now once i selected the row from look up popup only the look up column of the table is updating and rest all fields not updating. What i am looking for is once i selected one from from the look up pop up the complete row of the table needs to be updated. Any suggestion.
2020-07-12_06-34-56.MP4 I am trying to pass the Id from a list into a page include. The Id when selecting different items in the list are changing but not being passed into the page include. How do we make this work?
HI, Something weird , I used it last week and all was fine, but now for some reason, the formula completely ignores the right and left Functions In a Agg model, I have a grouping field (named transactionym. Format of field= text) that return data in this format YYYYMM Example: 202004 (April 2020) and i want to display it in a cleaner format (MM/YYYY) So i used this formula: RIGHT({{{transactionym}}},“2”) + “/” + LEFT({{{transactionym}}},“4”) with a text return At first worked well(last week), then tried other formats to test… and this week i come back to put it back in that format (even used page versioning) and nothing i do will amke it work again. The formula keeps returning this format: 202004/202004 So basically ignores the Right and Left Function. I tried with only left or only right, still nothing Any ideas?
Is this known functionality? In v1, the field editor and template or rich text components would all render once per row in the model. But it seems like this is not happening in v2. Are we just supposed to use tables all the time now or what?
I’m trying to use skuid.$M(‘YourModelName’) on the dev console at runtime on a v2 page and it gets an error “skuid.$M is not a function”. It’s short for skuid.model.getModel but that’s not a function either. Any ideas for how to pull up my model? I’ve got forms and text components that don’t seem to be rendering once per row in a model, and I’m trying to see if my model doesn’t actually have all the rows I think it has
Hi, Can someone please help! I have a tab set, with 3 tabs. Each tab shows a set of chart with drill down actions. All the charts are showing as expected. The drill downs on the first tab work fine. But he drill downs on the 2nd and 3rd tab are not working when the charts are presented. BUT, when I click on any other tab and then return to the 2nd or 3rd tab, the drill downs work. Can anybody tell me why, and how to stop this? Thanks
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.