SharePoint List JSON Form Formatting & Validations (3)

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 181

  • @365g
    @365g 3 роки тому +4

    Many thanks Reza - great video!. Shows just how much power exists in SharePoint as a standalone platform

    • @RezaDorrani
      @RezaDorrani  3 роки тому +2

      SharePoint is still alive and powerful

  • @TheSourceresss
    @TheSourceresss Рік тому +1

    Super useful - my brain is already concocting use-case scenarios! Thanks for taking the time to put this together.

    • @RezaDorrani
      @RezaDorrani  Рік тому

      Glad to hear that. Thanks for watching.

  • @vinamrachandra9611
    @vinamrachandra9611 3 роки тому +1

    Another great video.
    To get the internal names of columns, I copy the columns from List Settings, paste them in Excel and use an User Defined Function to extract the URL and then extract the name after the last =.
    Function GetURL(rng As Range) As String
    On Error Resume Next
    GetURL = rng.Hyperlinks(1).Address
    End Function
    One of my lists has 100+ columns.
    As a best practice, I always try to create columns without spaces in the name and then insert spaces or underscore etc in the Display name.

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Great tip! Thanks for sharing.

  • @londonengland2309
    @londonengland2309 3 роки тому +1

    Thanks Reza you are a star! I need to follow this over the weekend as I need to send an email once the status is complete.

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      Enjoy the videos this weekend

  • @jaganv8343
    @jaganv8343 3 роки тому +2

    Very very excellent video, by this JSON Customization will reduce a lot effort of developer. Even if we don't have requirement of other connectors, then I think no need to go development of Power Apps for responsiveness only.

  • @umeshgaur6960
    @umeshgaur6960 3 роки тому +1

    I love all the videos, using json in list formatting helps me lots

  • @marocas68
    @marocas68 3 роки тому +1

    Top video Reza! You are a source of knowledge and inspiration.

  • @DanielADamico
    @DanielADamico 3 роки тому +1

    Reza is the synonym of awesome videos! Thanks for sharing! 👏👏

  • @davidwebster2616
    @davidwebster2616 3 роки тому +1

    Reza, once again, you are the man. 5:16 - I'm hitting my forehead on the desk wondering why my JSON code isn't picking up the columnname. I wasn't using the internal name of the column.

  • @TheMarkGross
    @TheMarkGross Рік тому +1

    I didn't understand some of it but I think by trial and error i'll learn it. Appreciate the video

    • @RezaDorrani
      @RezaDorrani  Рік тому

      Video description has links to sample code.

  • @sadelina2763
    @sadelina2763 3 роки тому +1

    Thanks for this, I will do it tomorrow, and I will leave everyone with a square eye, I promise to give you the credits🙊

  • @mails2jetti
    @mails2jetti 3 роки тому +1

    Thanks Reza, I will be learning new things in each of your vidoe. Thanks for sharing these.

  • @mainguyen3097
    @mainguyen3097 3 роки тому +1

    Your video is really helpful Reza. Thank you very much.

  • @carlw
    @carlw 3 роки тому +2

    Thanks again. We either learn this stuff through osmosis, using the force or from your videos.

  • @darrinkinney2268
    @darrinkinney2268 3 роки тому +1

    love you stuff. Digital smart forms are such a vital aspect of good project management and I honestly do not feel as they are user nearly enough.

  • @PowerPlatformDiv
    @PowerPlatformDiv 3 роки тому +2

    Your voice ,style of topic explanation , and your content Quality you compels us for watch full video 😎😊😊 like a magnate.
    It’s really amazing

  • @alzaimoor79
    @alzaimoor79 3 роки тому +1

    Excellent session and tremendous effort, thanks for sharing 👏🏻

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Thanks for appreciating the effort.

  • @imranozcanyay901
    @imranozcanyay901 Рік тому +1

    I really like it. Thank you for doing this.

  • @codecat8430
    @codecat8430 Рік тому +1

    Amazing! Subscribed!

  • @bobknight1427
    @bobknight1427 3 роки тому +1

    Reza thanks for videos. You are really awesome. Thank you.!!!

  • @alexmleite14
    @alexmleite14 2 роки тому +1

    Thks for sharing!

  • @RPAChampion
    @RPAChampion 3 роки тому +1

    This is a great live 👏 🙌 👌 👍 ❤

  • @alexmacedo2620
    @alexmacedo2620 3 роки тому +2

    Great video as always, Reza! Do you whether it is possible or not to have a group of fields not available for editing when someone belongs to a SharePoint group?

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      Possible but in Power Apps not with the JSON formatting. I am working on a video around role based column editing in Power Apps which will cover exactly the scenario you mentioned.

  • @N4ncnPq
    @N4ncnPq 3 роки тому +1

    GREAT!!

  • @spylkc
    @spylkc Рік тому +1

    Many thanks, Reza - excellent video!
    May you show more detail for the "Dynamic Multi-Steps Approvals Base on Expense Type"?
    I need help how to get the Approvers in the Sharepoint list.
    Thanks a lot.

    • @RezaDorrani
      @RezaDorrani  Рік тому

      I have done 18 videos on approvals. They are all in my approvals playlist. I recommend checking that.

  • @ramonseila
    @ramonseila 3 роки тому +1

    Thank you very much Reza Dorrani!! Excellent! A doubt, I have a column of the type hyperlink or image, would there be any way to display this image Url in the header?

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      I believe that is possible.
      Check the documentation - docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting

  • @prizim
    @prizim 3 роки тому

    great video!

  • @Poryotis
    @Poryotis 3 роки тому +2

    Thank you for the great video. Is there a way to display the read-only fields like the Created, Created By, Modified, etc. Tried including them in the sections but they would not display

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Currently, those read only columns are not available in the form customization. I wish it was. One subscriber did mention that if you create a calculated column that gets its data from those read only columns, then you could include them in the form. I have not tried it, but worth a shot.

    • @zghaboos
      @zghaboos 3 роки тому +1

      @@RezaDorrani Hello. Just tried the calculated column which reads a single text column and those don't work... oh well, I'm sure they'll figure that one out soon!

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      @@zghaboos I hope they do :)

  • @dddonohue8172
    @dddonohue8172 2 роки тому +1

    Awesome video. I noticed when you added your json formatting to the list, 3 columns were displayed across the canvas. When I did it, only 2 columns across the canvas. Can the width of the canvas be increased to allow more columns across? I noticed as I pulled my browser to widen it, the form remained the same size with only 2 columns. Do you know how this value is set and why it would be different between your build and mine?

    • @RezaDorrani
      @RezaDorrani  2 роки тому +1

      That width is set automatically depending upon window width. You may have to refresh the web page to see the updates.

  • @sundrapillay6668
    @sundrapillay6668 3 роки тому +1

    Thanks Reza

  • @stlaurent26
    @stlaurent26 Рік тому +1

    Great video .. is there a way to wrap column headers on MS list? The default is no-wrap, which doesn't work for long column names

    • @RezaDorrani
      @RezaDorrani  Рік тому

      I don’t think we have an option for that

  • @zghaboos
    @zghaboos 3 роки тому +1

    Great video as always... you helped me avoid building a power app! Have you managed to get object variables in the header to work at all? Eg put a person's name in the header or a lookup column value?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      It does act up for complex data types. I'm sure these will be fixed soon. Here is my ull playlist which has more scenarios covered: ua-cam.com/play/PLTyFh-qDKAiE7C_2lVNAPzgHXsBykG0Tf.html

  • @ilana4014
    @ilana4014 3 роки тому +1

    Thanks Reza for this awesome video. May I ask an additional question? Is there a possibility to check the default language or site language of the users choice and then display the cells/columns according to the language?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      The schema does not have a formula to check the default language or site language today
      developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json

  • @yogeshvipradas
    @yogeshvipradas 3 роки тому +1

    Hi Reza,
    Great video, really helpful. Is it possible to show the map based on the location field withing the form formatting?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Check ua-cam.com/video/40NJOwydzHE/v-deo.html

  • @thomasvdb9736
    @thomasvdb9736 3 роки тому +1

    Hi Reza thanks a lot for the video!!! Is there a way to add clickable button to trigger a power automate flow in the forms view? i seem to only to make it work in the list view :(

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Currently calling a flow is not supported.

  • @kamaa76
    @kamaa76 2 роки тому +1

    Hi Reze , Nice one!! thanks to your videos which its help lot of users. any ways to format body column fields labels? Means the important fields I want change the filed label colour to Red. its posible?

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      Body formatting is not an option at the moment.
      You would want to look at Power Apps for that.

  • @coolbeing163
    @coolbeing163 3 роки тому +1

    thanks Reza one more time for this fantastic video. I was just wondering if there is a way to perform validation more than show/hide of column?? Can we display error message based on drop down value selected or similar like in SharePoint online list form??

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      Possible by using the list validation settings and writing expressions there.
      I think I covered it in one of my videos. Check this playlist ua-cam.com/play/PLTyFh-qDKAiE7C_2lVNAPzgHXsBykG0Tf.html

  • @pradeeppiplawa4013
    @pradeeppiplawa4013 3 роки тому +1

    Hey Reza Great Video. I was wondering if there is any way to conditionally hide columns based on form type i.e new form or edit form?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      That option is currently not available.

  • @FamilyPlays22
    @FamilyPlays22 2 роки тому +1

    Hello friend, excellent video. Is it possible to hide and show entire sections like fields? That way I wouldn't have to hide every field in a section. Thanks for sharing your knowledge.

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      Hide/Show sections is currently not supported.

  • @chaddytee726
    @chaddytee726 3 роки тому +1

    as always great stuff Reza!, question: can you make a field like status read-only? so when a user opens the form the status field cannot be edited?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      This feature only supports formatting. To make field read-only based on status, you would need to use Power Apps

    • @chaddytee726
      @chaddytee726 3 роки тому

      @@RezaDorrani Thanks Reza!, one more question, when you use json in the body of the form, can you split the form with different layouts? e.g top half is two rows of three, then under that is maybe a section that is just two columns? hope that makes sense - luv your work!

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      @@chaddytee726 One cannot define how the columns will be displayed in sections. It automatically places it in the sections.

  • @shin81able
    @shin81able 2 роки тому +1

    Hi, cool video, is it possible to add different contact email address? Is it also possible to add an button to add a new item to this list instead of going to the standard version?

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      is it possible to add different contact email address? - You can create multiple person type columns and user can pick any user from AD
      Is it also possible to add an button to add a new item to this list instead of going to the standard version? - Add button opens the custom form. Not sure what you mean by standard version.

  • @robinjamesnjarlely
    @robinjamesnjarlely 3 роки тому +1

    Waiting

  • @Bhagotras
    @Bhagotras 3 роки тому +1

    Which permission will impact editing the JSON by user on the list column and form?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      I believe its Edit permission.

  • @Liamscott92
    @Liamscott92 3 роки тому

    Hi Reza, fandtastic video! Is it possible to add a button to trigger a flow in the header or footer? Similar to a column list view formatting?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Unfortunately not. Currently, this is not supported.

  • @akshaykathuria06
    @akshaykathuria06 3 роки тому +1

    Great video. Can we also increase column width in body section? For example - Increase width of Condition Notes column

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      Currently, No option to increase width.

    • @akshaykathuria06
      @akshaykathuria06 3 роки тому +1

      @@RezaDorrani Thank you Reza. Appreciate your response. I'm delivering my first few json forms today in public health sector in Australia. All thanks to you. Your videos have been a great reference.

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      @@akshaykathuria06 Best of luck

    • @akshaykathuria06
      @akshaykathuria06 3 роки тому

      @@RezaDorrani Thanks.

  • @tommyrihu824
    @tommyrihu824 Рік тому

    Reaza great work, but can i use lookup columns in the list form i see alla other columns in the list form but not the lookup columns, Thanks!

    • @RezaDorrani
      @RezaDorrani  Рік тому

      I believe you can. Not sure why it wont show up on forms for you.

    • @tommyrihu824
      @tommyrihu824 Рік тому

      @@RezaDorrani Thanks. but the Lookup Columns does not show in the list form more then one

    • @RezaDorrani
      @RezaDorrani  Рік тому

      @@tommyrihu824 I don’t know why that is happening

  • @shin81able
    @shin81able 2 роки тому

    Do you also have a video how to mange 100+ images in sharepoint? Or are there any tipps should I use assets or list?

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      I do not have a video reference on this scenario. 100+ images would be best to store in doc libraries.

  • @marieraymond6512
    @marieraymond6512 10 місяців тому

    Hey Reza, Is it possible to format the view names at the top pf the list in classic experience?

    • @RezaDorrani
      @RezaDorrani  10 місяців тому

      Classic SharePoint does not support json formatting

  • @dieterleyendecker5685
    @dieterleyendecker5685 3 роки тому +1

    Hi Reza, many thanks for that very helpful video. Unfortunately the link to the PnP Samples doesn't work anymore. can you fix it or send me the correct link?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      They changed the link :) Here is the updated one - pnp.github.io/List-Formatting/

  • @mardithpascua8112
    @mardithpascua8112 Рік тому

    Hi Reza, is it possible to make specific fields in New/Edit Form read-only/disabled using the BODY Json Formatting?

    • @RezaDorrani
      @RezaDorrani  Рік тому

      I don’t think there is currently an option to make field read only with JSON formatting

  • @eddyfeys
    @eddyfeys 3 роки тому

    Hi, Reza, is working in JSON Form Formatting also possible when your field on which you want to rely is a managed metadata choice field ?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      I believe MMS columns are not currently supported.

    • @eddyfeys
      @eddyfeys 3 роки тому

      @@RezaDorrani any chance it will become in the future in your opinion?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      @@eddyfeys Hopefully it would.

  • @emilioroqueta4445
    @emilioroqueta4445 3 роки тому +1

    Hi Reza, is there any way with JSON to show a Field in "read mode" in the Sharepoint List form? Because this Field is completing only in a Power App and I do not want that someone change it in SharePoint. Thanks in advance

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      JSON form formatting only allows formatting. Not possible to change field modes as of today.

  • @davidwebster2616
    @davidwebster2616 2 роки тому

    Reza, is it possible to disable a column in a OOTB sharepoint list form based on a condition like a column status?

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      Disable columns is currently not an option.

  • @suneelrvishwakarma
    @suneelrvishwakarma 2 роки тому

    Hi, can we highlight the duplicate values in a particular column?

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      That is currently not an option with JSON formatting.

  • @gkz871
    @gkz871 2 роки тому +1

    Hi Reza, why my default list form there is not a edit icon there?
    only a cross to close and show comments icon....OK, found it, in details mode
    Thank you share...

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      Looks like you got the answer!

  • @daxteoh27
    @daxteoh27 3 роки тому

    Hi Reza, is it possible to line break in displayname (ie title)?

    • @daxteoh27
      @daxteoh27 3 роки тому

      I would like create body title like this:
      By submitting this form, you must checked
      (a) XXXX
      (b) XXXX
      field

    • @daxteoh27
      @daxteoh27 3 роки тому

      I tried
      doesn't work

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      May be possible.
      Check with twitter.com/techan_k or check on the forums at techcommunity.microsoft.com/t5/sharepoint/ct-p/SharePoint

  • @aaaaa601
    @aaaaa601 3 роки тому +1

    👍Thks Resa, where is source of json header please, ?

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      Video description has all the links.

  • @aasheekakarkee4800
    @aasheekakarkee4800 Рік тому

    Hi Reza,
    I want give permission to user to read or read and write only based on the stage value . What factors should i consider in formatting json so that based on stage value, user can either just read or sometimes can write value on it too?

    • @RezaDorrani
      @RezaDorrani  Рік тому

      Json is only for formatting data. You cannot set permissions or make fields read-only with it.

  • @sandyspringer55
    @sandyspringer55 Рік тому

    Is there anyway to input a search above the assets manager on the SharePoint page for a large number of assessts

    • @RezaDorrani
      @RezaDorrani  Рік тому

      I am not aware of an option to do that

  • @sonaligaikwad8858
    @sonaligaikwad8858 3 роки тому

    Can we auto populate field data based on another column data using JSON?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      I don’t believe that is possible as of now.

  • @WELUVYOU-REDD
    @WELUVYOU-REDD 7 місяців тому

    My first comment. ❤ where can we get the json header template to copy and paste it? Hope to hear from you?

    • @RezaDorrani
      @RezaDorrani  7 місяців тому +1

      Thanks!
      Did you check the link in video description?

  • @bambaseye
    @bambaseye 3 роки тому

    Thanks Reza for the video! is it possible to use person column on the header ? I try [$ColumnName.title] or [$ColumnName.email] without success.

    • @bambaseye
      @bambaseye 3 роки тому

      it works but only in new mode not in view or edit mode

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      Known issue. Works when you click on the control. That was one of the reasons why I avoided it as part of my demo.

    • @bambaseye
      @bambaseye 3 роки тому

      @@RezaDorrani Thanks Reza. in my use case, the user could use the form to update their photo

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      @@bambaseye Currently, not possible. Hopefully, more options open up in future.

  • @einjhelle0018
    @einjhelle0018 3 роки тому

    I'm wondering if can we link a list to another list?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Yes, you can add anchor tags - docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting#create-clickable-actions

  • @manoharmeesala3827
    @manoharmeesala3827 3 роки тому

    can we achieve 'fetching data from another list' without Rest-API calls & Lookup??
    using JSON formatting mechanism.

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      No. JSON formatting is only to format data.

    • @manoharmeesala3827
      @manoharmeesala3827 3 роки тому

      @@RezaDorrani Okay, Thank you
      BTW it's an excellent session.

    • @manoharmeesala3827
      @manoharmeesala3827 3 роки тому

      @@RezaDorrani and one more doubt, can we make a lookup column as an 'auto-complete' textbox, unlike drop-down.

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      @@manoharmeesala3827 Only formatting is allowed. No changing control types. For those kind of changes, you will need Power Apps.

  • @Ganeshaithandal
    @Ganeshaithandal 3 роки тому

    Can you share the JSON code that you showed in the Video?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Video description has link to download the JSON code from my GitHub repo

  • @dilipkampa6526
    @dilipkampa6526 3 роки тому

    Hi Reza when using Json formatting, SharePoint list is showing alot of performance degradation. There are hardly 30-40 items but page loading takes more than 15 seconds to load up. Any solution for that ?
    Thank you

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Did not experience this. I have a client using a list with around 15-20 formats but works fine.
      I would recommend you raise a ticket with Microsoft to check on the issue.

  • @shin81able
    @shin81able 2 роки тому

    Hi is there a way to remove the list element automatically if the date is over and archive?

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      Not with list formatting. You may want to look at flow for that.

    • @shin81able
      @shin81able 2 роки тому

      @@RezaDorrani thanks for your response. So can you maybe make a video where it shows how to handle such a case?

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      @@shin81able I make videos when I receive multiple requests on a topic. I have video ideas with over 30+ requests in my backlog.

    • @shin81able
      @shin81able 2 роки тому +1

      @@RezaDorrani OK I see thanks

  • @hokki28
    @hokki28 3 роки тому

    Where can I find a reference for the functions I can use in the JSON code?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json
      Not all features are supported for form formatting and I did not see any official documentation on what is supported.

  • @nerdgal
    @nerdgal 2 роки тому

    How would I change the font in the body

    • @RezaDorrani
      @RezaDorrani  2 роки тому

      I don't believe that is an option.

    • @nerdgal
      @nerdgal Рік тому

      @@RezaDorrani awww that sucks.. my boss is obsessed with Cambria which makes life a bit difficult for me thanks for the response

    • @RezaDorrani
      @RezaDorrani  Рік тому

      Never heard of "Cambria"

  • @suthanchidambaram3880
    @suthanchidambaram3880 3 роки тому

    Hi Reza I want to remove "New Item" ribbon while creating a new entry to the list and also want to set the current user email id to people field. Please help me....

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      New Item ribbon cannot be changed using JSON. It will show up depending upon user access to SharePoint list.

    • @suthanchidambaram3880
      @suthanchidambaram3880 3 роки тому

      @@RezaDorrani is there any other way to remove that. And I also want to auto populate email id field with the current user's E-mail ID. Please help...

    • @RezaDorrani
      @RezaDorrani  3 роки тому +1

      @@suthanchidambaram3880 Create a Power App from the SharePoint list.
      I do not have a video based on your scenario.
      I will recommend checking on the forums at powerusers.microsoft.com

  • @ylmazozturk06
    @ylmazozturk06 3 роки тому

    hi, how do i convert this code to json code

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      I'm not sure about this.
      Check on the forums techcommunity.microsoft.com/t5/sharepoint/ct-p/SharePoint or connect with twitter.com/techan_k

  • @yojanamhatre8875
    @yojanamhatre8875 3 роки тому

    How can we add tabs in list ?

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      The body JSON only allows creating sections and no other formatting is allowed.
      You would have to use Power Apps to create tabs - ua-cam.com/play/PLTyFh-qDKAiEIVlidnhELx5BusnzlDzkR.html

  • @thrilled2bits
    @thrilled2bits 3 роки тому

    Note: validation doesn't work against metadata fields - those fields are not available / visible.
    Silly of MS....

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      Certain field types are currently not supported.

  • @icarooliveira2688
    @icarooliveira2688 Рік тому

    how i can put img to my list header sharepoint view? someone have any script?

    • @RezaDorrani
      @RezaDorrani  Рік тому +1

      SharePoint view or form?
      Video shows how to add image on form.
      I have a playlist on SharePoint list formatting. You can check that.

    • @icarooliveira2688
      @icarooliveira2688 Рік тому

      @@RezaDorrani i saw your vídeos i really apreciate but Just need a symple script that i can input image column data on header sharepoint list. Your solution vídeos it' s to much advanced for me

    • @RezaDorrani
      @RezaDorrani  Рік тому +1

      @@icarooliveira2688 Most of list formatting videos have samples shared. Links in video description.
      If you need any additional help, I would recommend checking or posting on SharePoint Forums.

  • @MultiChris7777
    @MultiChris7777 3 роки тому

    I cannot find Validation Settings under "List Setting"

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      social.technet.microsoft.com/Forums/office/en-US/187771bf-b60b-46b4-b871-9d593627b69d/missing-validation-settings-under-general-settings

  • @learnalittleeveryday7848
    @learnalittleeveryday7848 3 роки тому

    The final part (page setup) is dangerous and therefore becomes useless. If a user makes more than one selection the asset reference becomes blank and is automatically saved as blank changing the record. If it is a mandatory field, the properties area just displays the field and a save button.
    Deselecting the asset reference safely returns you back but it is unclear that that is the action required. Making the whole properties record read only doesn’t really work either .
    The only solution is if the user is only allowed to make one selection at a time in the asset reference list on the left. Unless there is a clever validation I am missing. Shame as it so close to being useful

    • @RezaDorrani
      @RezaDorrani  3 роки тому

      I believe there is a way to avoid showcasing the selection option.
      In the formatting itself, a link or icon can be provided to launch the properties.

    • @learnalittleeveryday7848
      @learnalittleeveryday7848 3 роки тому

      @@RezaDorrani Thank you for taking the time to reply. A good idea hampered by a flaw in the design, as is the MS way.