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
This Chart:Console shows data in the model for both Id and Appointment_Scheduled__c… but no chart appears.No render conditions or context conditions.I eliminated the old chart and created a new one just to make sure.
Is there a way to keep the error message on the screen? When a user clicks the error/info/warning message, the message goes away. Is there a way to keep it on the page permanently?
I’m unable to select the merge field for table context on a row action popup: I can edit it in the XML, but I thought there was a merge field selection in the framework.
I have a table A, which is populated by users taking an action in another table B. They do so to add question to their metric set.The data model in question involves three objectsConcept A Question A Metric Set AConcept A Question B Metric Set AConcept B Question CConcept C Question D Metric Set AWhen users select to add question A or Question B to their metric set, both A and B get added to their Metric Set, because they have the same Concept. This is important for backend functionality, but quite confusing to a user. THe ideal functionality would be for the two questions to be added to the metric set, but for the skuid table to only render a single question for every concept included. Essentially, it would deduplicate based on the concept, ie:Concept A Question A Metric Set AConcept C Question D Metric Set AThere is a lookup relationship between concept and question. Ap
I have a Skuid page with a Skuid button which points to a Saleforce Button/Link. The Button is a standard salesforce button which is used to generate a conga document in the format of:“https://composer.congamerge.com?sessionId={!API.Session_ID}&serverUrl={!API.Partner_Server_URL_290}&id={!Opportunity.Id}” etcWhen I click on this button, I used to go straight to generating the Conga document.Now since Winter 16, when I click on this button, I get to an interim page, URL being: “https://cs5.salesforce.com/servlet/servlet.ExternalRedirect?url=https%3A%2F%2Fcomposer.congamerge.co…” etcWith a message:You will be redirected to "https://composer.congamerge.com?"etc…The user has to click on a OK button on this page to proceed, then they can generate the Conga document.If I copy and paste the button URL into a Skuid button Redirect to URL action, it doesn’t have this problem.Any ideas? Does this have anything to do with this known issue? https://success.salesforce.com/issues_view?id=a1p
I’ve successfully connected to an External data source (OData service) using Skuid Model Connect. I’m able to pull up a table and display data - search and define sort on the model. However, when I add a table filter I’m able to filter only once - that is, the filter works the first time I select a value after page load. The second and subsequent times, I get an error saying ‘Filter could not be applied’.Using skuid.model.getModel(‘External’).soql and connecting directly to the OData service I’ve verified that my service accepts filter params. So am guessing Skuid is messing up request params for subsequent filter requests.Also, if I change a filter AFTER I perform a search the the search works!
Updated to 7.19 and am having at least one page not rendering with the above JS error. Some weird things on the page: A couple of fields are showing up as “Unknown Field” even though I double checked they are added to the model. If I go and add the same field into the table, the Unknown Field is replaced with the correct name. I tried cloning the page, but get the same issues. Also tried stripping the page down and still receive the error.
Where can I find a tutorial or xmls code to see how the drag and drop image was done at 40 minutes and 20 seconds into the “Skuid Banzai Worldwide Launch Webinar”?
I noticed that I can add multiple CSS Classes to help format a Page Title by simply adding a " " in between each class. Before I begin implementing this extensively throughout my Skuid Pages, I wanted to quickly ask if this is in-line with Recommended Best Practices for adding multiple CSS Classes? Thanks.
I love the Model_Lookup formula feature. Is it possible to use this as the default value for an editable field? The way I understand it, you can only use it in a read-only formula field. Any way to leverage this in other areas than just Ui-only fields?
There is a new action type- run apex action. Can you provide some documentation now how it can be used? I cannot find anything on this. Thanks.
I’m trying to work through a condition logic issue and having some trouble. I have model A which has a location field. I am trying to activate and set the value of model B with that location when it is selected from model A to only pull model B records at that location. Model B data is then used in a Ui-Only field Model lookup on Model C. Currently I have a condition on model B set to == the location value from the first row of model A. This condition is activated and value updated on model A updates on the location field. All of this works as expected when I select a value. Except for two things: I would like when location is set to -None-, all of the records from model B are pulled in. I have not found a way to do this other than have the “Clear Location Filter” button that deactivates the condition on Model B, but I would love for it to be automatic and not rely on the user to manually reset it. Should I do this with a JS snippet to run on model A update of location field to check i
I have three very long field editors… lots of data. The models have a data row in them (when viewed in the console). The third model is all ui-only fields. No rendering conditions anywhere.Any reason this the field editors wouldn’t show up?
I’m having trouble setting up a Model with SharePoint. I used the following tutorial, but it doesn’t look like it’s working properly when creating a new page. http://help.skuidify.com/m/models-con… Once I start composing a new page, I don’t get any auto complete for the “External Object Name” field. Has anyone gotten this to work properly? Also what did you use for authentication?
AVG function in charts seems to assign value to null… or something?
So, I shouldn’t have done this but I installed the new release for Banzai, and now most of my pages won’t load.What do I do?
This may be the wrong place to post this… Once in a while from my mobile device I get this when I try to access skuid community: Why?
I opened up Skuid –> Create New pages –> Unpack Pages from Page pack. I don’t get any error and a “success” message is displayed too. But I cannot see any of the pages unpacked from the pack. The All Pages list is blank. How do I resolve this problem?Thanks.
Hi MyContactRow.Id has the right value, but when this is called, skuid.utils.redirect({ url: ‘/{{{’+MyContactRow.Id+‘}}}’, title:‘hi’, window:‘blank’ }); It’s not going to the contact record, instead it goes to the homepage.Any Ideas?
Condition: Popup on calendar click for event creation: Why is the Name field not set to “Blocked” by the condition?
I’d like to use a UI-only field in a snippet. How can I get the current value? I’ve tried this (where ‘CoverageNurse’ is the Field ID of the Ui-Only field)var params = arguments[0];var $ = skuid.$;var models = skuid.model.map();var newTeamMembers = models.NewCoverageTeam;…{ field: ‘MemberId’, value: newTeamMembers.CoverageNurse }
The daily calendar is not showing times.
Hi I have 3 fields. I need to require at least one of them having a value. How should I do this? I tried the field renderer, but that made the field read only?
I have a cloned quote page. Which the detail and line items are cloned to a new quote. When I push save a few fields are updated, the record is saved and then you are redirected to the detail page. The problem is there is one field that gets updated properly in the cloned page but the value is not showing in the detail page. The field that I am having a problem with is “Quote Valid For” it is a number field and it needs to default to 30. Since this is not a “new page” I can not just set a condition. So I update the field row in the “save” button. The value does not carry over to the detail record. I tried creating a workflow that whenever a new quote is created that field will default to 30. That did not work either for this cloned page.Has anyone else run into this issue and found a solution?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.