Upcoming Event - 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
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!
When I click on “day scheduling view” the event flashes on screen and then disappears. Here is the error: Here is a video of what is happening: https://drive.google.com/file/d/0B409lhd9sYDceEFJZUFPeDQxNU0/view
I want to throw an standard salesforce validation error in the SKUID page when the user click on a SKUID button (not standard save button).My problem is, if I haven’t change the value of a field on the field Editor area, the validation message won’t fireIf I change a field value to ‘Yes’ and then reset it to “-None-” (in this case all fields are picklists)it throws the validation error message.any solution for this?Thanks in advance.
I’m trying to change the color of the mobile buttons on my skuid mobile page. Making CSS changes elsewhere is a breeze but this one is really stubborn. Upon inspecting the page the button reads .sm-button.sm-navstyle . I’ve created a CCS resource like this. .backcolor .sm-button .sm-navstyle {background-color: #27C77A;} I simply put ‘backcolor’ into the division as a ‘CSS Class’ and it should change but it simply doesn’t. I’ve tried different spacing and I’ve attempted to change different parts of the element. For instance, If I make the change elsewhere or even right behind the text on the button (sm-button-text) it works flawlessly. I’m running out of ideas and any help would be appreciated.
I’m working on trying to conditionally show some alerts to users and have run into a snag. My goal is to check for related records for an account on page load and if there are any records, show a popup immediately that contains the records. There does not seem to be…A way to initialize a popup on page load (without javascript) A way to conditionally show a popup only if there are records (even within the action framework) Am I overlooking some built-in features (especially with the banzai release) that would let me do this? Or do I need to use javascript to accomplish this.
We are having trouble getting Skuid to appear in our Customer Community, using a Customer Community Plus licensed user that we have given a Skuid license. We are loading a Skuid page inside a VF page and displaying it in a community. The VF wrapper page is displayed, but the Skuid page does not display, and no error is shown on the page. In the browser console we get the error “[Error] TypeError: undefined is not an object (evaluating ‘skuid.label.add’) global code (Service, line 40)” but no other errors of note. We have used Skuid for another client on Partner Community licenses with no issues. Could the Customer Community Plus License type be the problem?
I am adding a row in a model with the help of adaptRows function. The table which is listing all the rows in the model is showing a new blank row, but no field values. Through alerts in Javascript I can see the field values are getting populated. Any pointers would be of great help. Thanks!!-Sayali
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.