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
I have a custom component that dynamically creates its own model. I’d like to be able to add model actions to that dynamic model through my component’s properties in the ui.Any thoughts on the best way to go about this?
I have created some pages in skuid that serve as layers between a homepage and record detail pages on custom objects. To test these pages before deployment I have simply been using an href link to the address that appears on the preview page in the sandbox. The question is… just like how you would navigate to a record detail page (), can you similarly navigate to a page without a Record Id? This way I can be sure that it works the same way in sandbox as development.
I’m currently trying to display a Calendar with all Events for a variety of Users.Since i want to display a dynamic number of users based on some filters, i resorted to having all from the same source. (meaning they all share a color by default). My approach to bypass that was to have a “Colorfield” on the User to which the Event belongs to.However when trying to access the WhoId.Calendarcolor__c of the Event, it keeps failing, since a Calendarevent links to the “Name” Pseudoobject rather than the User, i can’t access this color by all means.I tried this post but it seems this is no longer possible or this was only for having a field or not. Does someone have an idea how i could bypass this limitation so every User’s event have a different color while still having a fully dinamic ammount of users?
I have created UI-Fields on an object. I have set up a new profile and given the object Read, Create, Edit capability. I have checked “Load Model data on page load” and “Max # of records (Limit)” to 1. I have set default values on the picklist. When I load the data in a field editor I see the data from the record. However, the picklist values are blank. Is there a permission that I am missing? It seems that field rendering is not working.
Hey guys, I have a JS mass action that worked great until I installed Rockaway. The console is saying: Uncaught TypeError: Cannot read property ‘Id’ of undefined The source marks the error on this line of code: var CaseID = proto.Case__r.Id; I read Irvin’s message about a similar error, and the resolution had to do with add a trivial sub condition to a subquery. Is that the same error we have here? Also, how do I actually do that? Full snippet: var params = arguments[0];var step = params.step;var $ = skuid.$; // REFERENCE MODELS var models = skuid.model.map(); var protoAppt = models.protoAppt; var newAppts = models.newAppts; var proto = protoAppt.getFirstRow(); // GET conditions var caseCondition = newAppts.getConditionByName(‘Case’); var userCondition = newAppts.getConditionByName(‘User’); var recurrencetotalCondition = newAppts.getConditionByName(‘RecurrenceTotal’); var recurrencestarttimeCondition = newAppts.getConditionByName(‘RecurrenceStartTime’); var recurrenceendtimeCondition =
On some pages, I can edit the Max Autosaves field. On other pages I cannot. What’s the story there?
I have created a button on a Page Title that runs a snippet and the does a redirect to the parent object. It works beautifully in Chrome and Firefox. But, when I try the button using Internet Explorer, the snippet runs fine, but the redirect will not fire. So, I end up back on the original page. Any ideas?
Encounter this when trying to save a page in the builder:(Rockaway)
I would like to place the checkbox in a boolean field to the left of the field label. When I edit the display in the field editor, I have the options to place the label beside the checkbox (this places the checkbox to the right of the label) or place the label above the checkbox. I’m looking at the XML and I am not seeing which parameter to edit: I’d like to waive a fee from {{Contact__r.FirstName}}'s loan Does anyone have a suggestion to achieve the placement of the checkbox that I’m looking for? Thanks!
Any one know how to set up value to a dynamic field. I have the function where field name would be sent as parameter and I do need to set value there.Here is an examplefunction SetValue(params, Name){$ = skuid.$;var fieldName =params.model.getField(Name);// var Mytext = do my taskif(params.model.getRowById(params.row.Id)[fieldName] !== skuid.$(‘.RichTextField).prop(‘innerHTML’)){ params.model.updateRow(params.model.getRowById(params.row.Id),{ fieldName : ‘Mytext’}); skuid.$(’.RichTextField div.nx-richtext-input’).focus(); }}
I found a weird issue on SKUID form when using wizard. I am using wizard with multiple steps. Having two buttons on each steps for next and previous. When I try to add one more button and save the form. In preview, it shows two more buttons, i.e. total five buttons. Now sure how these two extra buttons coming up. The weird thing is, I am not able to see these two extra button in SKUID page editor.
Trying to add skuid page as lightning component in page builder (for record detail page), but the record id doesnt reach the skuid page, hence it remains blank. Ive checked the checkbox that says use params from URL and my model has that condition as well. Is this a skuid bug? Its beyond frustrating as Im new to all this to begin with.
I am trying to set the Search Fields for a Reference field based on a Model and am getting some very buggy behavior. I have Skuid 7.36.1 installed but had the same problem with 7.31. The problem arises when I try to search on fields that are references themselves. So In the case below if I have an Account field and want to search on the name of the Account and the name of the Account Owner (eg Owner.Name) it causes a problem. If I open the search Popup and search for a value and then look at the model in the console it shows the SOQL such as: SELECT Name,OwnerId,Owner.Name,Id FROM Account WHERE (((Name LIKE ‘%test%’))) LIMIT 21 when it should be more like: SELECT Name,OwnerId,Owner.Name,Id FROM Account WHERE (((Owner.Name LIKE ‘%test%’) or (Name LIKE ‘%test%’))) If I just set the Search Fields to Owner it uses SOQL like: SELECT Name,OwnerId,Owner.Name,Id FROM Account WHERE (((Owner.Name LIKE ‘%test%’))) But if I have both Account Name and Owner as Search Fields it only searches the Acc
Skuid Team, I just installed Rockaway in my development organization and cannot open a drawer that was working prior to Rockaway. I am seeing an error in the console after clicking the row action for the drawer. The drawer queries a model that is based on a REST connection (http://api.openweathermap.org/data/2.5). I am setting the City on my model condition and expect to get data back on the weather in that city. I added a drawer to the same table that queries a Salesforce object and it works. It seems that it is isolated to the fact that I am trying to query a REST connection model. Let me know what you need to troubleshoot this. Thanks, Bill
Hi there,Rockaway is putting a checkbox around all our checkboxes at zoom levels less than 100% (see screenshot).Any idea why?Thanks,Mansour
Who doesn’t like an Uncaught TypeError after installing a new package?
Greetings,I’m having a problem with a model not querying the correct record as defined in the model conditions. The condition is that the Id is equal to the value on another model. The value on the other model is selected by the user, and is a reference picklist. Regardless of the value on the other model, the same record is always returned by the query. I checked in the JavaScript console that there is only a single record in the other model.I was just curious if anyone else has had this problem.Thanks.
Hi there, We upgraded to Rockaway today and our progress indicator custom component stopped respecting our metadata overridden picklist value (see screenshot). Any idea as to why this happened or how to fix it? Thanks, Mansour
Trying to include “Salesforce for Outlook” url in skuid template using iframe within templateskuid not recognizing the sfdc standard urlPlease suggest
Is there a tutorial which will guide us on how to create a Skuid page into a Lighting component. 2) Every time I click “Build Page in Lightning” i am always getting pointed to “URL No Longer Exists” Note: We are currently building Lightning components for Napili, we want to use Skuid pages to replace the lightning component in Napili.
I was trying to have a custom renderer script on a PICKLIST component in a table.What I want to do is, populate the picklist values as radio buttons and highlight the table row when there is a non blank value.I’ve tried below custom renderer and which rederes the PICKLIST as radio buttons.Could someone tell me how could I have a change function with the field.options.type = ‘RADIO_BUTTONS’; option enabled?ORIs there any other way to highlight the rows of a table based on the selected picklist values?var $ = skuid.$;var field = arguments[0],value = arguments[1],model = field.model,row = field.row;field.options.type = ‘RADIO_BUTTONS’;field.mode = field.mode === ‘readonly’ ? ‘read’ : field.mode;skuid.ui.fieldRenderers.PICKLISTfield.mode;switch( field.mode ) { case ‘edit’: skuid.ui.fieldRenderers[field.metadata.displaytype].edit( field, value ); if(value) { field.item.element.addClass(“LeadTab_highlighted-row”); } break;}Thanks“RADIO_BUTTON”
Hello, we currently using informatica real time guides to import data into SF and I’m wondering if we can use Skuid instead. The current import process is:1. User enters a booking ID which is inserted to remote database2. Related passenger records are then inserted into SF, then replicated back to remote database3. Related booking record is then inserted into SF, then replicated back to remote databaseIn broad terms, could the above be built out with Skuid? Is anyone familiar with a similar solution? Many thanks…
Are there any simple directions on how to upload an attachment to a record on a site? I used this:http://help.skuid.com/m/components/l/102565-use-the-file-component-to-attach-files-to-a-recordand it works fine in preview Then the issue starts when it try to upload on my site. When I click on “Upload” nothing happens. Are there certain objects and fields I need to make public? I saw this:http://help.skuid.com/m/page-assignments-and-overrides/l/201793-using-the-skuid-page-visualforce-com… Is there a cook book recipe to doing this? Step 1, step 2 etc?
I have a tab set and if I add ‘&’ to the tab label; skuid throws an error - Invalid XML…
Does anyone know if/how we can pull object Metadata into a Skuid Page?For example, what Action Overrides are in place on objects?And Custom Buttons that refer to Visualforce Pages?i.e. whether or not the Contact object has a Tab button, and if so, what Skuid Page it is using?Essentially, I want to create a custom Skuid Page with all of this Metadata, so that I can quickly see all the custom button overrides and page assignments used in a Org.- similar to what Workbench provides access to, but Skuidified! 🙂(Standard Salesforce Reporting on Skuid Pages doesn’t give me all I need - because, as one example, it’ll only show Skuid Page Assignments, and not all Visualforce Pages/Actions that refer back to Skuid Pages).
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.