[jira] [Comment Edited] (OFBIZ-1910) Add support of fromDate & thruDate in CustRequestRole entity

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-1910) Add support of fromDate & thruDate in CustRequestRole entity

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620577#comment-12620577 ]

Jacques Le Roux edited comment on OFBIZ-1910 at 10/18/15 9:30 AM:
------------------------------------------------------------------

Hi Ashish,

I also wanted to add from - thru date fields to a few role entities, but the procedure for modifying a primary key field is very time consuming task.
If I got it right from http://docs.ofbiz.org/display/OFBTECH/General+Entity+Overview  , you have to create a new table(with the new primary key) and also provide a service to move the data.

+ 1 for having fromDate & thruDate fields in CustRequestRole entity.
I think there are also other entities that need these very important fields: ProductStoreGroupRole, FacilityGroupRole, FacilityRole, AgreementRole, MarketingCampaignRole, SegmentGroupRole.

Regards,
Bilgin Ibryam

PS: here is the discussion: http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200807.mbox/%3C35670358-622D-4BF2-A434-5072A381BB93@...%3E


was (Author: bibryam):
Hi Ashish,

I also wanted to add from - thru date fields to a few role entities, but the procedure for modifying a primary key field is very time consuming task.
If I got it right from http://docs.ofbiz.org/display/OFBTECH/General+Entity+Overview  , you have to create a new table(with the new primary key) and also provide a service to move the data.

+ 1 for having fromDate & thruDate fields in CustRequestRole entity.
I think there are also other entities that need these very important fields: ProductStoreGroupRole, FacilityGroupRole, FacilityRole, AgreementRole, MarketingCampaignRole, SegmentGroupRole.

Regards,
Bilgin Ibryam

PS: here is the discussion: http://www.nabble.com/*Role-entities-question-to18503776.html#a18607087

> Add support of fromDate & thruDate in CustRequestRole entity
> ------------------------------------------------------------
>
>                 Key: OFBIZ-1910
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1910
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>            Reporter: Ashish Vijaywargiya
>            Assignee: Ashish Vijaywargiya
>            Priority: Trivial
>         Attachments: Improve_CustRequestRole.patch, Improve_CustRequestRole.patch
>
>
> Hello,
> I have added fromDate & thruDate field to maintain the old records from CustRequestRole entity.
> Suppose a request is assigned to a party in the role of "Request Taker" and after few day it can be assigned to another party in the role of "Request Taker".
> So it will be easy to keep the old record with the help of fromDate & thruDate.
> Please let me know your thoughts on it.
> --
> Ashish



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)