Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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
I want to run a snippet when a pager is clicked within a table as the screenshot. I cannot find anyone who has posted a solution for this! Does anyone have a solution? Thanks.
Created a snippet to run from a Page Title Button in a popup. The Page Title has context of Id=Id for table below. I’d expect to see the row in context in the arguments. No? I instead get this.
I’ve seen some posts here asking about Skuid pages inside Lightning and some suggestions/issues; however each time I see Skuid mentioned with Salesforce Communities docs say we have to use the VF+Tabs option. Why?If we can use Skuid with Lightning (with the caveats in other posts) can’t we then use the Communities templates such as Napili and add our Skuid pages as Components where needed? Or does that just not work for whatever reason?
We are seeing some intermittent performance issues, particularly around lookup fields. As an example, on our main Contact override page, we load in several related models, particularly Affiliations and Relationships (we use NPSP on Salesforce). When we want to add a new Relationship to a Contact - we have an autocomplete lookup field in a table where the user is supposed to type the name of the person they want to create a connection for. The issue is that sometimes this works exactly as designed - they start typing and quickly see a list of all matching Contacts. However, sometimes the loading circle will spin on the right hand side of the lookup field for a seemingly infinite amount of time. It seems that it is somehow getting hung up in its search. If you delete a few letters and retype them a few times, sometimes that will make the search results appear. Sometimes you have to delete and retype the whole name except for the last letter. Sometimes you have to reload the whole page. T
Provided the option to install a prior version of an app. Or Rollback option even.Provided an Activities object vs. separate Task and Event objects.Provided a Salesforce Button for actually converting leads as opposed to going to a SF page. Same goes approvals of records.That’s all I got for now.
Global action to popup to create row on same model and another row on model that is a junction to it. Setting the default value for lookup on the junction row to the first row in first model. Everything should be good to go. Models show everything is appropriately setup. Popup is wonky.
Suddenly contact detail pages are no longer loading…opened up dev tools console…
This is weird. I have a abandonRows() followed by model.save() in javascript. It seems to work from the UI. That is the table list is refreshed and from the console, it shows the data is removed. But it is actually not delete from the database. Is that correct?
I have added icon to button “sk-icon-leftarrow”, action added “Open/Close Drawer Action” and selected “sk-icon-comments” as Drawer Opened Icon. If i click on button open drawer action working properly, but if i click to close drawer “icon” not displaying, instead of “sk-icon-leftarrow” it displaying error icon on button.Error only for “Open/Close Drawer Action” which is inside “Branch”.Using Skuid version: 9.3.3Please help me out…
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.