Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Is there a way that I can pass in a string (via URL parameter) to a page with a table and have that string populate in the table’s search box? Currently I can set a model’s conditions with the parameter, but that is problematic to handle when you want users to be able to use the search box and other table filtering options, though I’m open to other options that could accomplish the same thing.
Have a managed package that used to use a lot of Apex and Visualforce. Since skuidifying the app, none of it is required any longer.Problem is that code coverage is now at 69%. Is there an easy way to fix this? I would just as delete it after backing it up, but it’s part of a managed package.TBH I don’t have any experience with code coverage.Can I simply comment it out?Also, I probably just need a quick 5-10 session on how to do this. It’s likely that what needs to be done will be done multiple, so as soon as I’ve done once with assistance, I’ll be good to go.For the time being, we are not submitting a new package due to time constraints.
I am trying to use a global action popup to add a new contact to an account from my account detail page. I would like the new contact popup to pre-populate with the billing address from the account (section b) and Name and other details to be empty so I can enter them. Is this possible? I could not find a video or tutorial for this. Thx Andy
On the progress bar I’d like something that is usable for anyone with commented instructions on how to implement it.I need some pointers on adding elements to the HTML created by the Block UI action.Using the suggestion from Moshe to use jQuery progressbar I think I can go from there.I would like to have two progress bars.One for the current set of tasks being completed with text below detailing what is being done. Another for the total tasks being completed.
After reading the answers to Ant’s post, I think that I should be able to rename the series in my charts with merge syntax, using this:The field is a checkbox. I’d like one series that displays “Scheduled” for every true value, and one that displays “Unscheduled” for every false value, instead of something that says “true (COUNT)” and “false (COUNT)”How do I accomplish that?
I know this has been discussed extensively on the community, but… Large data sets can be hard to work with in skuid. I have been able to work around them for the most part by getting the users to understand the “Load More” button and keeping my queries as specific as possible. However the GeoChart component is really cool and I was hoping to be able to map all of our accounts by state. We have something like 100,000 or so but I can’t get past 5000 without running into heap size issues. This component seems to be built specifically for mapping large amounts of data, but if I can’t get past 5000 that severely limits what I can do with it. There also doesn’t seem to be a “Load More” button available for the chart components, so I really have no way of getting the data into the page. I understand that this was a late addition to this release I just think it would be so much more powerful with expanded data volume handling abilities.
I am having a problem when making a SF Tab have the contents of a Skuid page. This worked fine until I made each Skuid tab contents in the page be their own page and use includes within the Skuid Tabs. When I try to load the page in Preview everything displays correctly like this: When I make a SF Tab and load the Page in a Tab using VF and the Skuid Component I get this: How can I correct this? It works fine if I use this in VF (But I dont like the Full Page Refresh that happens!): <apex:page controller=“skuid.Redirects” action=“{!redirect}&page=MD_Hospitalizations_Tab”/> It is broken like above when using this in VF: <apex:page sidebar=“true” showHeader=“true”><skuid:page page=“MD_Hospitalizations_Tab”/> </apex:page> Ideas?
Is there no calendar component for the mobile page builder? It is essential that our users can interact with events on a calendar from their mobile devices.
The mobile builder renders checkboxes as on/off switches. Is there an easy way to change that back to the simple square box with label to the right used by the desktop builder?
I am trying to get my Skuid new contact page to act more like the default salesforce page. In my Skuid page, I need to billing address to be copied to the contact when I select the account I want this contact to be related to. Thanks for your help.Andy
Has anyone figured out how to make the Mini Page Layouts show up on Hovering of a Reference field value? In some default page layouts you can hover over an object reference field name from a reference field and it will show a hover menu of fields. Is there a way to make this show up when hovering reference fields in Skuid?
I feel like I’m missing something obvious here…can you display an aggregation in a template field? It works just fine if I place the aggregate field in the Field Editor but I can’t get it to display in a template. Any help would be greatly appreciated!
I have a lookup field that uses the “auto-complete” rendering option. This option displays a little magnifying glass in the field which when clicked renders a popup that from which you can choose the related record, much like the standard SF lookup functionality. I don’t see any way to control how this popup works, though. Is there? My problem is that I don’t want users to be able to click on the name of the related object’s records - I want the “Name” field that shows in the popup to not be a hyperlink. Alternatively the auto-complete could just render the magnifying glass option. Is there a way to affect the field displayed in the popup?
We’re using Attachments on a Custom Object whereby Partner Community Users need read only access to Attachments posted by an Employee User but edit access to the Attachments they have posted. It would stand to reason that the most straight-forward approach would be to use a filter on a model condition on the Attachment model for Owner.UserType. However, this throws a pretty nasty error:1. An error occurred while attempting to perform the following SOQL query: SELECT ContentType,CreatedDate,CreatedById,CreatedBy.Name,OwnerId,Owner.Name,ParentId,Parent.Name,LastModifiedDate,LastModifiedById,LastModifiedBy.Name,Name,Description,BodyLength,Owner.UserType,Id FROM Attachment LIMIT 21 Error:No such column ‘UserType’ on entity ‘Name’. If you are attempting to use a custom field, be sure to append the ‘__c’ after the custom field name. Please reference your WSDL or the describe call for the appropriate names.I have been able to bring in a User Model and filter on UserType IN (‘CSPLitePortal’,
We are a music school. We have numerous object for our school with the following parent child relationships:Course, is the parent ofClass, which is the parent of bothClass Sessions & EnrollmentsI am now trying to build a detail page for the “class” object which will load when we select a specific class.I have used a tabs to create the page. Each tab has an include page for basic fields on each each model. What do I need to put in the “Query String” for each include page to enable it to render the page with the class details?Here are our API Names for these objectsCourse = MMA_Course_Type_and_Year__cClass = MMA_Group_Class__cClass Session = MMA_Group_Class_Session__cEnrollment = MMA_Group_Class_Enrollment__cHere are the Skuid page for each “include page”include_MMA_Course_Type_and_Year_DETAILinclude_MMA_Group_Class_DETAILinclude_MMA_Group_Class_Session_DETAILinclude_MMA_Group_Class_Enrollment_DETAILThanks!Anna
I just spent an hour or so with a production bug involving temporary rows in a table. We have a field that indicates what percent of a line item should be applied to an invoice. Obviously this field is important to calculating our invoices accurately. My admin has told me with certainty that a PERCENT field with a default value of 1 will default to 100% in salesforce (I’m taking his word on this…). The field is set up like so:However when users were creating new rows in the table of line items, the newly created line items were showing up as 1% instead of 100%. I logged the metadata of the field and it looks like skuid has it as “1.0” : Is this the correct behavior for a percent field? Also before this release when a user created a new row (via a snippet) if there was no value sent in for the “Applies To” field, it would default to null. It seems like after superbank it started defaulting to the metadata default value. I know that is probably what most people want, but it my case it ma
I need a way to refresh the parent page model that has the page include when I click a button within the Page Include. Or the opposite, I need to have a button on my parent page that can save Model data on a model within the page include. Can either one of these be accomplished? I have a page include within a tab that saves a chunk of data to the same Case record as the parent page but it is too large to be contained in the parent page. When I save the edits in the Page Include I need it to update “Refresh” the models on the parent page.Has anyone accomplished this, I have not been successful using skuid.model.updateData();?
The new Multiselect filter feature is awesome. However I’ve noticed a small problem when using it on aggregate models. It seems to automatically add a field Summary for the filtered field in the model. This gives an error message when viewing the page. However it is easily solved by removing the summary from the XML, so it’s not a big problem.
With Salesforce standard record detail page, when a user receives a Chatter email notification when they have been @mentioned in a record, when they click View/Comment button from the email, Salesforce opens the post on the record with comment section open for the to add their comments. I have noticed with Skuid detail pages users are directed to the detail page then the have to scroll thought the Chatter feed to find the post. Does anyone knows if there is a way to direct the user to the specific comment instead of just the detail page?Is this possible with Skuid?
I am having an issue with the page builder for my page. I have a popup that I am trying to configure and add more fields to it but everytime I add a field, try to add a rendering condition the builder configuration is going blank and thinking that I have made changes that I have not. I also have seen a couple times when dragging a component that the Orange Line for placement will get frozen and in both cases the pages breaks if you save it and then I have to Back Door in and revert the XML from a manual backup of the XML (Versions never loads just sits at loading UI block). I have taken some screenshots and below is the error the actual page & the builder gives if you save the Page Builder, reverting the XML then fixes it but I cannot make any changes through the builder as the weird blank configuration thing happens. I need help, any Ideas why the builder keeps crapping out? Also, When trying to Add a field from the model the popup where i pick the field will freeze and not go awa
Anyone using this recent feature? Mind posting a few screenshots?
A guide to funnels would be really useful.I’m trying to combine leads (all unconverted leads) with opportunities (all open / closed won opportunities) which would allow me to track the results of my campaigns.But I can’t tell whether it’s possible to group the leads count, split by status, at the top of the funnel with the opportunities count, split by stage, below.At the moment the lead’s and opportunity’s counts are mixed together and I can’t spot the logic for their ordering or how it can be changed.
I’ve put together a really simple Geochart that ‘should’ render a count of Accounts based on BillingCountry and BillingState. No buckets and only default styling used. The ‘series’ is using the Count function on the Id field, and BillingState and BillingCountry are both in the model. I’ve also tried using BillingCountryCode and BillingStateCode picklist fields instead, but no luck. I feel like there’s something really simple that I’ve missed, but can’t seem to figure it out. I’ve copied the page xml below - if anyone has any tips I’d greatly appreciate it. <skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" sobject="Account" doclone="" type="" orderby="LastViewedDate Desc"> <fields> <field id="Name"/> <field id="CreatedDate"/> <field id="BillingCountry"/> <field id="BillingCity"/> <field id="BillingState"/
My application is designed for non-profit sector in developing country. 1) First why are you limiting this map till county level only? Is this due to type of maps that you use? Do you plan to allow other maps (OpenMap, Bing, Google) etc?2) Typical breakdown for example in India would be Country+State++District+++Taluka++++VillageI understand that I can map Country and State direct mapping and District to County. What about two other levels? I suspect your maps don’t have that coverage. Could you confirm? If not, do you plan to extend?3) Has anyone built DB to cover all regions in the world? If yes, what is a best way of such a service or Salesforce object?
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.