Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Search (tokenized) on Deck Component. Is there a limit on the number of search parameters? If 3 are entered (e.g. 2016 Bauer T42) works fine when fourth (e.g. water) is added it returns no records. There is are definitely records that match these 4 in the example. What am I missing?Thanks!
I want to capture any value input to the date field and show an error message to the user.I used the mechanism mentioned here : https://community.skuid.com/t/adjust-display-format-of-date-and-date-time-fieldsUnfortunately, it does reset any invalid input to the current date.Can anyone help me to understand what is happening here.Please see the screen grab attached for further details. I want to console.log() the invalid value input.Thanks
I’d like to use an export table snippet that instead of creating a download in the browser, creates an Attachment record in Salesforce. Is that possible? In general, is it possible to create an attachment via snippet, by specifying maybe the parent ID and the source file?
Has anyone successfully integrated Insidesales in to a Skuid page? The click to call functionality doesn’t seem to work.
I’ve isolated the issue by switching my UI-Only model with my UI-Only fields to be a User object model with the same UI-only fields and everything is back to working.What wasn’t working was using our Template w/ Action Framework via the Event publishing. In other words, we trigger action framework using the Publish Event action with the Event name assigned to the Template w/ Action Framework.
We would like to implement following1. On click of any field fire a java script to do some manipulation2. Select multiple rows on press of shitft+ up/down arrow
I had below line of snippet to clear the message to show the current error message to the user but unfortunately after brooklyn release the SKUID is geeting hung at the below line.var editor =field.component.element.editor; editor.clearMessages();Can you please confirm if this is really a Brooklyn issue ? If so, what should be my work around.Thanks In Advance
I’m trying to set-up a datasouce connection with an Excel sheet (from onedrive) – I beieve all is set-up/config correctly (auth & data source) BUT when I go to create a Model – I’m Unable to Select TableRange – TableRange appears as a selection – but not able to select…
Hello!Skuid is awesome. Something I noticed with the API for the skuid.model.Model.Any thoughts on the design decision for the model.save() and model.updateData() method signatures?I noticed that the skuid.model.Model.save() takes an object with a property with the callback function.For skuid.model.Model.updateData() the method signature just takes a function callback and NOT an object.Since they are both CRUD operation, I would have expected the signature to be the same. I spent a couple minutes not understanding why my callback in the save() method wasn’t executing. I checked out the documentation and was able to fix it.
This can’t be an official problem since it’s an undocumented api method (this might even be intended functionality), but here it is anyway. Whichever formula was last registered on the page will be returned by skuid.formula.getFunction ,no matter what you put as the parameter (even nothing). reproduction page below. Just press the register buttons and you’ll see that whichever register button you press last is called (open the console to see) when you press either call button. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="modelrequiredforbuttons" query="true" createrowifnonefound="false" datasource="Ui-Only" processonclient="true"> <fields/> <conditions/> <actions/> </model> </models> <components> <grid uniqueid="sk-3Pn2xm-295"> <divisio
I am using skuid search component. Our pages are compatible with ipad/tablets. But in ipad it needs double touch to fire actions. I have tested with safari as well as chrome, the result is same. Any idea how to trigger same as click in ipad for search results?-Pawan
Is it possible to create a Mass Action on a table that preserves row context? I am looking to make a mass action to set the user id from each of the selected rows as a separate user lookup field to pull in to an email template in the native Salesforce.
Has anyone used Skuid to pass data from Salesforce to MS Dynamics GP 2016 and its new contract module?
We’re looking to run some JavaScript on each row of a table’s list each time the table is rendered, is there a way to listen to the table for an event of sorts? (a custom renderer won’t work)
As I understand reading about SKUID & Lightning experience blog by Ken & recent Lightning Migration experience documentation from Salesforce, here are my comments , feel free to confirm if this correct1. Going forward, as recommended by Salesforce, 2 primary ways to do customizations in LEX a. For existing Visualforce pages, embed the VF page into Lightning component b. For New development, create a lightning component from scratchQ1 : As we see SKUID bridges the gap between Visualforce & Lightning UI framework, does that mean SKUID would always have Visualforce pages embedded into a SKUID Lightning component ? Q2 : Will SKUID generate Lightning components directly in future as well ?
Hi All, How many of you would use this? The ability to set a recurring schedule on INSERTOBJECTRECORDUSECASEHERE based on the same inputs available when setting a recurring Event in Salesforce? Similar to the DLRS package, which is pretty much in every org I’ve ever worked on. I’m having this developed such that am object is setup to manage the recurring parameters to which a Scheduled Apex Job evaluates the records daily. Upon doing so, a Check Box field called IsToday is set to true. From there it’s up to you on how make use of the record. Here are the ways I intend to use it. Create a lookup to an object of my choosing in order to create a recurring Process Builder set of actions. As an example, send out an invoice on the 15th of every month until X date based on the Managed Services Agreement (MSA) record selected. Subsequently, send out a report on the 1st of every month based on the same record. Each would have their own Recurring_Schedule__c record with a lookup set the MSA. An
Please please please vote for this.https://success.salesforce.com/ideaView?id=08730000000sXtlAAE
I’m having problem in getting attachment body properly in Skuid Page. Steps to reproduce upload a attachment in salesforce. For example. upload this image… http://www.armeniapedia.org/images/6/65/GegoryIlluminatorStPietro.jpg ** - ** create a ‘Attachment’ model with id = ‘Attachment id’ Then, in dev console… i can see some /tmp/* path, not an actual base64 content. anyone face this problem ?
Sliding panel in in header in search box. When I select the option on a match to open the sliding panel. The sliding panel closes when I click anywhere on the open panel. It should not close. A video is the best way to see what is happening. https://drive.google.com/file/d/0B409lhd9sYDcYTZ3QVdPaXJmR0E/view
Receiving the following errors in the console log trying to save a model in javascript snippet. This action/button is executed by the user once a month. And last known successful run was 2 months ago. This has worked fine and tested good in the past. Now we are seeing this error on saving of a model. This is an uncaught error hence does not execute the save callback function and cannot be trapped there. Not sure where to start debugging this issue. Uncaught TypeError: Cannot read property ‘setRow’ of undefined at Object. (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1489097033000/skuid__SkuidJS:8:11363) at Function.each (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:2:14076) at Object.j.save.then.aa.each.isBeingSaved (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1489097033000/skuid__SkuidJS:8:10993) at Object. (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:7502) at
I’m trying to connect Salesforce as a datasource to the Skuid Platform. I think I have everything properly configured based on the documentation. However, when I go to create a model and select the Salesforce Object Name I get the following error: 404 Not Found: Could not find a match for URL.Any idea what this error means?Thanks in advance,Andrew
When using the action framework to move the contents of one textarea field to another in a different model, the original formatting is lost, specifically the CR’s are turned into spaces {{$Model.NewEvaluation.data.0.Notes__c}} is being copied into the’Actvities’ object Description field.
I think this is similar to this bug that was resolved in the past, but my situation is a little different (I think) and I’m seeing unexpected behavior. Model3 has conditions dependent on Model1 and Model2 as follows: <conditions logic=""> <condition type="modelmerge" value="" field="Id" operator="in" model="Model1" enclosevalueinquotes="true" mergefield="Id" novaluebehavior="noquery"/> <condition type="modelmerge" value="" field="Id" operator="in" model="Model2" enclosevalueinquotes="true" mergefield="Id" novaluebehavior="noquery"/> </conditions> When the models are initially queried and Model2 has rows, the Model3 results are as expected. When I change some filters so that Model2 returns 0 rows, then empty and requery the three models (in order: 1, then 2, then 3), Model3 continues to show the data from the initial query. This is not just a re-rendering issue. I checked the models’ data and SOQL in the javascript console; the list of IDs returned b
In our sandbox we have installed “Brooklyn” to try out some of the key features that our users need in there day-to-day work. On thing thats not working in this release (so far) is the file upload on mobile pages. We can add pictures but need to refresh entire page to get a preview. Unable to delete pictures. Looking in the console it says "cannot set property undefined" and after it lists a couple of references to the "JQueryJS" library. We hade multipel pages made with the mobile composer and the problem is there in everyone of our pages that uses this function. Any ideas on how to fix this? Anyone else who have experienced these problems? Regards Teodor
Hello All, We are currently evaluating using Skuid as our UX for our Salesforce. One of our main use cases is to have the ability to display the status of a record. This is currently done as shown below in our Visualforce Page. Please see the picture below. Is it possible to display these chevron bars in Skuid ?. Would also appreciate any links/documentation etc on this regard. Thanks VP
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.