[PROPOSAL]Request to enhance entity:SystemProperty.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Wai
Reply | Threaded
Open this post in threaded view
|

[PROPOSAL]Request to enhance entity:SystemProperty.

Wai
This post was updated on .
I would like to get some comments on a request to enhance the SystemProperty entity.
It would be useful to add the following fields:

field: access
    -this field is used to indicate if the entry is readable and/or writable by the a user with admin access.
    -valid values:
empty=readable, writable
ro=readonly
rw=readable and writable
h=hidden

field: valueType
    -this field is used to indicate the format of the value. It could be used to aid validation
    -valid values:
empty,text=any sequence of characters
boolean=true/false, Y/N
numeric=digits and hex values (eg. 0x????)
date=date value

A second point.  The SystemProperty entity contains settings for the whole system (even thought some are for specific components).  Would it be useful to include user specific settings based on userLoginId.  If so, would that be using SystemProperty or create a new entity (eg. UserProperty?)

Thanks.
Wai
Reply | Threaded
Open this post in threaded view
|

Re: [PROPOSAL]Request to enhance entity:SystemProperty.

Wai
Anybody have a comment on this?
Reply | Threaded
Open this post in threaded view
|

Re: [PROPOSAL]Request to enhance entity:SystemProperty.

Arun Patidar-2
Hello Wai,

We can use permission checks on screen and service level instead of adding
a new field ' 'access'' in entity.

We have 'PartyAcctgPreference' entity for storing party specific settings.
We can think to add few general fields in it.



--
Thanks & Regards
---
Arun Patidar
Manager, Enterprise Software Development


HotWax Systems Pvt Ltd.www.hotwaxsystems.com


On Wed, Aug 9, 2017 at 9:25 PM, Wai <[hidden email]> wrote:

> Anybody have a comment on this?
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.
> com/PROPOSAL-Request-to-enhance-entity-SystemProperty-
> tp4709232p4709390.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: [PROPOSAL]Request to enhance entity:SystemProperty.

Jacques Le Roux
Administrator
Thanks Arun,

Please Wai, check also on dev ML where I copied your email (the discussion should be rather there), Nicolas asked you a question.

Thanks

Jacques


Le 10/08/2017 à 06:54, Arun Patidar a écrit :

> Hello Wai,
>
> We can use permission checks on screen and service level instead of adding
> a new field ' 'access'' in entity.
>
> We have 'PartyAcctgPreference' entity for storing party specific settings.
> We can think to add few general fields in it.
>
>
>

Wai
Reply | Threaded
Open this post in threaded view
|

Re: [PROPOSAL]Request to enhance entity:SystemProperty.

Wai
In reply to this post by Arun Patidar-2