on 2009 Jan 26 5:41 PM
Hello,
How can I assign Factory Calendar to a USER in CRM 2007?
Hi,
Factory calander can be assign to any user based onto the Date Profile.Within the date profile we have elements as Reference objects,Date rule,Date type and duration.The concept is that durations use the Reference Objects to schedule or calculate which date is working or non working.
You need to maintain a Date Type (Reference Object and Date Rule) and thereafter goto Durations and maintain the same Reference Object as used in Date Type.
May be this helps you as Durations in Date Profile use the Reference Objects in order to calculate the date or factory calander ( Working and Non working dates).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Deepak ,
I have implemented OSS Note 675647 - Use of factory calendars in Date calculations.
I have created refernce object ZFACTCAL and assigned inTask Date type . It is working fine in task date calculation as per factory calendar and holiday calendar .
but it is not working for other Z transaction type ( Service request, complain, lead , opportunity) where standard refernce object is assigned
Following is my code in Method IF_EX_CRM_TIMEZONE_BADI~GET_TIMEZONE
.
CASE iv_ref_object.
WHEN 'ZFACTCAL' OR 'ACTIVITY'
OR 'CUSTOMER' OR 'SERWI'
OR 'SHIP_TO' OR 'SYSTEM'
OR 'USER'.
ev_calendar = 'IN'.
WHEN 'ZCRCFACTCAL'.
ev_calendar = 'Z2'.
WHEN 'ZCALLFACTCAL'.
ev_calendar = 'Z1'.
ENDCASE.
ENDMETHOD.
Please guide .
Thanks & Regards,
Anup Reche
Hi Deepali,
Hope this helps
http://help.sap.com/saphelp_crm60/helpdata/en/01/d552434ab311d189740000e8322d00/frameset.htm
Best Regard
Shiven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Shiven,
This shows how to assign calendar to a user via his Business Workplace'. I need to use factory calendar with the USER reference object in date profile. I've assigned it here but the reference object is not considering it. Is there any other place where you assign a calendar to a user?
Thanks.
User | Count |
---|---|
12 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.