There are currently 4 details available in the Preview App when I explore a Table, and click on "Columns" tab.
They are:
NAME
TYPE
NULLABLE
DEFAULT
Screenshot of User Interface with column details
Is it possible for users or administrators to customize which column details are visible here? If not, are there plans to make this customizable?
I want to show the "Comment" detail in this view, and hide the Default detail since it is irrelevant for my users.
use the following query instead of the new preview app:
describe table mytable;
https://docs.snowflake.com/en/sql-reference/sql/desc-table.html
Related
I am very new to Salesforce, so apologies if my use of terms is not correct.
I am using Lightning Knowledge
I have enable and setup Knowledge Base and added FAQ articles and have added Question and Answerr fields to those articles.
I have setup the field visibilty so they are visible to all user including "Read Only" users (I could not find anything specific for Guests, should there be?)
So as far as I can tell the field permissions on the Question and Answer fields is correct.
I create articles and enter my values for my "Question and Answer fields" but when I go to my public site to view the FAQ, I only see the content of the Title and URL Name fields. I do not see my Question and Answer Fields.
If I login and view the articles via the public site, I do see the Question and Answer values.
I would very much appricaite it if anyone could point me in the right direction for trying to figure this out. I have googled but cannot seem to find anything that talks about guest users and field visibilty that has helped me.
Many Thanks
Derek
Yes, guest user is still an user. There's hidden user account (which acts as "created by" when you make new Case for example) and Profile which you might have to edit. It doesn't show up on normal list of profiles (but for example the Id can be queried and once you know Id you could construct the url yourself).
If you're using an Experience Cloud (aka Community) go to your site's Builder and the links will be at the bottom.
If you're using Sites - it should be in Site's config.
I had the exact same issue, but did see the solution documented in the previous comments.
In your community navigate to Settings
Select General
Click link under Guest User Profile
Scroll down to Field-Level Security
Click View for Knowledge
Click Edit
Check the Read Access box for the fields which are not displaying
Click Save
We have created Dashboard and it is exposed to community user. Dashboard is visible to community user but when we click on dashboard to see selected data it opens report with below Exception-
Looks like there's a problem.
INVALID_TYPE: sObject type 'Report' is not supported in describeCompactLayouts.
This error appears because you have not added a Report object page. You may follow these steps to fix this error
Go to Communities -> Builder
Add new page by clicking non settings icon at the the top.
Create a new object page for Report
In one project I have multiple view criteria choosing different attributes from one view object and different print buttons I want to invoke.
This I want to do is when I choose a specific view criteria to display in my page only this print button which match with the view criteria and others become invisible.
Is there any way to know the id or something of view criteria I have select when I run my application?
I am using Jdeveloper 12c deploying on Oracle weblogic.
I am building a website with drupal 7 in which I have two user roles i.e. a member and an expert. I want to display slideshow of expert type of users with their image, name and few lines describing them in every instance of slideshow. All 3 fields which I require are stored in mysql database as the users entered these details at the time of signup. I used view_slideshow module but I am unable to configure it my way. Unable to create new content type.
Can it be possible to display slideshow in the way I want?
I am using "busy" theme if its required.
Using the views slideshow module you should be able to create a view where instead of displaying content you display users. On the create view page there is a spot where it says 'show: content ' as a drop down. Change this to users and then when you have the views slideshows module change the display format on the same page to slideshow.
I have a "related list" in my Account layout as there is a master detail relationship.How do I add the related list layout in the package so that when the other person installs it , can be seen in his Account Layout
You can include page layouts in your package, just choose it from the drop down and then select the layouts you want to include. If you include the Account page layouts in question then the related list will be there (assuming you include the custom object as well!):
Choose "Page Layout"
Choose the Account page layouts you want to include