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
I have a page with a tabset. Each tab is a page include with another skuid page.Most of them work, two don’t… they show blank screens instead.No javascript errors in console.No parameters required on models.Any ideas what I might be doing wrong?
Calendar popup has stopped getting context.When I open the popup and typeskuid.$M(‘AllAppointments’).getFirstRow()in the javascript console, I get a different row than the current context.This is causing problems when I try to use the values of the current row in javascript.Any idea what could be causing this?
I have found that my Page Assignments are not importing (from a static resource pack) when they have specific Applies To users. The JSON in the static resource has a reference to both skuid__Assigned_To_User__c and to skuid__Assigned_To_User__r and SFDC doesn’t like the conflict and generates the error “Cannot specify both an external ID reference Account__r and a salesforce id, Account__c”. I went into the static resource and removed all the skuid__Assigned_To_User__r references and the page assignments then import correctly.Seems like a bug in the Package All Page Assignments code?Thanks!- Chris
Hi,I have two models on the same page. One of them contains the parent record and the other contains the child records. The parent model is displayed using a field editor in edit mode. The child model is displayed in a table in edit mode with the ‘Allow inline record creation’ set to ‘True.’ The idea is that the user creates one parent record and can also create multiple child records at the same time. Upon click of save, all records are inserted into the database. There is a cross object field dependency between the two - the parent record has a pick-list that controls the values of a pick-list in the child record(s). Currently, I have an action tied to the parent model so that when a row in the model is updated, the dependent field in the child object is updated to display the relevant pick-list values based on the value selected in the controlling field on the parent record. This is working fine for the first row in the model, however, when I create a new row on the child object the
Is it possible to arrange the category axis of a column chart so that the values are sorted alphabetically? I am using a text field for category axis and the order is completely random. Would love to have them display/sort alphabetically. Thanks!
The following is code based on some suggestions on this community (thanks to all). We are using a custom Object called Service_Type__c and the Model is Service. I get the page to display in a tab, but the authentication error shows and even when putting in my credentials, it fails. Anything stand out? https://www.box.com/widget_sso/salesforce? token=%7B%22server_url%22%3A%22{{{$Api.Partner_Server_URL_120}}} %22%2C%22session_id%22%3A%22{{$Api.Session_ID}}%22%7D& salesforce_object_typed_id={{{$Model.Service.data.0.Id}}} &partner_object_type=Service_Type__c&partner_object_name={{{$Model.Account.data.0.Id}}} &partner_object_email=&partner_object_id={{$Param.Id}} &open_new_window=1&partner_user_id={{{$Model.RunningUser.data.0.Id}}} &partner_user_name={{$Model.RunningUser.data.0.FirstName}}%20 {{$Model.RunningUser.data.0.LastName}}&partner_user_email={{$Model.RunningUser.data.0.Email}} &email_recipients=&debug=0" width="100%" height="800" scrolli
I have followed the tutorial here many times to override pages : http://help.skuidify.com/m/page-assignments-and-overrides/l/102648-override-a-standard-salesforce-de… . I would like to know if there is a way to stop the users from overriding the page by messing with the URL. If I have a URL like so https://skuid.cs16.visual.force.com/apex/UI?id=a3Ha00000008xuIEAQ&sfdc.override=1%3FobjectType%3… Users can enter a random character at the end of the url, hit enter, and they will be taken to the regular salesforce view. Can we make it impossible for them to see the regular view?
Does anyone know if it is possible and if so how to display a number in a circle. The number would be pulled from a specific field. I tried using the donut feature in charting but it shows a percent in large numbers then the number in smaller numbers. That is very confusing because the percent doesn’t really mean anything. I attached an image of what I am trying to achieve. Any help would be greatly appreciated. Thank you!
I am following the tutorial here: http://help.skuidify.com/m/supercharge-your-ui/l/293051-visualizations-charts-and-graphsThe tutorial is great, and I have a good idea of how to set things up, however I am having an issue at this point. The example uses Opportunities and stages and all that jazz. I set up an extremely similar graph but I used the Case object instead.This presents a problem, as in the tutorial they use “CloseDate” which when I look at the SOQL shows pretty stuff like “2015-08-05” or “2015-06-30” however, I tried to do the same type of chart with Cases and I use “CreatedDate” which ends up showing up with gems like this:“2015-01-29T14:27:18.000Z”So, what is happening is that I am not able to group anything by month or day or week, instead I get hundred of individual entries. In the past when I’ve done reports manually in something like Excel, they allow me to group the dates up so that I don’t have individual entries.I am assuming this is possible in Skuid and that I’ve
Hi guyz, Any one please help me out, How can i include Social links in our SKUID Account/Contact detail pages. I’m trying with this Iframe code by using Template: I got Icons like below, but the links are not worinkggggggg… Some times i got error like below Please help me out 🙂 Thanks, Shaik.
I add help text to a custom field in a table but the question mark icon and help text doesn’t show up. Is this possible? This is the type of field I’m talking about: Related question: Can you add help text to individual items in a picklist field? Below is the output of an example. “Type” is a picklist and each option below it, I want to have a help text next to. Thanks for your help in advance!
I believe this has been asked before, but I wanted to follow up to see if it is on the road-map or even can be. I have an inspection form. By default I am making all checkboxes checked. When I build a Skuid page the checkboxes by default are showing up as not being checked even though by default they should be. Is there anyway to bring in the default value on a new record?Thank you!
New to Skuid. We have a custom object Service_Type__c that has attachments. We created a Skuid page for the Service_Type object, preview no problem. Add a Model called Attachments and select the Attachment object. Add a condition, Attachment records where ParentId is the Id paramter in the page’s url, condition always on. We preview and get the following: Id FROM Attachment WHERE (ParentId = ‘2619551’) LIMIT 21 Error:invalid ID field: 2619551. Clearly we have an issue with param. Thanks.
(Filing new as other defect was marked as resolved)Hi Zach1. Yesterday we filed this http://tiny.cc/8m5qvx2. You created emergency fix in 6.8.93. We installed this4. We also checked all unit test (APEX trigger issue) due to managed package issue.5. Our managed package issue is still thereIn addition, out team is still reporting another issue after 6.8.9 - which is a different error now! Once again, I am not sure that this is in any way related to our managed package creation issue. But, I would appreciate if you could look at this urgently.You have an access to my Salesforce. Happy to send you details of DE Org on a private email.Hi Zach,I am getting below error while I am doing a unit test of skuid.System.AssertException: Assertion Failed: Expected: 20, Actual: 2That error occur in below fileskuid.UnitTests_core>>UserTrigger_AutoAssignAndRevokeLicensesAndPermSets
If you’ve got a Field Editor with a “Percent” field in it, is there an easy way to show a progress bar rather than just the number?
Date field automatically takes some random year value while entering date value manually.For example: while entering date as 18/03 /2 after typing 2 in year it takes some random year as 2002.
We are using page assignments to redirect to Skuid pages for specific record types. With Tasks, we have only 1 record type assigned for View. All others Tasks redirect to the standard Salesforce page layout.When coming across an archived Task for a record type that isn’t listed in page assignments, the page is showing “Data Not Available”, as in this issue: https://community.skuid.com/t/page-assignments-not-working-for-archived-tasksThe above issue seems to relate to using a Skuid page for an archived Task, where our issue is when we wish to use the standard layout for the archived Task.URL when a view link is clicked for an archived Task with no page assignment: https://c.eu1.visual.force.com/apex/TaskView?id=00TD000001Tbm3n&amp;sfdc.override=1 URL when a view link is clicked for an active Task with no page assignment: https://eu1.salesforce.com/00TD000001OMRf1?nooverride=1&amp;sfdc.override=1<br>
I have an object, lets say Team, which is used to indicate which team a user belongs to. My requirement is that I have to find all the users that belong the team that the logged in user belongs to and then retrieve records from another unrelated custom object whose owner are members of the same team.I tried using sub-query but it I cannot find how to relate conditions from different models.
I’ve created a mobile page with a file upload component set to a field reference. Works in the following:Windows 8.1 Chrome 42 browser logged into Salesforce Windows 8.1 Chrome 42 browser on site.com page Windows 8.1 Chrome 42 browser on one/one.app Android 4.4.2 Chrome 40 browser logged into Salesforce Android 4.4.2 Chrome 40 browser on site.com page Android 4.4.2 Chrome 40 browser on one/one.app Does not work in SF1 on the following:Android 4.4.2 SF1 7.1.1 iOS 8.2 SF1 7.1
Month view: Week view: Day Scheduling view: the pink & blue events are from one calendar source (using the Background Color formula field trick). They only show in the month view. Help?
I am getting below error in skuid.UnitTests_Core class for UserTrigger_AutoAssignAndRevokeLicensesAndPermSets.System.DmlException: Update failed. First exception on row 0 with id 005j000000C6Z3UAAV; First error: LICENSE_LIMIT_EXCEEDED, license limit exceeded: ;Because of that I cannot create a package and getting below error in salesforce.An internal server error has occurred An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience. Thank you again for your patience and assistance. And thanks for using salesforce.com! Error ID: 1399653461-220095 (1910618002)S
I am getting close to saying, we can actually buy this, but I have a small issue currently. The events we have in the calendar aren’t lining up properly. The one day event is in between two multiple day events and it looks ugly. Is there a way to make sure the events with the most days are at the top? Scott
This is solved for me but I am posting in case anyone else runs into it. It was a beginners error back in the day that just reared its head. I have a page include with one model where the SObject Type is Attachment. I was surpassing the JSON heap size limitation and the page was crashing. After some trial an error I think I have figured out my issue. Basically, I included the field “Body” and if I loaded over 10 records the heap size was surpassed. Once I removed the body field from the model I was fine. I believe this is because Body is the attachment in binary so it can be rather large almost like loading the attachments into the page instead of just the links to the attachments. Why did I load the body? I was new and experimenting with which fields displayed what and never removed it from my model when I was learning. Bottom line don’t include the field “Body” on your attachment objects.
I have a scrip that iterates through a series of rows in a table and updates pricing based upon a few modifiers. It can take awhile to iterate through every row, so I was wondering if there was a way to only process the rows that have changed… is there a way to check for this in my each loop?Here’s the loop code… var quoteLines = skuid.model.getModel('QuoteLineList');<br>if (quoteLines.data.length &gt; 0) {<br>&nbsp;$.each(quoteLines.data, function (i, row){ &nbsp;<br>&nbsp; // do stuff<br>&nbsp;}<br>}
Is there documentation for what arguments are passed to a snippet depending on where it’s initiated?Action on a model, Pagetitle button action, Table global action, Table row action, etc…
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.