Questions tagged [linkfieldvalue]

5 questions
9
votes
4 answers

Grails: How to make everything I create Upper Case?

I am currently using CSS to change everything I write to upperCase when I create an entry, but that is not enough. When I save things, the text shown in the text fields is upper case, but the real value that Grails stores stays in lower case. I am…
randomizertech
  • 2,309
  • 15
  • 48
  • 85
1
vote
1 answer

Extract URL from link field in Drupal?

I have a link field that is composed from a URL and the title, I need to print out only the URL of the link field without the title in my node content type tpl file, is that possible ? Thanks!
perpetual_dream
  • 1,046
  • 5
  • 18
  • 51
0
votes
1 answer

Update parent field value when change child field value in a hosted process xml Devops Server 2019

I want to update a field value from a parent task when a field value from its children task is updated. For example, you submit 5 hours in Completed work field on ChildTask. This value has to be submitted also in ParentTask Completed Work field and…
0
votes
1 answer

How can I write a SPQuery to filter items based on a LinkFieldValue?

I need to select a single value from a SharePoint list based on a field value. The type of the field is LinkFieldValue. How should I write the CAML query? When I select the items with an empty query, I receive all the items in the list as…
skolima
  • 31,963
  • 27
  • 115
  • 151
0
votes
0 answers

Open modal windows or popups from a Hyperlink site column

I need to open a modal window or popup from a SharePoint site column, when the user clicks on a link shown by this column. I have tried to use these types of site columns: Full HTML content with formatting and constraints for publishing Hyperlink…
Maklei
  • 76
  • 15