Question
2
Replies
2764
Views
AASEYA IT SERVICES PVT LTD
Posted: March 14, 2017
Last activity: February 15, 2019
Closed
Solved
difference between promptlist and local list
Hi dear all can some explain me the difference between lovcal list and promptlist, with an example,
***Updated by Moderator: Marissa to update categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi,
For property, we can select the table type as : LocalList or PromptList
Prompt list, asks for StandardValue and Prompt Value, i.e for eg: for a drop down, on UI, we would like to display the days of the week as(sun, mon ,tue, wed,thu,fri,sat), but in the back end, we would like store the values into db as (0,1,2,3,4,5,6) for further processing. Thus localization is supported.
With LocalList we can limit the number of allowed values to a property . Localization is not supported here.The value displayed at run time is the value stored in the clipboard.