Upcoming Event - Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
When a formula field “depends” on another formula field, the formula field is being calculated incorrectly on page load. Note The UI field that depends on the other UI field is listed last in the Field list for the model. During runtime, if the fields that affect the formula change, the calculations are correct. Steps to reproduce: Create page using XML below Create an order and add an order item setting quantity equal to 10 Preview page choosing the order you created Expected Result Quantity = 10 Double Quantity = 20 “Triple The Double Quantity” = 60 Actual Result “Trip The Double Quantity” equals 0 Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Order"> <models> <model id="Order" limit="1" query="true" createrowifnonefound="false" sobject="Order"> <fields> <field id="Name"/> <field id="CreatedDate"/> <field
I have an aggregate model that averages scores for various questions, and then sorts in ascending order. The intent is that the “bad” scores will float to the top, and the user will display the resulting chart to our customer as part of a “Let’s work on these items” discussion. But sometimes - just to make life difficult - the user doesn’t want the EXACT “Worst 10” per the score averages; sometimes he wants to filter down based on discussions he’s already had with the customer, or exclude questions that haven’t appeared on enough audits to give a good average, etc. So I created a table, and originally created a table filter so they can pick the questions they want. However, that filter list is in the same order as the original field (i.e. alphabetical). Now, in order to pick, say the 1st, 3rd, 4th, 7th and 9th question, the user will have to search for them alphabetically. I’m hoping there’s a way to, instead, check the boxes next to the desired questions and start a mass action, whi
How can I change the date field name in a chart? I prefer not having the “Pop_under_10” Would like to have “Under 10”
Can I replace this model.updateRow(row, {UpVotes: row.UpVotes + 1}); with this row.UpVotes++ ??Does that accomplish the same thing?
I’ve got a model of several parent records - say it is Accounts and there are 5 of them returned in my Account model.Now I want to populate a 2nd model that shows all related Contacts to these 5 accounts.How can I pass the Accounts (5 different IDs) in the Accounts model to be the condition on my Contacts model?
Greetings, I am new to Skuid and am quite impressed by its functionality.I am looking to build a replacement to the quickcreate button and am looking into skuid to enable our org to create contact records when needed. I’ve designed a page with an Account reference field. What I am looking to do with this field is to be able to create a record (this being the parent record) in the event that a search result turns nothing. This would be specific to non-person account. Would I have to create another page or what steps could I take to achieve.Thanks again and hope it helps.
The new external data connections via model services are pretty awesome! I’m trying to figure out how they relate to profile permissions, especially for public sites users. We are working on a public site that starts with one skuid page and then launches another page. The second page includes a step that provides a review of data from an external data source. We have the first page working fine on the site but the second page hits an error. If we launch the page as a “preview”, both work fine. We have reviewed the public access profile for objects, fields, apex, VF pages and all seems to be in order. What I’m left wondering is what do I have to do to give the public site user access to this external data source? In Skuid, access is set to “unrestricted” for the model service. Ideas or suggestions? Thanks in advance!
I’m trying to use the Run Custom Apex Action in the action framework, and my InvocableMethod, like all InvocableMethods, starts with a list of Ids. Is there a way to use Merge Syntax to return all the Ids for all objects in a given model?
Is this how the Ui-Only field is exposed in lightning?
I have a SFDC Lighting per-release development environment. I installed Skid into it. The Additional Chart Types functionality doesn’t work as planed. It only shows the default chart appropriately. All other chart selections are the same. See Setup images and issue image. See set up More details of setup More details of setup. This image shows Type: Donut, but I have tried with Pie, etc. Issue: Example of Additional chart. Funnel selected, but showing Pie. It should show relevant chart.
I am trying us use mass update to update a single field across 50 records. It returns the error "box: Too Many SOQL queries:101. I never got this error before upgrading to Banzai. Any Ideas?
I am attempting to save a skuid model that relates to a Salesforce custom object but I am receiving the error “Required fields missing” for three particular fields. I have updated my model to include those 3 fields, and I am also specifying those 3 fields when I create new rows in the model, but upon saving the model’s changes I still receive the error. Any insight into why this might be failing after I have included the missing fields?
I’m really excited about the Banzai update, but have a couple questions:I understand that Banzai currently isn’t a forced install. Is there a date that it will be forced to us? We don’t have a good sandbox to properly test the release in. If we update to Banzai and find that there are issues, is it possible to revert back to a previous version? Thanks in advance - awesome work!Andrew
I am using the google static map. My path to the address fields are quite long and there are 2 many variables to test it. If someone can get the field correctly defined to my zip code I can figure out the rest.My zip code field name is “Zip_Code__c”The model name is “Location_CR_Email_DNA”So suspect it looks something like this:{{$Model.Location_CR_Email_DNA.CR_Email_DNA__c.Contact_Record__r.CR_Member_DNA__r.Location__r.data.0.Zip_Code__c}}Here is an image of the path:
I’m building activity related tabs for each of our Account, Opportunity, Contact, and Lead Detail’s Pages. Everything is working and linking appropriately; however, when converting leads the activity information isn’t transfering over respectfully. This is the conditional layouts I have setup as of now.Company AccountId = (param) id WhatId = (param) id Contact WhoId = (ContactData(Id) WhatId = (ContactData)(AccountId) Opportunity WhoId = (Opportunity)(ContactId) WhatId = (Opportunity(AccountId) Leads WhoId = (Param) Id I just wanted to see if anyone could see issues as to why the lead conversion isn’t keeping the activity information. As of right now everything links & when Opportunity has a Key Contacted associated, that activity information also appears in contacts (working fine). If I can get this working i’ll put together screenshots of exactly what I’ve set up because i’m sure other users would like to have this feature as well.
Can a UI-Field be used to do the following? If yes, what would it look like? {{Street_Number__c}} & " " & {{Street_Compass_Point__c}}
I have created some Skuid pages using the Lightning theme. When I preview the page using Salesforce’s Lightning experience, the page opens in aloha (traditional SFDC design although the Skuid page has the Lightning theme applied). I want my Lightning designed Skuid pages to open in the Lightning design every time I choose this option. How do I accomplish this?
If I leave the value for the ‘result limit’ parameter blank, the search component seems to limit the results to 5. Is that by design?
what is the best approach to display the chatter recommendation in skuid.
Is it possible to create a Salesforce email template that is a Skuid page? Kind of like a Visualforce template type. I’m building an online pricing/quoting tool (through our community) and after they are done building their quote, I’d like them to be able to click a button to email the quote so they have a copy. I don’t need it to be an attachment - just the quote header (parent model) and the lines (related model) would be fine. Basically put my quote detail page into an email and send it off (via workflow is fine.) Possible?
I’m trying to display an image that is attached via a field on a record. If I use the image component with the following settings, I get the ‘broken image’. If I use the file upload component with the following settings, it works as expected. Why? What am I doing wrong?
On Skuid mobile I have a panel with a couple fields. I am able to get the current login user full name, but I don’t know how to pass the value to the lookup field when the record is being created. Here is a picture. Any help regarding this subject is greatly appreciated. Thank You.
I’m trying to build my first responsive grid (Great concept by the way!). I put together a very simple test page based of off this tutorial: http://help.skuidify.com/m/components/l/376365-compose-pages-that-react-to-screen-size-with-the-resp… I’m trying to use Option A : Flexible width . I just can’t get the right section to move under the left section when the screen gets small. I’m expecting the right section of the page to move under the left section when I shrink the screen size. That doesn’t seem to be happening… Here’s my test page: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" theme="Lightning Design"> <models> <model id="Opportunity" limit="20" query="true" createrowifnonefound="false" adapter="" type="" sobject="Opportunity"> <fields> <field id="Amount"/> <field id="CloseDate"/> <field id="Description"/> <fiel
Is there any way to fix this? on screen: on print:
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.