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
The button link that appear in a sub tab set: how can I (declaratively preferred); 1) Change the color of the sub tab button link2) Change the size?If it can't be done declaratively, can someone provide the code?
Using Salesforce Lightning Connect, I’ve successfully wired a skuid table to an external object that is a table on IBM’s DashDB hosted database service. (Sort of DB2 LUW in the cloud on IBM Bluemix.) However, when I try to use the skuid “Search” field, nothing seems to happen. When I use the similar capability in the traditional Salesforce dev environment, a search is done across all columns for the data in the search box, without any special effort. Do I have to explicitly enable something else for search to work when used like this? Thanks in advance! Greg Stasko
Export file function not export correct data in the row when select multiple value in multi-select picklist.
Hi,I have 2 models: Location & Suburb.On the Location model fields are:Street Name Suburb (Lookup to Suburb model) There is also a model action on Location, that when the Row in Model is updated triggered by the Suburb field, it will update a value in the Location model and Saves the Location Model.What we find from the user experience, is that when they tab from Street Name to Suburb, even before they start typing, it loses focuses from that field, and they have to click back on the Suburb field.Is there some way around this?Thanks.
I have two datetime fields pulled into a tab set of two tabs. One datetime field is from the model which shows the date as: 7/03/2014 4:38 pm; The other field is a template from different model which show date as : 2014-10-14T05:12:42.000+0000Is there any way the second date format can be aligned to first one?Cheers
Here are the steps to reproduce. Sample page XML at the end. Note 1 : Just using standard objects and fields; nothing really special.Note 2 : Model query uses Merge/New Click to open drawer Get list of opportunities. Edit the amount and/or stage fields. Click to open another drawer. Notice the prior edits are lost. Page XML <skuidpage unsavedchangeswarning="yes" showsidebar="false" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" sobject="Account"> <fields> <field id="Name"></field> <field id="CreatedDate"></field> <field id="AccountNumber"></field> <field id="Type"></field> <field id="Id"></field> </fields> <conditions> <condition type="join" value="" field="Id" operator="in" enclosevalueinquotes="true" joinobject="Opportunity" joinfield="Ac
I have one model “Backorders”. In “Backorders” there is a user lookup field that I need two filters to work on. When I create the two filters they do not work independently. If I enter data in filter 1 (include) it will show in filter 2 (exclude) and vice versa. Filter 1 (Include): Is a multi-select option that will filter based on a user(s). So if you type in Stevie Wonder only Stevie’s records will appear. Filter 2 (Exclude): Is a multi-select option that will exclude user(s). so if you type in Stevie Wonder all records except Stevie’s will appear. I need the two filters to work independently that when I type something in the exclude filter the include filter stays blank.
Hi, I want to have VF page for Manager Role and SKUID page for Sales Rep Role of Same PROFIES. Could somebody help in suggesting a way for the same?Thanks
This may be more of a general SF question.I have a row action to create an email with details from a task. I am populating the subject and body with various fields from the object. Everything is working great except the description(body) is being input with no carriage returns so it is showing like a large block of text.Is there anyway to make sure the formatting of the text box appears correctly in the email that is created?Thanks,Scotty
I have provided full xml of my grid page.Below is the url from where you can download it.https://drive.google.com/file/d/0BzwLYE5K_ApZZTNTRERFNE92V1k/view?usp=sharingI am facing the issue realted to date filters.For example I have one field work experience year.So Please check Reg Date Filter and work experience filter in above code.And provide me proper solution for that.Before a week all filters are working fine but now I am facing the error in this two filter.It cannot able to search anything.Like we have disabled that filters.
I have added table in popup.When I am opening that popup I need to reset the all the filter plus search box.My Current problemI am clicking on popup and searching anything into the search box.After that when I am close the popup that search result appear again.After that when i am trying with different text it is not give me any result.So I need to reset model condition when I am clicking on popup.So I have done below code but it is not working.Please provide some solution for that.=========================var params = arguments[0], $ = skuid.$; var Job_Seekermodel1 = skuid.$M(“Job_Seeker”);var searchCondition;for (var i = 0; i < Job_Seekermodel1.conditions.length; i++){ searchCondition = Job_Seekermodel1.conditions[i]; Job_Seekermodel1.deactivateCondition(searchCondition); }Job_Seekermodel1.updateData();======================================
The standard Skuid date picker using JQuery UI is not user friendly on mobile. I’m currently building a mobile skuid page for IOS and simply want to deactivate the standard Skuid Date picker and use IOS’s built in picker by setting I have created a custom field render on date but Cannot truly remove the JQuery date picker with “destroy” When I add type=“Date” to the input the IOS picker displays but the date never saves. Attempt Custom field render: /* Custom Field Render for Date field */ var field = arguments[0], value = arguments[1]; skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; var dateInput = field.element.find(‘input.hasDatepicker’); dateInput.datepicker( “destroy” ); dateInput.removeClass(“hasDatepicker”).removeAttr(‘id’); dateInput.attr(“type”, “Date”); This is a crucial part of our App so any thoughts / idea’s would be greatly appreciated.
Has anyone ever seen a scenario where one specific picklist get’s “stuck” - in that, you can interact with the list, but you can’t make a selection from it?We’re seeing this with one specific picklist, and only this one. It happens intermittently, and fixes itself with no apparent rhyme or reason. On some records it will fix itself within minutes, on other record it stays this way permanently.Very strange behaviour. Hoping someone can provide some insight.
I have an Account Detail Skuid Page, where I have a tab that shows Meetings, meetings being a custom object. On the tab is a table of meeting records, and in the table is a drawer that shows all emails sent related to that particular meeting record. Now, I want to use the Send an Email button to create a new email that when the page pulls up is related to that particular meeting record. So, I need to pass the ID of the meeting__c record in the URLHere’s what I can’t figure out:/_ui/core/email/author/EmailAuthor?p2_lkid={{#$Model.AccountData.data}}{{Id15}}{{/$Model.AccountData.data}}&rtype=003&p3_lkid={{{Meeting__c.Id.goesheresomehow}}}&template_id=00XE0000000SAJ0&retURL=%2F{{$Param.id}}I’ve just kind of ignored the p2_lkid because I don’t need to specify who I’m sending it to.The table where the Send an Email button lives is in the drawer of the meeting, but the table itself has a model of MeetingEmails, with a Context of WhatID = ID of the meeting__cAny ideas on how I
Is there a way to mark a row as deleted in javascript? Right now I’m trying to assign this “row.__deleted===true;” but it doesn’t seem to be working.Thanks!
Is it possible to assign the Name and other fields to a reference field via updateRow? This is a similar problem to showing the Name of a record instead of the Id when created a new row. I’m trying to do this with updateRow and am not having success.My code:modelA.updateRow({Id: firstrow.Id}, {CheetahBMS__Serial__c: equipId, CheetahBMS__Serial__r: { CheetahBMS__Serial__c: firstrow.CheetahBMS__dummysku__c, CheetahBMS__Product_Group__r : { Id:equip, Name: prodname } }, CheetahBMS__Rate_Type__c: modelD.data[resindex].CheetahBMS__Rate_Type__c, CheetahBMS__Order_Line__c: resID} ); I’m able to see in the dev console that these values are being updated in the model, but they are not showing up on my table until I save (which would happen even if I didn’t update the val
I’d like to use Skuid to replace some Formstack forms, build a wizard, put it on a Force.com site, embed it in an iframe on our Wordpress site. Will anyone be able to see it / use it if they don’t have a Skuid license? Or is there a Guest User license that covers that one page or something?
We recently assigned a new Skuid user in China office. When we logged into the China user’s account in Australia, Skuid works fine; while users physically locate in China can not get to skuid pages. Network diagnostics result led us to believe that China has blocked Google and JQuery in Skuid failed as a result. Has this happened before? And is there any workaround?We do have long term plan to release Skuid in Asian office. So this issue will become critical.Please help to shed some light. Cheers!
I have a page that saves three models when a button is clicked. The first model is just one record being created; the second (records being created) and third (records being updated) have many more. And more significantly, the second and third models have a lot of automation tied to them - mainly Processes and Flows.All three models are saved within one action, and that action has the “Roll back save on any error” option checked. Because of the automation, I occasionally get a “Apex CPU time exceeded” error back from the server (this is visible in the Javascript console of the browser, and looks like it originates from the remoting call). (Side ntoe: I do occasionally see other errors - I can’t remember which ones exactly, but I recall them being timeout type issues. I’d imagine this could be put down to a network problem, and that the operation succeeded on the server, but the client didn’t receive a response, so it’s a different issue. I only mention it for completeness 🙂So with the
Hello! As the title states, I have a field that contains multiple strings that correspond to Salesforce UserNames. When trying to check if a UserName is contained in this field, I get the following error: 1. An error occurred while attempting to perform the following SOQL query: SELECT Comments__c,Level_1__c,Level_2__c,Level_3__c,Recommendation__c,TBA_Selection__c,TBA_Selection__r.Name,Tags__c,Value__c,Score_Type__c,Id FROM TBA_Score__c WHERE (Level_1__c = 'TLS')AND(Level_2__c = 'Vision: They dream big')AND(Level_3__c = 'Create a powerful vision')AND(Score_Type__c = 'Written Assessment')AND(TBA_Selection__c = 'a2A800000007tOeEAI')AND(Question__c = '1')AND(Tags__c = 'Written#, Q1#')AND(TBA_Selection__r.X2nd_Reviewer__c includes 'Eulogio Gallo') LIMIT 2 Error:expecting a left parentheses, found 'Eulogio Gallo' It appears that Skuid isn’t formatting the resulting SOQL query properly, forgetting the parentheses needed for the ‘includes’ keyword in the SOQL query. Not sure how to remedy t
I am creating table filters and I want there to be default filters set on page load. I have created a manual filter so the first selection will automatically load. It doesn’t. Has anyone experience this? Set the manual filter w/out cookies and “none selected” option On page load I get this
I know that using updateRows() on a Aggregate Model seems a little odd, but I would have expected that all registered components would re-render after an update? That doesn’t seem to be the case.I’m using inline javascript to do some math with the values of an aggregate model on pageload. When I call updateRows() on the model, the values in the model update, but the table on the model does not re-render.Is that designed behavior?As a workaround, I’ve assigned a unique id to the table, and called skuid.component.getByID(‘myUniqueId’).render(). That’s working fine, so there’s no rush to ‘fix’ this, if it’s actually a bug.(as an aside, component.getByID() and .getByType() are still undocumented.) 😉
I would like to have a custom name for my web browser tabs. I found this post:https://community.skuid.com/t/customize-browser-tab-titleand it allowed me to add the record name which is great, but it has “~ Salesforce Enterprise” appended to it. Is there a way to get rid of the Salesforce Enterprise in the browser tab?
On our Account Skuid View page, we have a model for events, nothing fancy. In our sales cycle, we have openers create events for closers that allows them to qualify and determine whether or not they will “accept” opportunities. Here’s a screenshot of what the scheduled event might look like from an AE’s perspective: The fields in the top section are from the Events model; fields on the bottom are from the Account. Our problem is that we’re mostly limited to those objects in this pop-up (or other objects related to the account, oftentimes with multiple records). But because there is important information on the Contact record identified by the WhoId on this Event, we would love to be able to view that info in this pop-up. Question: Would we be able to create a Contact model that is only the Contact referenced by the WhoId for a given Event? That would be our ideal solution. I know the other two ways to view the Contact info would be: go to the Contact page itself (or open up a pop-up wi
Hi,We’ve encountered a bug with the multi-select fields, where you get some strange behavior when you click on a text field with an open multi-select selection popup. It only seems to be an issue in IE.Here’s how to replicate:1) Click on a multi-select field2) Click on a text field3) Press spaceWhat happens when you press space is that the multi-select popup opens up once again. This only happens when you click on the text field with the multi-select open - everything works fine if you click away or click the X first.Thanks!Kartik
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.