searchin value according to custom field in liferay - liferay

i have create one custom field in calender i want to search event whic meets custom field criteria how it can be possible because there is no method which in service class

Custom attributes are stored in the Expando* tables in Liferay and depending on how you define the custom fields it can also provide indexing and searching for you. It's a bit hard to say more without knowing more, I guess.

Related

Create Custom Field type as a separate datatype in SharePoint online

I want to create a Custom field type in share point online.It should allow me to create column using that data type.The datatype will be a calculated column and should provide results as Progress bar,stars and others.Whether its possible to do?I don't want to go for JSLink and others as it need to be dynamic one through out the site collection
SharePoint online doesn't support custom field type as on-premise.
You may check SPFx field customizer.

Sitecore check if an item has a delta with presentation details standard template

We have a lot of products that are stored as a Sitecore item.
Many of them use the presentation details defined on the Standard Values of the product template.
Now I would like the check for each product, if the presentation details is the same as the standard values.
And if they are not the same as in the standard values, I need to see the delta.
Someone an idea how to achieve this?
You can query all items and look at the "__renderings" field and come the value of it to the same field on the standard values. This field is the XML that stores the presentation settings. Any pages that have a value that doesn't match the standard values has been changed.

Sharepoint Multiple Values Column?

I want to create a custom field with multiple values like it may store array variables.
also this field is not a lookup field.
what can be the field type that I should inherit from to achieve this ?
thanks
SPFieldMultiColumn may well be the class you're looking for. Here is the relevant MSDN article:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfieldmulticolumn.aspx
Good luck with it though, custom fields can be a pain in the ears at the best of times.

SharePoint (2010): Field for (multi) currency...?

old problem now getting new. Anyone has a good idea for storing currency values in a sharepoint list? Problem is - there is a currency field, but it is not multi-currency enabled.
I could obviously store the value in two fields (currency lookup from a list, value in second field), but I take it as wondering whether there is a more viable approach that.
You could create your own custom field type
Custom Field Type
Building Custom Field Types in Windows SharePoint Services 3.0

How to set the default value of a user defined column in SharePoint depending on the content type that uses it

In a SharePoint website I defined a new column that is used in three different content types. Now I want to define a different default value for this column for each content type. Is this possible using the webservice interface of SharePoint? Is it possible at all?
You cannot set a default value for a column in Sharepoint based on the content type. What you could do though is modify the editform and newform aspx pages of the lists that use the content types / columns and then use JQuery to set the value based on the selected content type.
Your other option is a custom field where you can run c# code to determine the value of the field based on your particular requirements. Not very light weight to implement however.

Resources