Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Pretty straight-forward problem here:If my currency is set to EUR on a new opportunity, and I set a value to EUR 2,007.00, Skuid shows that the converted value is 2,676.00 USD.Yet on the Standard Layout page for the Opportunity (and in reporting), it displays as EUR 2,007.00 (USD 2,758.02).Lastly, I’m not sure if this is necessarily a Skuid thing, but it really doesn’t make sense. When I go to Forecasting, the Skuid value is used (2,676 USD).Any ideas? It seems as though it might be causing some major discrepancies between our Forecasting and our Reporting when it comes to non-USD opportunities.
“Column to Freeze” is missing when “Max Table Height” is blank
Haven’t implemented too many mobile pages, but I’m not sure I understand how this happened. I installed Skuid CRM and updated the buttons accordingly.Desktop browser works as expected.Salesforce1 app now goes to the same pages though? What am I missing? I want salesforce1 to use the standard pages and not Skuid. How do I fix this?
Install RC. Open random page and get this error:
I have a calendar component, and built a custom popup for the event display. However, when I click on the calendar (on a blank space for a new event or on an existing event to edit it), nothing happens.Any idea what might case my popup to not show up?Is it best practice to use a page include instead?
Is this still planned for today? If Yes, will there be any documentation to go along with the appetizer?
I am having problems setting up a table filter, as it appears the SOQL that is being passed is incorrect.I have a condition on a model call ‘Solution’ with the following:FIELD Solution records where Issue_type__c OPERATOR isVALUE a blank valueSTATE This condition, named Issue_type__c can be modified by filters, but is off by default.Condition State - Filterable Default OffCondition Name - Issue_type__cI also have a Filter on the table with:Filter Type - Select OptionModel Condition to Affect - Issue_type__cThe Filter Off label is called ‘All Categories’Source: Picklist Options with Just the Default Condition set.Here is the debug output when I try to use this filter:“An error occurred while attempting to perform the following SOQL query:SELECT SolutionName,SolutionNumber,Jira__c,TimesUsed,SolutionNote,Issue_type__c,Id FROM Solution WHERE (Issue_type__c = Windows) LIMIT 101Error:expecting a colon, found ‘Windows’”It appears there is no quotes around ‘Windows’ so the filters don’t work.
When save or cancel buttons are conditionally rendered and then not rendered (due to a user action), if the user then updates a row of the model that the button is saving or cancelling, it causes this Javascript error ‘Uncaught Error: cannot call methods on button prior to initialization; attempted to call method ‘enable’’. This error occurs even if the button is rendered again.I presume it is because it is trying to enable the save or cancel button (since the row is being updated) but the button is no longer rendered.
I’m trying to set up a button to create a new row in a model and a field editor to display the fields. I get it to work the first time the button is clicked, but upon subsequent clicks the field editor is duplicated (there are now two rows in the model, not one). I thought that I could simply add a “query model” action to the button, but when I do so, the model pulls the first row in the object on page load, before the button is even clicked. Nothing appears to happen when I click the button. Here are the set-ups: Model I tried playing around with the ORDER BY field, and I could get different results, but nothing that would show the new row that I created with the button. Button Actions I get the same result whether I choose to place the row at the start or the end of model data. On page load, I see this, which is what I want: After running the New Lead button, I see this (not what I want): That’s apparently the first row in the model. What I want to see it the same thing that I see on
I’m working on a couple of prototypes where file uploads are required. Basic criteria include: A user creates a record and adds files on to it. A reviewer reviews the record and attached files. Scenario 1: Require at least one uploaded file for the record but limit to 3 files max Scenario 2: Require 3 uploads to complete the process. While I like the Chatter File structure, it doesn’t appear to be natively supported in Skuid. So I’m looking for what the default ways of handling this case are. I like the flow of a wizard and thanks to some help from the Skuid support have a wizard with record creation and file attachment working. But…still not there in terms of the scenarios above and the constraints. Constraints: I would like the solution to be:Fairly intuitive interface for the user to add the files (eg 3 areas/buttons/fields where the user can attach the file so it is clear they have done what they need to for the application). Intuitive interface (and not a LOT of clicks) for the
Not sure where I read this or where I watched it, but I swear someone said they were.Is this true, if so, how?
Started showing blank a few days ago. Failed to load resource: net::ERR_BLOCKED_BY_CLIENT with Google chrome I have AdBlock installed and it is preventing the page from properly rendering. Providing this post as information for others that may experience the same or similar problem.
Skuid team, https://github.com/skuidify/SamplePages/blob/master/pages/KeyIndicators.xml Can someone commit the related pages to Github? Specifically, - LicenseOpportunitiesWonThisYear - MRR_Detail - CustomerAccountDetail Thanks in advance, Irvin
I have very “wierd” problem. I am putting a skuid page into our home page, and that skuid page has several tabs including a visual force page.When I go into the visual force “tab” and type text the screen “scrolls” all over the place. Up and down with no apparent logic. I have checked this page as a stand alone and this does not happen. I have checked the skuid page with the visual force page in it without problem. BUT when I embed the skuid page IN the home page is when this happens.I have used all the developer tools I can think of, and have found this “class” seems to be involved some how.nx-panel-scroll-variableWhen I remove this class from the parent element… all the crazyness stops and it starts behaving normally. Here is the general overview:Home page -> Skuid Page (embeded as html) -> Panel (2 vertical panels) -> Tab Set (on both panels) -> Skuid Page -> Skuid Template -> Visual force pageI have been fighting with this for several days, and would GREATLY
Model and Render Conditions support TODAY for Date and DateTime comparisons (though TODAY doesn’t work in a Render Condition, but I see that bug was reported a few months ago). I have a need to be able to compare against NOW (including the current time) for DateTime objects and have been trying to implement that via a snippet.I’ve got it working on a model condition where I set the condition to use a specific date/time in the designer, and then change the comparison value in the models condition array when the page loads. For example,model.conditions[0].inactive = false;model.conditions[0].value = (new Date()).toISOString();model.updateData()I’ve not had the same luck with conditional renders. I’ve found the component (such as $(‘#myComponent’).data(‘component’), or skuid.component.getById(‘myComponent’)), and in there I can find element.conditions … but the conditions array is empty even though I have a render condition on my component. So likely I’m looking in the wrong place?
Hello!I am trying to add a count of the record that match a filter’s criteria in that filter’s label via the suffix.Currently I have a global variable ({{$Model.Potential.data.length}}) that is giving me a count of the entire model, but I want it to show how many records of each Sales Stage there are. Any ideas? Thanks!
Hi there, I’m having some troubles passing URL parameters to a page include. Here’s the example: I have a page called TaskLogCall that accepts parameters to populate WhoId and WhatIdOn my contact detail page, I create a popup with a page include that includes the TaskLogCall page. In the field for setting the querystring, I pass in the parameters required using the same format as on this documentation page. Expected result: beautiful pre-populated fields in my pop up. Actual result: painful emptiness. What am I doing wrong? Thanks.
I’m using a template field in a table to provide a link to the “attach file” wizard. Instead of displaying clickable text in my table, I’d like to display the paperclip “attach” icon. My link works well if I use text (between _parent"> and tags), but if I put in the div class to insert the icon, the icon displays but is not clickable. Here’s my template field: {{#Attachments_Allowed__c}}<div class=“sk-icon sk-icon-attachments”style=“display:inline-block”> {{/Attachments_Allowed__c}}
I’m happy just having this be a button that triggers a redirect but can’t figure out how to get the link.I have Sales Order Forms (custom object) related to Opportunities. Once a deal is closed, I want to give my reps the ability to go into the new SOF start. This is the related list from the Opportunity:That “new” button is what I’m trying to replicate on a Skuid page to take the rep here:This brings them to the following page with some fields populated from the Opportunity including the link to the Oppy.ThanksThis is the crazy link that I see when I click new:https://na1.salesforce.com/setup/ui/recordtypeselect.jsp?ent=01I30000002LWp0&amp;retURL=%2F0063000000wQFmr%3FsrPos%3D0%26srKp%3D006&amp;save_new_url=%2Fa0j%2Fe%3FCF00N30000009rVy5%3DADP%2BWeinstein%2B2015%26CF00N30000009rVy5_lkid%3D0063000000wQFmr%26retURL%3D%252F0063000000wQFmr%253FsrPos%253D0%2526srKp%253D006
I have a multilingual skuid form that has been made using translated custom labels and translation workbench. The form adopts the language correctly when switching the running user language. However I want to send out this form to external users using force.com sites. This means that the Sites Guest User will be the running user and the locale settings of that user will control language. Is it possible for me to somehow override this so that my force.com sites Skuid page can be translated. I can think of four different approaches to get the language code and either one of them would be ok for me1: Using an URL-parameter2: Using a hidden field on the record edited (so language would be pre-filled before sending out a link to the form3: Using a picklist so that the user can change language themselves4: Using the Browser language setting Can this be done using any of the above approaches?
See screenshots below for the deck component in the skuid mobile composer - is there a way we can deactivate this so users won’t hit it by mistake?
I use “editor.handleMessages()” a lot to show messages to the users. If a user clicks on the message, it simply goes away. Some users think that this somehow fixes the error (yes I know it’s funny…). It would be great if clicking on the message could run a snippet or redirect them to a page to fix the problem. Is there a way to do this?
Is there a way to show a message to the user in skuid mobile? Maybe as a notification or something?
In the standard Salesforce interface, we see our currency fields formatted like “123, kr.” which is what we want, but in the Skuid pages it’s “kr123”. Now I could make a custom renderer for those type of fields, but this seems like something that should carry over to Skuid (it doesn’t look like the correct format is bound to the standard layout). Does anyone have an idea of whether this format can and should be carried over?
Hi,I am getting selected records ids but my main concern is In the apex class getselected method is used from Standard set Controller.So my issue is that what should i pass in URL so that it accepts those selected records ID’s because every time i am passing selected record ID’s it gives me error message of Invalid ID.I am trying to make One List View button from one of Apps.So can you please assist me what we can do for the same?Thanks.
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.