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
We have a page that used to cover two record types of opportunities, we just cloned it to cover just a single record type, “Commercial”, and now any edits to the cloned page do not update anything on the runtime. It’s in Sandbox on Summer 16. Any way to hard clear a cache maybe?
This is a continuation of a previous issue I had here: https://community.skuid.com/t/cannot-use-userinfo-fields-for-includes-in-model-condition I’m making changes to this page and am running into the same issue of my query being malformed. Here is the query that is being generated: SELECT Comments__c,Level_1__c,Level_2__c,Level_3__c,Recommendation__c,TBA_Selection__c,TBA_Selection__r.Name,Tags__c,Value__c,Score_Type__c,Probe_questions_for_in_person_interviews__c,Id FROM TBA_Score__c WHERE (Level_1__c = 'Activity')AND(Level_2__c = 'Written Assignment')AND(Level_3__c = 'Question 1')AND(Score_Type__c = 'Written Assessment')AND(TBA_Selection__c = 'a2A80000000SOS0EAO')AND(Question__c = '1')AND(Tags__c = 'Written#, Q1#')AND((TBA_Selection__r.X2nd_Reviewer__c includes 'Yinnie Tse')OR(TBA_Selection__r.Written_Focus_Reviewer_Q1__c includes 'Yinnie Tse'))AND(Reviewer__c = '005800000046Q0DAAU') And this is what it should look like (and what works when I test from the Dev
Table / Queue Filters & Search Properties: When you select the checkbox “Use SOSL to improve search performance”, then change the search method to client, in the background SOSL is still selected and you are not able to add fields to search on. You have to change the search method again to Server, deselect SOSL, change search method back to client and now you are able to add fields.
On your skuid sit you have the following meta data: user" href="/sCSS/36.0/sprites/1461274792000/Theme3/default/base/zen-componentsCompatible.css" rel="stylesheet" type="text/css" />user" href="/sCSS/36.0/sprites/1461274792000/Theme3/default/base/elements.css" rel="stylesheet" type="text/css" />user" href="/sCSS/36.0/sprites/1461274792000/Theme3/default/base/common.css" rel="stylesheet" type="text/css" />user" href="/sCSS/36.0/sprites/1459383356000/Theme3/base/dStandard.css" rel="stylesheet" type="text/css" />user" href="/sCSS/36.0/sprites/1460469361000/Theme3/00D40000000Mw0S/00540000001dZLT/base/dCustom0.css" rel="stylesheet" type="text/css" />user" href="/sCSS/36.0/sprites/1460469361000/Theme3/00D40000000Mw0S/00540000001dZLT/base/dCustom1.css" rel="stylesheet" type="text/css" />user" href="/sCSS/36.0/sprites/1461274792000/Theme3/default/base/extended.css" rel="stylesheet" type="text/css" />user" href="/sCSS/36.0/sprites/1461274792000/Theme3/default/base/setup.c
dynamically show image stored as static resource based on field value. I thought I saw this snippet somewhere but can't find it. If anyone knows please provide the link.if field value = x then show image.1if field value = y then show image.2etc
I have three record types on the Account object - Client, Operator, Supplier. The Account ‘Type’ field has values which are dependent on these record types.But I can’t get these dependencies to work in a table for each model. Each model belongs to a table in a tab, and the filter for the Account ‘Type’ shows all the values (rather than the dependent values).I’ve checked and re-checked the following based on some other posts:- Model condition set to the DeveloperName of the RecordType- Model condition set to the 18 digit recordTypeID and checked that field is in the model- Cleared browser cookies- Tried a different browser- changed and re-saved the page to clear cache and tried again.I can’t seem to figure this one out - have I missed something?
I’m trying to render a component based on the # of rows in a model compared to a variable. I’ve created a generic scenario using a formula field (below), but have had the same problem with “real” number fields. Example (should work in any instance): <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Account" limit="20" query="true" createrowifnonefound="false" adapter="" type="" sobject="Account"> <fields> <field id="Count" uionly="true" displaytype="FORMULA" label="Count" readonly="true" returntype="DOUBLE" precision="2" scale="0"> <formula>1</formula> </field> </fields> <conditions> <condition type="param" value="account" field="Id" operator="=" enclosevalueinquotes="true" novaluebehavior="noquery"/> </conditions> <actions/>
[Mobile] Look-up field doesn’t have a search icon also, when a user clicks the right most area of the filed, a distorted loop up option will show with unclickable names. Is this a bug?
I have a table that is in a second pop up, that when creating a mass action, the table row context is not correct. Instead of putting the row Id of the selected rows in the created row, it puts the Id of the previous selected pop up in the row.An individual row action works, and the mass update and delete functionality works. Its just the mass multiple actions action that does not work.Any thoughts on how to resolve this?
When creating a row in a table that in a pop up, I receive the invalid cross reference id error. I have two models (different objects) that are set up identically, one works, the other doesn’t. The model that is receiving the error is VendorContactsPU
ContentVersion model still queries even though it’s source model “ContentDocumentLink” model is empty and ContentVersion model’s condition is set to “abort Query if source model has no row”
the Non-Skuid Users in our environment are getting “Insufficient Privileges” when they try to open standard salesforce.com detail page for record.ThanksSandeep
I currently have Column in a Field Editor where a user would select one of our warehouses from a picklist, I would like the address field to of that warehouse to auto fill once the warehouse is selected. Is this possible?Thanks
Is there a way to float an individual wizard button to the left? I’m looking to put my back button on the left side and next button on the right. With pagetitles, I can just create use two pagetitle components and a responsive grid. What about wizard buttons? Each button has a css property, but I haven’t been able to successfully separate the buttons with CSS, to float one left and another right. Seems like it’s either all one way or all the other. Ideas?
I have a mass action popup in a table that creates a new record. On this new record is a reference to an account(Firm__c). I need to get the account’s billingpostalcode and copy that value to a field on the new record. I’m using actions on the model but it does not pull the value for billingpostalcode. As a sanity check I used the billingstate field and that works great. It’s like Skuid is not pulling in billingpostalcode. I do have billingpostalcode selected under the fields. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20160413-34481-1axys3z-download 1 inline.png)
I have an aggregated model and I’m trying to view the Parent record in a table but all I can get it to display is the 18 character Id.When choosing the Parent__r.Name for my grouping I get the following error:Field must be grouped or aggregated: NameAn unexpected error has occurred. Your solution provider has been notified. (skuid)If I choose to go through the Parent__r the Name field doesn’t show up as one of the options to choose from, rather the ID field is my only choice. This displays the 18 character ID.Is this a bug?
I have a field I’m trying to add to a table using the formula ({{sumYTDWonDealsc}} / {{$Model.PFSSmallAggTotalx.data.0.countId}}) *100It’s taking an Aggregate from the model the formula field is in and reaching out to another model for the countID field, which is the total number of Deals for the YTD Won Deals to divide against to produce a percentage. The page itself is large and I have a few other fields doing this on other tabs, however this particular one causes the entirety of the salesforce page to go blank and the developer console to state there is an error with the metadata, that something isn’t being properly related to.
I built a page designed to be a common branded header with navigation to use across our entire org. I used the tutorial below: Page Not Found — Skuid v15.1.6 Documentation I added the Navigation component and set the source as Salesforce Tabs for Current App. This works great, but it only allows for the default tabs assigned to the app to load. Salesforce allows defaults to load and then users can click the “+” button and then add their tabs as applicable. Is it possible to accomplish the same idea in skuid?
I thought that ‘tabshow’ was now running anytime a tab was shown, including pageload (see https://community.skuid.com/t/run-code-when-tab-loads), but it doesn’t seem to be, unless I’m doing something wrong.I made a comment on that thread, but it’s so buried I thought it best to start a new one.I have this code in-line: $(document.body).one('pageload',function() { <br>// Set tabshow function<br>$(tabSet).on('tabshow',function(event, data){<br>console.log(event);<br>console.log(data);<br>});<br>}); But I get nothing in the console.
This question has to do with how to view the new Notes object in Skuid. For some reason the ContentVersion.TextPreview field is not recognized by skuid in the composer. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20160412-72251-14kfz7o-unnamed 1 inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1398078/RackMultipart20160412-72251-14kfz7o-unnamed__1__inlinepng1460483724”) As a workaround what I have had to do is use the VersionData(Base64) field to get at the information but then I had to decode using custom javascript.
Am using jquery autocomplete to query a custom webservice containing airport information. I want to set a field on a model based on the selection made. I first tried to set it using a jquery selector, but was unable to set an ID, or discover the ID of that field. See comments in the code: (function(skuid){ var $ = skuid.$; $(document.body).one('pageload',function(){ var $ = skuid.$; var myModel = skuid.model.getModel('MyModelId'); var myComponent = skuid.component.getById('MyComponentUniqueId'); var htmlBody = 'Enter City/Airport: <input id="query" type="text" style="width:300px"/>' $("#autoComp").html(htmlBody); $(function(){ $('#query').autocomplete({ source: '<a target="_blank" rel="nofollow" href="https://xxxxxxxxxxxxxxxxx/airport/airportcodes.php?mode=autocomplete" title="Link https//ut-sfdepot1wencorgroupcom1443/airport/airportcodesphpmodeautocomplete">https://xxxxxxxxxxxxxxxxx/airport/airportcod
I am trying to put together some donut charts where the the aggregation is count and the split field is a custom field, health score label. These values and colors are what I am hoping to achieveAt risk= red Poor= pink Average= Orange Good: light green Champion: Dark green I am wondering if there is a way to make sure in all of my charts the different values stay the same color across, as some charts may not include all of the values? Thank you!
Is there an event I can listen for or condition I can check from a primary page to know when a page include has finished loading?I have a tabset where each tab contains a page include, and I am trying to run some code on the tabshow event, which needs to jQuery the contents of the page include of the active tab ( I want to make some modifications to the UI based on whether the tab contains a wizard). But the code in the ‘tabshow’ event is obviously running before the page include is finished loading. What’s the best way to get the ‘tabshow’ code to wait for the page include to load?Here’s an excerpt of what we’ve got so far: <br>// Set tabshow function<br>$(tabSet).on('tabshow',function(event, data){<br> console.log(event);<br> console.log(data);<br> &nbsp; &nbsp;// Save record into log for previous tab.<br> TimeOut = event.timestamp;<br> &nbsp; &nbsp;saveProcessLog();<br> &nbsp; &nbsp;// Start log entry for the ne
Hi, I need input on how to start with for the pop-up screen attached here. I need to show a pop-up on a button click from an account detail page as shown in snapshot instead of showing any other page as pop-up, would like to create this purely in javascript/jQuery. Thanks in advance!
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.