After creating GI, it will automatically make some related columns as hyperlink which one can click and directly open respective screen. How do we get rid of that hyperlink?
For example-
Create a new GI with SOOrder table and add OrderType, OrderNumber and CustomerID fields in ResultsGrid. View GI, it will have hyperlink for all the three columns. I do not want to see the hyperlink for Ordertype and CustomerID.
Any suggestions?
In result Grid Tab Unckeck the box(Default Navigation) for fields you don't want hyperlink
Related
Would it be possible to disable "Tab" events on specific columns.
My current table has 4 input, 1 of which is a dropdown for status and the rest are text fields.
The scenario is that the users are inputting data on the text fields but they don't want the dropdown to open up on the next row and just proceed on the next text field.
If the values are static, you could use a custom editor to do your work.
Working Demo: https://codesandbox.io/s/disable-tab-some-editors-ud5vit?file=/src/index.js
In the demo, I used the column "Status" as a select field with three possible values. Tab won't make dropdown appear by default.
Hope it helps!
As mentioned in the title above, I've added Created by and Modified by column field in my custom list.
But however, when i added a new item into the list, I was not able to see my name or the person's name, that creates the item.
Would like to know what are the possible reasons to this issue.
UPDATES:
Here is the issue i'm facing.
First of all you dont need to add CreatedBy, CreatedDate, ModifiedBy, ModifiedDate columns to lists these are added by default.
All you have to do is to edit the default view and add the columns to the default view, if you have a custom view edit it and add the columns.
When you add a column you get the option to add it to default view.
Doing the above will show the columns in the view.
How to change the view
Goto List Settings (Gear icon on right if O365 or Top Ribbon Menu)
On the bottom you will find the "Views" section
Click the "All Items" now you can see all the available columns the Created and CreatedBy will be there just tick it and remove your columns.
Press ok your columns will be displayed in the view with correct values.
I have a table named (LoginTable) which contains 3 columns: (Username, Password, Email).
I have a DropDownList control named (ddlUsers) which displays all the usernames in the table above. In other words, The DropDownList control (ddlUsers) populated from the Username column of the table named (LoginTable).
I have a button named (btnDelete), and I want that when a user selects a value/item from the DropDownList control (ddlUsers), and click the button, then that specific row will be deleted completely from the table (LoginTable).
Could you please guide me how to do that? Any code snippet please?
Thanks in advance !
Hi i want to fecth (column) values of selected row from the main grid, on click of ribbon button .After getting value i want to copy that values but however in first place i m not able to get the value on button click.
To do this, you'll want to modify the Ribbon XML.
Look at http://msdn.microsoft.com/en-us/library/gg309639.aspx and http://www.develop1.net/public/page/Ribbon-Workbench-for-Dynamics-CRM-2011.aspx
I have a form in CRM 2011 with a tab split into 2 columns. On this tab, I want to add a section that spans across both columns of the tab (the entire width of the form). When I insert a section on the tab, it just adds the new section to the left column of the tab and I am unable to get it to span across the other column. Does anyone know of a way to achieve this?
Thanks in advance!
Insert a one column tab. Drag a field to one of the 2 columns inside the tab. Click on the field, then on Change Properties in the ribbon on the top of the page. Select the formatting tab and then choose 2 columns.
I have fixed this issue by adding a new one-column tab without showing the tab name below the existing tab and adding a one-column section within that tab. So this now ends up looking like another field within the same tab since the new tab doesnt have a name displayed. Thanks for your help Jason Lattimer!