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
We did our sandbox refresh and facing following error on the skuid app.An error occurred while attempting to load the “skuidcore” Component Pack. There may be an issue with the name or location of your Component Pack manifest files. Error: Please check Skuid Settings to ensure that this Component Pack has been correctly requested.
New Skuid user here! When users attach a file with chatter on a normal salesforce record, it automatically gets added to the attachments related list on that record. On the Skuid detail page I just created that doesn’t seem to be the case. I am struggling to get chatter files to show up in the attachments table I created, or even in a separate table I was testing out just for chatter files. Thanks!
I’m getting over my head with the Java snippet stuff and field renderers but feel like this might be doable based on comments, but I’m not getting it and want to ensure I’m not wasting my time.I have Master Detail relationship and want to create a new detail record using mobile. The Master object (Questions) are questions and picklist values with acceptable responses (i.e. Yes, No). On the detail object (Answers) all of the response fields are text. I want the response field to be a picklist from the acceptable answers in the Master object. So:Master Question 1 - “Are you tall?” - Acceptable answers “Yes/No”Detail Response 1 - (Field is text) I want display options for mobile user to be “Yes/No”.I could live with having to hardcode the acceptable responses vs reading them from Master (better).
I’m getting the following error when trying to import pages -Maximum view state size limit (135KB) exceeded. Actual view state size for this page was 214.719KB I need to perform a mass update on a bunch of my skuid pages, so I exported, quick find and replace on the CSV and then tried to re-import, when I got the above error.
Hi, I have a page where you can select a list of services requested by our customers and compose an email with the data of the services to request price to our Suppliers.Right now the email opens and the to: field is empty.What I want to do is:When the user clicks on the mass action “request price” open a popup asking for an account and then send the email to that account (to the order contact of that account but I have that covered).So, What can be best approach to do that? how can I do to show a list / select of accounts to select only one?
As title, thanks for advice
I’ve been working with creating dynamic models and components. The tutorial does a good job of showing how it’s done, but the process is repetitive and tedious for creating very little compared to the typical way creating a page.Can you create utilities for converting models and components into the JS code? It would be very very useful.
In order to migrate page data between Salesforce orgs, we exported the data on object skuid__Page__c to a csv file, and import it to the target org.During first upsert, it finished without error, but “null” prepended to skuid__UniqueId__c.2nd time upsert, it will throw error below and upsert failed:2015-04-10 15:38:21,248 ERROR [Upsert_skuid__Page__c] client.PartnerClient processResult (PartnerClient.java:432) - Errors were found on item1 2015-04-10 15:38:21,248 ERROR [Upsert_skuid__Page__c] client.PartnerClient processResult (PartnerClient.java:434) - Error code is:DUPLICATE_VALUE<br>2015-04-10 15:38:21,248 ERROR [Upsert_skuid__Page__c] client.PartnerClient processResult (PartnerClient.java:435) - Error message:duplicate value found: unknown duplicates value on record with id: a3pZ00000001PHW Could you please help?
Hi All, I want to enable the Manage external user/Enable customer user/log in to portal as user in our Skuid page. Thanks, Shaik
I’d like to have the history of tracked field changes from an Account record and the related Contact, Case, and Opportunity records all appear in one table on an Account page, sorted in descending order of the date of the change. What is the best way to do this?Thanks!
I want to allow users to add values to a picklist if the value they need isn’t available. They shouldn’t need admin abilities to do this, just an “Add New” when the picklist dropdown appears.
Might be a stupid ? but how do you, if you can with SKUID, override the Attachment Page Layout when viewing a single attachment?
We have a community that has a Skuid page with a visualization. The visualization is based on a Model called Service. Community user is NOT a licensed user of skuid in our org. They log into the community and can see all the services they have access to, and Tabs for the Services AND the custom Skuid TAB called visualization. They can click on a link from the service tab and the service opens in the standard SF page layout. Then we add them as a licensed skuid user and refresh the screen. Click on the visualization page and wala, we see this beautiful chart. However, now if we click on a service we get the “under construction page”. Remove the user from the skuid license and we can then see the services again but not the chart. Any help would be appreciated and thanks.
I have a filter that lists the same item multiple time. I would like to have each item show once without coding.
I am trying to use a custom field that is a string on a table filter.
Charts are awesome. You can even export them to put in your powerpoint slides to impress management. COOL. However the default charts only show the numbers associated with the chart section when you mouseover it. You can’t mouseover the picture in your powerpoint slide. Management can see that the slice is really 45%. BOO. Can we add numbers to the chart lables so they show all the time and get included in downloaded pictures?
we really need the ability to control the ‘step’ interval and the formatting of the labels of the x-axis when using dates. When using the ‘week’ granularity, the # isn’t very helpful, and when using dates across a large timeframe, the labels wrap around instead of increasing the step size.
I am using this java snippet to load all contacts associated with an Account in a related object. All the contacts load great. I am able to make changes and save the records, Yah! The problem is when I refresh the page it loads all the contacts again, including the saved contacts, so you will see the same contact twice. Does anyone know what changes I need to make to the snippet to only load the contact once and still save the contact? var params = arguments[0];var $ = skuid&#46;$;<br />&#47;&#47; Get references to our three important Models<br />var models = skuid&#46;model&#46;map();<br />var contacts = models&#46;National_Programming_Contacts;<br />var proActions = models&#46;NationalProgrammingActions;<br />var newAttendance = models&#46;National_Programming_Attendance;<br />&#47;&#47; Now, auto-generate a new Attendance record&nbsp;<br />&#47;&#47; for each Contact in this Account&#46
We are overriding the homepage and had no problems making it work as the organization default. However, now that we have created a few homepages that are specific to a profile, the tab is not showing as selected. I found an old topic with a similar issue (https://community.skuid.com/t/on-tab-override-tab-not-selected), but my settings are correct. I feel like it has something to do with the fact that it is specific to a profile… but, I am too new to Skuid to know if that hunch is true.
What if I have a button that is only displayed on the list view of Salesforce.How do I use that button with in a table in Skuid?and How to Create New View and view filter in SKUID?
Hi all,I have a visualforce page to show a map in the detail page of a country. I have it in the detail page and its working perfectly,Now I’m doing a list of countries with a table and drawers, the list is based in country regions (Africa, Europe, Asia, North America, South america, Pacific islands,…).For each region you can open a drawer in the table to see a table of countries and for each country you can open a drawer to see the information of the country.I have 3 models, Region, Countries of the region and Country Info. This is a simplyfied version of what I have (there are another tables with other country lists inside tabs, the purpose of the Country Info model is not to populate all the country information in all the different country models I have)When I open the drawer all the conditions are set and the field editors and tables are with the context configured to show only the information of the region opened and the information of the country opened.All is working correctly b
I am trying to add a Company LinkedIn Page to the Account Detail Page. I am getting the error message below on template component. Please advise. Template Error: ID Value is not valid for the Account Standard Controller Please advise.
I have used the template component with html activated to create a custom I have also created some inline javascript to detect when the checkbox is clicked: ( inline ) $( document ).ready(function() { $(‘#billingCheck’).click(function() { // Clicked }); }); The click listener works until a insert any data into an editor I’m presuming because a models data has changed, Any ideas?
Situation: Opportunity Skuid detail Custom object titled Domain that looks up to the Account Custom junction object titled Opportunity to Domain that looks up to Opportunity and Domain What’s currently happening: I have a popup that a user must first create a Domain record, and then they copy that record to the junction object (using a multiple action that creates a new row pulling the Domain and Opportunity). An Opportunity cannot be closed won without at least one junction object. When they’ve added the record to the junction object, it is still visible. This can be confusing if there are many domains. If I refresh the page, it works how I want it to. The Domains that have been added to the junction object are no longer visible on the Domain object. What I’d Like to Happen: The moment someone clicks the green up arrow (this adds the Domain on the bottom table to the junction table on the top), that record is no longer visible on the Domain table. If they remove it fr
We have a model based on Case and one of the fields is RecordTypeId. When a case is created it is a Record Type “New” and then the operator changes it based on the details of the case to another record type. Problem is that the field value is a link that if you click you get the “insufficient privileges salesforce” message, even when the user is an admin. If you click the little “edit” icon it works as it should by bringing up the list of available record types. We have hidden the link using CSS but if you click the name of the record type the problem still exists. Thanks 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.