Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi I have a requirement to disable right click option from particular name column in table.could you please any one help me to resolve this issue.ThanksDeleep
I attempted to search for this but could not find much about this. Below I attached a screenshot of a chart I made, but a request has been made to show the number of records that represent each piece of the pie, is this possible to show on the data label itself (ex. “Corporate (8)”, “Franchise (30)”)?
After the Brooklyn update, several of my tables aren’t fully displaying rows. The correct rows all display, but the visible height of the table is only enough to see half a row at a time. Even row action buttons don’t fully fit within this narrow viewing height. You can scroll and see each record that the table should be pulling up from the models, but you can’t see enough to even read a name . In this screen shot, Just above the word "Leaderboard, in a rich text component, is a table. You can see the scroll arrows to the right (function fine) and part of a row, some of the text on it. Using a scroll wheel or the arrows, you end up overshooting any row. This happens regardless of what models are in a table, and regardless of the page.
Text Area fields within the field editor are not displaying correctly. When there is a few lines of text in the field, the text box stretches out while in read mode. There is no problem with the box in edit mode. See picture below.
I just installed the fix for Brooklyn that resolved my earlier post around tab sets not working in IE. Suddenly, none of my mobile-style pages will load - even the page builder gives me a blank gray screen. (Ditto for IE and Chrome for the user-facing pages, ditto in Salesforce1.)
Trying to use the action framework to directly call Apex, but the skuid page doesn’t seem to recognize my invocable variable when it is actually executed. Is there any better documentation out there on this? It would be a great feature to utilize. Here’s what I have set up in the Skuid configuration: !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20161207-75380-1144zc2-Edit_Page Account_ Salesforce_-_Enterprise_Edition_inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1520184/RackMultipart20161207-75380-1144zc2-Edit_Page__Account___Salesforce_-_Enterprise_Edition_inlinepng1481150573”) And here’s my apex code: @InvocableMethod(label='Recalculate Region Assignment') global static List<assignmentresponse> setOwner(List<assignmentrequest> assignmentRequests) { List<assignmentresponse> responses = new List<assignmentresponse>(); AssignmentResponse res = new AssignmentResponse(); responses.add(res); System.debug('uh... hello?'); Id accoun
Just upgraded to Brooklyn and are having issues across skuid pages. One issue is a navigation that has previously been functioning now looks like this for a user: When it should look like this: Anyone encountered this before?
Hi we are on version 8.15.15. Users no longer get session timeout error and is able to continue working on the page without refreshing the page when the session is renewed. That is great. However, it’s still requesting user to refresh page in these 2 cases:1. on a page-include section on the page: when user click on a custom action which uses remote action call, they get the error Remoting request invalid for your session. Refresh page and re-submit request. 2. on a page with Data.com integration: user is able to save the changes after session timeout, but when they click on a custom action that has data.com integration, it fails with the message ‘Not unauthorized’.Are you aware of these issue? Any pointers to look for issues?
I have a custom render snippet that color codes values in a table based on their value relative to a benchmark value (green, yellow, red). I’m now replacing these fields with a template field so that I can trigger a popup window that shows relevant records when one cell of the table is clicked (via methods here: https://community.skuid.com/t/trigger-popup-from-javascript) How do I apply my custom render snippet to my template field? If I add 'snippet = “valueHighlight” ’ to my COMBO field in the XML will it recognize it in runtime? Is there a better way to apply a css class based on a value in the template field? Here’s my custom render snippet: var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]); var row = field.row; var cellElem = field.element; var iconElem = skuid.$( '<div>' ) // create the icon container .html('<a>'+ value +'</a>') // mark the container as a silk icon container .appendTo( cellElem ); var benchmarkValue = row.maxIndicatorrBenchm
Hi just starting today I got this error on my page:An error occurred while attempting to load the “skuidvis” component pack: the Static Resource file at URL “/resource/1478111913000/skuid__VisualizationComponents/skuid_builders.json” could not be retrieved.We are on version 8.15.15.Can you please advise?
My queues are displaying odd after the Brooklyn update, it’s almost as if they’re being condensed, prior to Brooklyn this was not an issue.
I’m trying out the new Deck component in the unified builder. I can trigger an action from the deck on click or swipe to open a popup. Works great. However, nothing happens when I set it to open sliding panel. I assume it should work like mobile builder where on click/press/swipe a panel enters per the setting on the panel, but regardless of the trigger I set, no panel appears. Maybe I am missing something.
I am testing Brooklyn in a sandbox. I have a popup where I create a new task record. I have a required field that is conditionally rendered only if a check box is checked. That checkbox is not checked, but the required field is still rendering. As a consequence, I can’t save the record without completing that field.
Date pickers, within a page include, within a popup are not rendering correctly. The date picker is below the popup.
Hi Guys,I’ve got a use case where I want to filter a model based on varied conditions that a user might select. The problem is that I don’t know what these conditions will be ahead of time.So my question:Is it possible to add conditions to a model at dynamically at run-time? I don’t mean activating quiescent conditions with setCondition, but rather adding a totally new condition and re-querying an existing model.I’ve tried variants of this type of thing, but just can’t get the new condition into the query. var tasksModel = skuid.$M('Tasks');<br>tasksModel.conditions.push({ type: 'fieldvalue', field: 'Id', operator: '=', value: 'Apple', inactive: false, name: 'Apple', encloseValueInQuotes: true }) tasksModel.initialize().register().updateData(); tasksModel.soql;<br> Any ideas would be greatly appreciated.Thanks,Dan ArnisonPractiFI
In Brooklyn, an iFrame embedded in a template field is not rendering correctly. I have the width set to 100% and the height to 500 px, and the frame is rendering much smaller.
These filters on the Queue used to work properly with each stacked on top of each other. They are on top of each other and the title seems to flow into the down arrow section.
Hi,I wonder if anyone found a simple enough solution to thisMy goal: Trying to have a dashboard which contains data from multiple objects/modelsand have he ability to filter using a date range among other filtersI’ve done a similar request in the past , but it was just to pass 1 data Now not really sure how to do this for a date range…Here’s what I used in the past.Any ideas? preferably without JS , but if no choice…Thank you
We’ve made Skuid pages using the new unified composer, have created the Visualforce pages to redirect to those Skuid pages, and set the button/link/action override settings for “Tab” and “View” on the respective objects to our new Visualforce pages. The Skuid pages display successfully in desktop Salesforce, but are not displaying in Salesforce1 (it instead shows the default mobile interface). We’re using Salesforce Classic. What are we missing?Thanks for any help here!
Hi I used the update all the themes button in sandbox with no problem. The styles stay pretty much the same. But I see a lot of different changes when I did the upgrade in other sandboxes. We do use our own custom theme. It’s the same themes in all environments. I don’t understand why updating the theme button would work differently in different sandboxes. Can you please advise?
I keep forgetting what to search for in the community. Also can’t find this in help.skuid.com
Trying to apply a table filter in order to sort a field by its values such as “1a, 1b, 2a, 2b, etc” and not only does the filter not return any data, it is also accompanied by the error: “Error:unexpected token: ‘a’”. When the filter is off, the data shows.
I have a rich text component that needs to be registered to one of two different models no pageload depending on the value of a field. What’s the best way to accomplish that?
I hope this is an easy, out of the box solution 🙂 I have a search box that allows me to search for my opportunity records and other user’s opportunity records using the “Search Rec Owner”. One of my conditions set on my model is as follows: : The current setup populates all the records and can filter out the records as explained, however, is there a way to create a button that when pressed, will only show the running user’s records? This would eliminate the need of a user having to type their own name into the search box. Thank you!
We installed Brooklyn in a sandbox we are working with and have noticed a couple of peculiarities when it comes to page includes.1. Inline Javascript in our page includes doesn’t appear to be functioning anymore. However we were able to run the script in question from a button press. Has anymore else in the community experienced this?2. Passing query strings to page includes has also presented some problems.a) Date fields don’t appear to be making the trip from parent page to page include anymore.b) Originally when passing URL parameters in query strings to page includes, referencing a lookup field through the Skuid merge syntax would provide the Id of the relevant record to the page include, now it appears to pass the nameEg. Passing {{$Model.Opportunity.data.0.Pricebook2}} now provides “Standard Price Book” instead of the 15 digit Id. We are now having to provide {{$Model.Opportunity.data.0.Pricebook2.Id}} to get the same functionality.Is this a bug or a deliberate change? A lot of
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.