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 came across this really odd problem where I have two “nx-page sk-loading” containers. The “real” one (the one which has content and is supposed to render) goes away and renders just fine (#2 in the image below). But the first one (#1 in the image below) always states “Loading…”. This happened after I added a model which points to a model-service with an external REST API endpoint. When I remove the model from the page, everything is loading fine (only one “Loading…”) but when I add it again, the above described happens. The oddest thing: All the data from the API gets loaded and everything else as well, there is just a duplicate “Loading…”. The REST API endpoint is an SSL encrypted URL and is added to the “Remote Site Settings” in SalesForce (enabled and disabled the “Disable Protocol Security” option, but that didn’t change anything). I also tried multiple endpoints (completely different APIs) which also didn’t change anything. We already have some Google-API’s included in our pag
Is there any way to use On Click action in Table column Same as We do in Chart On Click?
Hello,Any JS Superhero who may already have a similar code already made ?I’m trying to show on a UI only date field (named: NewDate) , a calculation of an existing date field(named: balance_date__c) + result of another UI-only number formula field(named: days_to_add)So need, balance_date__c + days_to_add = a date in UI field: NewDateI saw this post , and tried for 1h to modify it to my need, but my noobness is showing lolAnything close to this scenario, I would appreciate you sharing it,for me to fiddle around withThank you
Hello All, I currently have an accounts page where in the past I have filtered by certain fields (coverage model / account ownership) - the reason behind this was we have multiple account owners - so we created our own account coverage We no longer need to filter by fields at the account level. Object B - (lets just use opportunities for example)When I click on all my accounts - I would like to have a filter where I can only see accounts that have opportunities with my username on the opportunity record. I believe I can do this with the sub query function in the condtion - but I’m not sure how to go about doing this.(where I would create the condition / what object . etc) Any help with this would be highly appreciated.Thanks!
if the status of the opportunity is of value x then the opportunity stage cannot be set to Closed.
Hello,We are working on an opportunity table from where our sales team would be able to run quick opportunity funnel updates for key opportunity fields. As table is volontary showing all opportunities owned by the sales representative, the list of opportunities displayed on the table could be long.Is there a way to show any opportunity validation rule error message at the opportunity table line level instead of the top of the opportunity table ?Thank you.
I have created a page with Page Title and Field Editor. For some reason, I can see the page title, but the field editor contents are not visible. Any suggestions how to solve this problem?
When generating the page HTML for a Skuid page, CSS & JS resources not not being emitted in the order specified in the page definition. I have not tried all combinations, but one specific example is that external resources are being loaded before inline resources even if inline resources comes before external in the list of resources. As we all know, the order of loading is extremely critical to proper page function. Order is respected in some cases (e.g. external resources are emitted in their defined order) but not all. Steps to reproduce: Create page from XML below Preview page picking an account Review the page source looking for fakefile.js & fakefile.css Expected Behavior The inline JS & CSS should come before the external resources Actual Behavior Inline JS & CSS always come last Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model
I’m going mad here - I’m trying to do a client-side search on a Long Text Area field in a table, but no results are ever returned.I know I could do a server-side SOSL query instead, but speed is of the essence in my application.Have I missed something really obvious?Thanks!Linus
Please find the attached screen, i dont want to repeat the header multiple times how to reduce the space between “Comments” and the detailed comments can any one help me out from this issues. Thanks in advance
When a model contains custom condition group logic and when there is a subselect condition, when the user inputs search criteria (e.g. part of a name), the following exception is encountered: Error:Semi join sub-selects are only allowed at the top level WHERE expressions and not in nested WHERE expressions. The SOQL generated by Skuid doesn’t really align with the error message as it appears that it should be valid SOQL. Unfortunately, an exception is encountered nontheless. Possibly this is a SFDC bug? Notes When the exception is encountered, no visible message is ever displayed to the user - instead, the user is just left to think that no results were found. You must check the response (in the Network tab) to see the actual error. There must be more than one condition on the model and it must have custom grouping logic. This is is causing Skuid to group the custom logic with parens and then add an AND with the “Like ‘%value%’” for each search field. It’s this extra clause that i
I have a simple page with two account models on it. One is used for the list view, the other is used to create a record. The list view model (loaded on page load) has 8 fields and 1 condition. It takes more than 30 seconds to load, and chrome keeps killing it. I’ve tried to limit the model returns to 100 records, but it still takes more than 30 seconds to load. Any direction on what to do would be appreciated.
Hi, i there any way to hide export button on a table from certain profiles?or any security in profile?Thx
Hi, I’m not sure if it’s just me or doing something wrong, but trying the mobile builder for the 1st time and it seems I cannot add any components… From what i can see on little training docs there is and some screenshots, it seems when i click on the ‘page panel’ or ‘deck’ , I should be able add components/interactions… I tried on 3 different browser and that option never shows up… Any idea why? Thx
I have the following inline CSS: .nx-skootable-data tbody tr td:nth-child(19) { background-color: #ADADAD; } .nx-skootable-data th:nth-child(19) { background-color: #ADADAD; } It works, except that the odd rows are being shaded based on my theme template. Is there a way to override the odd row shading shading on just the 19th column?
Is it possibile to create a site with a sign on screen to ask for Username and password in a Skuid page so no one ever sees sales force. I understand I can redirect a user to a Visualforce page after sign on. Or is there anyway I can put “https://dorothy.my.salesforce.com/” inside an include page in a region
Realized after recording that I was still listening to music. 🙂
What one of the two points of a donut graph is a negative the circle turns three dimensional and displays off the screen. I know the donut graph is quite limited, has anyone been able to fix this?
Hi working on my first Force.com Skuid site, and i’m having a little basic issue. I followed instructions here, and until now all was fine. Main page works great, now trying to have a popup with a page include , and it’s not working when on force.com. Says loading and nothing else… -I tried creating a new VF redirect for that page and gave permission to it on the public profile of that site -As well Site has permission to the objects /fields on that “page include” In salesforce i can view it fine, so it’s a force.com issue. Was i suppose to include the page include redirect in Same vf as original page? if yes, pls let me know how so. I’m sure i’m missing something simple… here’s the VF I used on original page <apex:page standardController=“Account” extensions=“skuid.Redirects” action=“{!redirect}?page=Site_offers”> </apex:page> Thx
I have a salesforce field of base64 type that I need to decode? How would I do that in a custom renderer?thanks
Hi,I have a tabset with ‘Defer rendering of tab contents…’ is selected. However I want contents of few tabs to be loaded on page load. Is it possible?
Hello All, iv created a mobile page with account detail page I have a bunch of buttons that act as related list. Click a button - left panel pops up shows records for that related list. Im attempting to create a Notes “related list” and cant seem to figure the trick for it when creating a model. the model, from my knowledge has no account id so I have no way to make show only notes that related to that account. Anyone have any ideas for this? Or, em I doing something completely wrong that I haven’t noticed…?Thank you for your help!~
A minor problem, but this is happening in the builder for a rendering condition on a field editor section. ‘=’ != ‘!=’
I’m trying to set up a REST Model for my SurveyMonkey responses, but I’m having issues authenticating. I’ve set my Authentication Provider and Model Service with what I believe are the right settings. When I load my page it immediately asks for authorization from SurveyMonkey, which is great! But once I enter my credentials, I get the following error message: When I look at the URL for this popup, I see the following: https://www.surveymonkey.com/oauth/authorize?api_key=pe3fhqdxffr3bmvg9mpkgyav&client_id=sm_broadresidency&response_type=code&redirect_uri=https%3A%2F%2Fskuid.na6.visual.force.com%2Fapex%2Fskuid__oauthcallback&display=popup&scope=&state=%7B%22client_id%22%3A%22sm_broadresidency%22%2C%22network%22%3A%22SurveyMonkey+API+Authenticator%22%2C%22display%22%3A%22popup%22%2C%22callback%22%3A%22_hellojs_3xyfq1i4%22%2C%22state%22%3A%22%22%2C%22redirect_uri%22%3A%22https%3A%2F%2Fskuid.na6.visual.force.com%2Fapex%2Fskuid__oauthcallback%22%2C%22scope%22%3A%22ba
Hi i’m trying to change the css for a couple specific button in my page, but for some reason, no matter what i do , they won’t align left… here’s css i’m using: .buttoncolor .ui-button, .ui-widget-content .ui-button.ui-state-default { background: transparent; border: 0px; color: black; box-shadow: 1px 1px 5px 1px white; text-align: left } And here how those button are appearing now This is 3 different “Page title components” each with 1 button All 3 has same css class applied Any ideas on why ? or what I missed? Thank you
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.