How do i get favorites icon set for icon datatype field using RestAPI for servicenow - servicenow

I need to show icon datatype custom field in my UI. For this, need to get favorites icon set from servicenow to show a icon list. Is there any RestAPI fo this?

The icons of favorites are listed here:
https://hi.service-now.com/styles/retina_icons/retina_icons.html
You can use them like this in the catalog: https://www.servicenowguru.com/scripting/client-scripts-scripting/button-colors-icons/
You can use them like this in the backend UI: https://servicenow.implementation.blog/great-ux-trick-field-decorations-and-there-295-hidden-icons/

Related

Re-use images in an image field with drupal 8

I have created an image field and I would like to be able to select an image already used in another content.
Is there a module to do that from the "Add new file" button of the field?
Thank you for your help
https://www.drupal.org/project/imce
IMCE is an image/file uploader and browser that supports personal directories and quota.

elasticsearch and liferay dxp search

I want to know how I get user information from liferay table in elasticsearch panel.Suppose I have created two users in liferay and reindex user entity then i want to get those data.Is there any way to get those user from elasticsearch panel located localhost:9200.My elasticsearch running in embedded mode.
I'm on my phone but I believe going into the search portlet's configuration and choosing to see results in document mode will give you what you're after.
Then search for the user and expand it's document view in the search results list.
Edit to add:
Click the options menu on the search portlet (kebab icon).
Click the Configuration option.
Click the Other Settings tab.
Choose Display Results in Document Form.
Search for a user.
Click Details... in the search results.
Edit again:
http://localhost:9200/liferay-20116/_search?q=screenName:wmozart
Gets you the document as well. My example is running ES on localhost:9200, the index name is liferay-20116 (leave it out to search all indices), and my user's Screen Name is wmozart.

Managing custom fields in appcelerator portal

When i log into the arrowdb on the appcelerator portal i can go into the "manage data" and click down to a specific user object.
I wish to edit a "custom field" in a User object.
Previously in ACS all the custom fields were available for edit, but now in arrowdb i cannot even see the custom fields only add new. If i add a new custom field for a custom field that should already exist it seems to change the value. However i want to be able to see the values too.
Am i doing something wrong? Should i edit the user object somewhere else?

Sitefinity cannot add RelatedMedia with content type

I am currently having issues adding a relatedmedia field type to a content type inside a module. The issue isn't when I add the field, but when I try and edit/create the content and where it says:
Content from this type cannot be selected because the module or the source providing its content is deleted or deactivated.
There is already a field called profileimage of type Media which seems to be working just fine. From what I've read Media is pre sitefinity 7.0 and RelatedMedia is for 7.0 and above.
I looked through some of the other sites that are on this setup, and some of the other content types have RelatedMedia field types set up and working. I have also looked at this G+ page but not sure if this is the culprit.
We are running sitefinity 7.2.5310.0.
When you set up the related media you had a choice for the provider if you didn't select "default site source" I could see why it wouldn't be able to find media items.
Make sure to set "default site source" as your provider if you only want to access that sites media, or select the proper provider for the site you are if you are only using it on one multisite, make sure to only enable the module on that site as well

How to add a custom field button in Virtuemart

I hope this question has a simple answer. I am creating a product catalogue with Joomla 2.5.6 and VirtueMart version 2.0.8e. On the product details page I want to include my own pdf button which will link to the brochure of the product.
Under the suggestion of a reply on the Virtuemart form, I created an image custom field in virtuemart but encountered two major problems.
I don't know now to link the image to a pdf.
I can't seem to remove the title from the image.
http://aleksdesign.ca/joomla/component/virtuemart/software-and-solutions/streem-alert-detail?Itemid=0
Please advise.
Thanks,
Aleks
My suggestion would be to use the Virtuemart Files feature. From the admin control panel, under "Shop", choose "Media". There you can upload the file(s) that you want to have downloaded. Be sure to associate them with a product, and they'll be included on the product page for download. To make a button out of the link(s), you could investigate using CSS to style them as a button. The only alternative I can think of would be to build a custom plugin for VM, which would be a great deal of extra work.
To make Custom fields in Joomla Virtuemart 2.0 is so simple.
You need to open your administrator and then go to:
Virtuemart->Products->Custom Field
there you will find a link to create new custom fiels and you can create your custom field with your choice. It provides various Custom Field Types. After creating and saving your custom field you need to go to product whom you want to add it. like:
Products->your product name->
open your product and go to Custom Fields and there at bottom you can see your custom field. add your custom field to product, save it and check this product from front-end of your site.
I hope this makes sense.
Thanks.

Resources