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
Hi,I’m kinda lost on the mobile Builder and would like some advice from Skuiders who use/built themAs I have not until today really made anything to do with mobile, I’m not sure where to start My use case:Force.com page available to the public 1) Can i use regular Skuid page, and would my clients be able to use them like a SF user but on their mobile? (i created a Skuid page for my site, and it works well on desktop, but from my initial testing, page is cut off on my mobile, I only see one of the panels)this is my preferred option, as I would not need to redo it all twice, and as well use popups,tables… and a familiar builder2) Is the mobile builder, practical because i can create/edit page from mobile, or DO I HAVE to use those type of pages for mobile users?3) if yes to #2, is there a way to determine if user if coming from pc or Mobile and redirect to appropriate page ?4) anything thing you might want to shareThx
Hi, Tried to use merge syntax in title for a chart and the data will not render… The chart is based on object ‘BkWizzardAccount’ and that is the default model for it any field I bring it from the Field picker, will not render In subtitle I tried with specifying model and row… and it works . but problem is that is remove the field formatting and returns many decimals…(the equivalent of triple brackets) Any idea of why it does not return in the title only (if i put on table, or template fields, it renders…)
It will be a free app i understand about submitting for a security review but how do i set it up so that the users who import it into their orgs and get skuid at the same time?
Hi, looked in forum but could not find similar question I want to show the numbers directly in chart, so used the setting in ‘Styling tab’ to show Data Labels, but I have 2 questions regarding results Instead of the numbers coming out properly rounded and in currency format (like on hover) they come out un-formatted. Example 129,065.35999999999 . Any way to show it like on hover? $129,065 I would like to know if there is a way to remove the label when it’s 0. I would rather see blank when that is the case Thx
Is there any documentation available for developing and supporting custom components in mobile?I’ve seen things like mobileRenderer methods, differences in the way that componentAcceptor would work (componentAcceptor not supported in mobile), etc. but can’t find any documentation on how to properly build components on mobile including comparing mobile/desktop features/support.I can dig through the code and figure this all out but documentation would make things much easier. I can’t seem to find any docs - do they exist?
We are getting a bug in Skuid that says “You do not have permission to update the value of this field: OwnerId” in our Build and Production environment. Our staging environment is a direct copy of our Production environment except the staging is on 7.24. Is there anyway we can roll back to fix this issue or do you guys have any solutions? There doesn’t seem to be any errors on our permissions sets. The only difference in the environment is the skuid release.
So I am creating a recipe page with recipe steps on which the ingredients are linkedSo:Recipe Recipe Steps IngredientsRecipe Steps and Recipe are the same object but possess different record types. I followed the Skuid tutorial on related list drawers and it looks fine at first but when I open the drawer, there are no ingredients in the table and when I try and create a new row nothing appears even though it says I have to fill things in to save…Any help would be appreciated.
I created a “Task Manager” page with Skuid. But I want to split up the tasks in to different tables to better organize them. So if I want to display a table of tasks that are on leads for example I was planning on using a criteria of related to id starts with 00Q. However it seems I can only use equals or does not equal and not “starts with.”Is there any other way to accomplish this? Thanks!
Seems like i found a minor bug. In the “File Upload” component, the label won’t take a language label as input. Or more precise: when i enter {{$Label.Upload}} my button will have {{$Label.Upload}} as text rather than pulling the translation given in Salesforce. I also made sure, the translation works, since it gets displayed propperly for other components. (Skuid version 7.36 )
I want a roll up field that will show me the total number of of child records matching certain criteria from a rolling date range. You can’t do the rolling date ranges in Salesforce roll-ups. You have to buy another (rather expensive) app. Plus salesforce limits your number of roll-ups. I then need to be able to filter results displayed in a table based on this field. Example: Parent Object named TREES and Child Object named APPLES I need to display only TREES that grew at least 5 APPLES This month. Salesforce roll ups don’t allow for “This Month” filter. Can I formulate a UI field to display the number of apples the tree grew this month and then filter the results in my table based on whether that UI field is greater than 4?
I hope I am completely overthinking this and that there is an easy & obvious answer 🙂Use Case - When a page that contains a table loads, I need to be able to apply the “Current User Id” as the default filter value on a table (e.g. List Accounts Where Where OwnerId = $User.userId). The filter field needs to be searchable and provide an “All” options as well. In short, the records are filtered initially by the current user but the user can change the filter value and has visiblity to all “Users” in the system for searching as well as the “All” option.Question - Is there a way to declaratively achieve this?Things I’ve tried:1) Looked for a way to apply a default value to an automatic table filter - No dice2) Tried using a manual filter who’s default condition value is the current UserId but model conditions with “Specific Value” don’t apply merge syntax and treat the value as a string literal3) Tried using a combination of conditions and models and the “Add Effect” feature of table
Working with the Wizard component … stepping the user through a series of questions that will first create a parent record then 1 to many child records all related to the parent object. Once a child record is created I am prompting the user “Create another child record?”. If yes then I go back to a previous step in the wizard and the user enter information for another child record. I have the creation of the parent record working. I have creation of the first child record working and it is related to the record. However, can’t figure out how to create another child record. When I display the step in the wizard to create a new child record I am seeing the child that was just created. Any ideas?
When a quote is contained in the data of a field being evaluated in a formula, various exception occur ranging from ILLEGAL TOKEN to unexpected string (depending on what the formula is doing). This leads to incorrect results in formula fields and more concerning, there is no indication that anything failed as it’s a caught exception and just carries on. Beyond the basic sample demonstrated below, this problem really manifests itself with RTF fields. Notes - This is a variation of another issue described at https://community.skuid.com/t/cr-lf-in-text-field-results-in-illegal-token-error-in-formu… Steps to reproduce Create page using XML below Preview page Change account name to “Foo” (without the quotes) Expected Behavior = Actual Behavior Is Foo becomes TRUE Add a quote character to the end of the name Expected Behavior Is Foo is false and no exception is encountered Actual Behavior Is Foo is false but exception is encountered at the following location: try {
Hello All, Has anyone ran come across this issue in mobile?When I click on a wrapper / division / panel etc…I can no longer seem to configure it. This was not an issue a few days ago. I have provided a screenshot video showing the behavior. http://screencast.com/t/IjwOdKqIHrI tried a different browsers and no success (Chrome and Firefox ) I also cleared my cache and history Thank you!
This field renderer has been working well for us for a long time and now it isn’t. I wonder if it is from a recent update?//var field = arguments[0],value = arguments[1];var currentDate = new Date();skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode;if (skuid.time.parseSFDate(value) < currentDate) {field.element.css({‘min-height’:‘30px’,‘color’:‘red’});}//It is supposed to turn the text red if the date is in the past. The date just looks normal now, even though it is in the past.
I have a formula field called ‘to’ on a REST model with an Insert (POST) action.The formula is just merge syntax to access the value of another field: {{$Model.PrayerNet_Defaults.data.0.PrayerNet_Email__c}} The data I’m requesting exists in the model. From the console: skuid.$M('PrayerNet_Defaults').getFirstRow()<br>Object <br>Id: "a0O1a000003EWZHEA4"<br>Id15: "a0O1a000003EWZH"<br><b>PrayerNet_Email__c: "admin@compasscare.info"</b><br>PrayerNet__c: true<br>Use_Three_Tensions_Model__c: true<br>attributes: Object<br>__proto__: Object But the formula field is not returning anything.‘to’ isn’t in the list of fields in the model.Any idea what’s happening here?What should I look for?Is there a different way to get the value into the model?I tried to just set the default value with merge syntax instead of using a formula, but that didn’t seem to work, either.
I want to ensure that the user does not select an end date before the start date. In this scenario, both dates will already be populated (editing an existing row in a calendar pop-up).I’m using the approach outlined here to use a custom field renderer to override a datepicker:https://community.skuid.com/t/override-the-standard-date-picker?topic-reply-list%5Bsettings%5D%5Bfilter_by%5D=all Specifically the minDate attribute as discussed here:https://community.skuid.com/t/how-to-disable-the-dates-in-datepickerHere is the code for the custom field renderer: var field = arguments[0],&nbsp; &nbsp; sdate = arguments[0].row.Start_Date__c; //datetime field<br>&nbsp; &nbsp; value = arguments[1],<br>&nbsp; &nbsp; $ = skuid.$;<br>skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value);<br>//convert to js date<br>var jsStartDate = skuid.time.parseSFDate(sdate);<br>console.log(jsStartDate);<br>if (field.mode==='e
I am looking for information or experience that folks have with Skuid and multiple users/developers working on a common set of pages for a project. I have used the Skuid features for copying and pasting XLM between pages and packaging pages as static resources.However, I am looking for experience that folks might have had around the development process in which multiple Skuid developers are editing the same page(s) and deploying into a production environment for a customer. Related, from my initial searches I havent found information around best practices for this or how Skuid works in general when multiple developers are editing the same Skuid page.Any pointers or shared experiences would be much appreciated.Thanks,Richard
Only getting this for a Partner Community User. This error is only showing up in the console, and it’s preventing saving of one but not all models. I’m also having trouble loading a particular model, it just won’t load for the partner user. The field editor has a custom template edit popup that I think might be causing the problem, looking at the full error message below. This template field shows child records, and the custom edit popup lets you add, edit, and remove multiple child records. Here’s the full error messag and a screenshot of the first part of it. Something about merge and COMBO in there makes me think it might be related to that custom template edit popup getMergeResult@[skuid\_\_SkuidJS:26](https://full-ests.cs42.force.com/partners/resource/1459461176000/skuid__SkuidJS "Link https//full-estscs42forcecom/partners/resource/1459461176000/skuid\_\_SkuidJS")merge@[skuid\_\_SkuidJS:25](https://full-ests.cs42.force.com/partners/resource/1459461176000/skuid__SkuidJS "Link https
I need to create a parent record (for example, account) and one or more child records (for example, contacts) all on one page. The page has a field editor for the parent and a table for the contacts. I want to be able to click the save button and the parent will be created and then the contacts will be created and associated with the newly created account record.How can I accomplish this?
Hi ,I am new to skuid and I have an execute javascript button on Courses__c custom object it’s related to Lead.I have tried to write javascript snipet code and I made some changes to my code but it doesn’t work for me. So could you please help me to create custom button in skuid with above code.And my button code is {!REQUIRESCRIPT(“/soap/ajax/22.0/connection.js”)} var updateRecord = new Array(); var myquery = “SELECT Id,Centre__c FROM Lead WHERE Id = ‘{!Lead.Id}’ limit 1”; result = sforce.connection.query(myquery); records = result.getArray(“records”); if(records[0].Centre__c==null) { alert('Please select Centre on Enquiries ') } else{ window.open(“/apex/AddNewCourse?leadId={!Lead.Id}”,“_self”); }Thanks.
Hi Team,I need to provide access to a Clone button when the current user has been added to a particular group. Only certain user can create a clone of the record. Please suggest…
Is it possible to “log a call” in mobile after the user taps on a phone number that initiates a call from within SF1 in a skuid mobile page?
When buttons in a wizard have conditionally rendering applied, after the button has shown at least one time, it is never fully removed when its condition evaluates to false. There is a small piece of the button image still visible, it’s clickable and the button responds to hotkeys when it has been conditionally rendered out. Steps to reproduce: Create page using XML below preview page picking an account Expected = Actual “Not Option 1 (Ctrl+Shift+M)” shows, “Option 1 (Ctrl+Shift+L)” does not show and there is no button fragment showing nor does it respond to hotkeys Change Mode to “Option 1” Press Ctrl+Shift+M Expected “Not Option 1” is completely hidden/removed and does not respond to hotkey Actual There is a button fragment visible, the fragment is clickable and hotkey is fired Change Mode to “None” Press Ctrl+Shift+L Expected “Option 1” is completely hidden/removed and does not respond to hotkey Actual There is a button fragment visible, the fragment is clickable and hotkey is fir
Hi, it seems the setting for Default Value on UI-only Fields does not work Whatever value i set there, field always shows blank thx
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.