Customer business hour week rule entries

Dear experts,
SAP CRM 7.0
We are using the CRM customer business hours functionality so that calling times and visiting times for the customers can be defined in the system. We always call customers on different weekly frequencies like every week, every second week, every fourth week etc. but the list of these week frequnecies only has entries till every tenth week.
However we need to add entries into it till 'every 24th week'. Could someone please help me know how this needs to be achieved?
thanks & regards
Ritwik Sharma

That's terrible customer service.  Though my time is very valuable, I'm more angry that I was told that I would be credited when it wasn't true.  This was not my error, but Verizon's error and Verizon should take ownership of their mistake and honor what was said.  This is all in addition to 3 faulty phones and loss of service for days at a time.
Sent from my iPhone

Similar Messages

  • CUIC Custom Report for Business Hours for Weekdays Only

    Customer wants a UCCX custom report which we are building with CUIC Premium.  The one criteria we are having issue with deals with the ability to selects days of the week BUT only with specific hours of the day for each of the days selected.  So customer want to be able to run the report for Monday to Friday but from 8AM to 5PM for each of those days, so essentially during business hours only.  The built in Absolute Date Range does not work because that would run the report starting Monday at 8AM until Friday at 5PM.
    Thanks,
    Dan

    dicharville,
    Our 3rd party solution lets you produce historical reports by "shifts" by each day.  In your case each day agents having the shift of 8 - 5.  Let me know if you would like to discuss in detail how our solution can accomplish this and more.
    Thanks,
    Ron Reif / [email protected]
    651-635-2822

  • Custom Fast formula for Time Entry Rule in OTL

    Hi,
    i have created custom validation for time entry rules. I need to validate where Project and task fields are null or not? If Yes, it has to fire the custom message that i have mentioned in function. Please check the below code and help me whether i am on right path:
    CREATE OR REPLACE FUNCTION NON_pto_against_projects (
    p_time_category_id NUMBER,
    p_person_id NUMBER
    RETURN VARCHAR2
    IS
    --Variables used for retrieving timecard id and ovn
    l_db_pre_period_start DATE;
    l_db_pre_period_stop DATE;
    l_time_building_block_id hxc_time_building_blocks.time_building_block_id%TYPE;
    l_object_version_number hxc_time_building_blocks.object_version_number%TYPE;
    --Variables used for loading timecard tables
    l_time_building_blocks hxc_self_service_time_deposit.timecard_info;
    l_time_app_attributes hxc_self_service_time_deposit.app_attributes_info;
    l_attributes hxc_self_service_time_deposit.building_block_attribute_info;
    --Variables used for getting exploded time details
    v_blocks_tab hxc_block_table_type;
    v_attr_tab hxc_attribute_table_type;
    l_messages_tab hxc_message_table_type;
    l_detail_blocks hxc_self_service_time_deposit.timecard_info;
    l_detail_messages hxc_self_service_time_deposit.message_table;
    CURSOR csr_category_elements (p_category_id NUMBER)
    IS
    SELECT 'ELEMENT - ' || TO_CHAR (value_id) element_type_string
    FROM hxc_time_category_comps_v
    WHERE time_category_id = p_category_id;
    l_cat_elements_string VARCHAR2 (2000);
    l_temp VARCHAR2 (1000); --Trace message
    l_success_flag CHAR (1); --Return values
    BEGIN
    --Initialize variables
    l_success_flag := 'S';
    l_time_building_blocks := hxc_self_service_time_deposit.get_building_blocks;
    l_attributes := hxc_self_service_time_deposit.get_block_attributes;
    v_blocks_tab :=
    hxc_deposit_wrapper_utilities.blocks_to_array (l_time_building_blocks);
    v_attr_tab :=
    hxc_deposit_wrapper_utilities.attributes_to_array (l_attributes);
    IF v_blocks_tab.FIRST IS NOT NULL
    THEN
    Take each ELEMENT type attribute, and search whether PROJECTS type attribute exists for the SAME BLOCK-START
    FOR index1 IN v_attr_tab.FIRST .. v_attr_tab.LAST
    LOOP
    IF v_attr_tab (index1).attribute_category = 'ELEMENT - %'
    THEN --Element attr
    FOR element_rec IN csr_category_elements (p_time_category_id)
    LOOP
    If Element Attribute matches any of the NON-TOP elements in the Time Category-START
    IF v_attr_tab (index1).attribute_category =
    element_rec.element_type_string
    THEN
    Check PROJECTS Attributes project and task belonging to ELEMENT attribute's owner block-START
    l_success_flag := 'E';
    FOR index2 IN v_attr_tab.FIRST .. v_attr_tab.LAST
    LOOP
    IF v_attr_tab (index2).attribute_category LIKE
    'PROJECT - %'
    AND v_attr_tab (index2).building_block_id =
    v_attr_tab (index1).building_block_id
    AND v_attr_tab (index2).attribute1 IS NOT NULL
    AND v_attr_tab (index2).attribute2 IS NOT NULL
    THEN
    l_success_flag := 'S';
    EXIT;
    END IF;
    END LOOP;
    IF l_success_flag = 'E'
    THEN
    RETURN 'E';
    END IF;
    Check PROJECTS Attributes project and task belonging to ELEMENT attribute's owner block-END
    END IF;
    If Element Attribute matches any of the NON-TOP elements in the Time Category-END
    END LOOP;
    END IF; --Element attr
    END LOOP;
    Take each ELEMENT type attribute, and search whether PROJECTS type attribute exists for the SAME BLOCK-END
    END IF;
    RETURN l_success_flag;
    EXCEPTION
    WHEN OTHERS
    THEN
    RAISE;
    END NON_pto_against_projects;

    INPUTS ARE resource_id (number)
    , submission_date (text)these inputs are passed in PLSQL Code and some of them in formula context
    2. While we define a new context for a time entry rule. How is the data that we enter in the time entry rule passed to the fast formula?See the time Rule entry screen and you will find the parameters window there.

  • Very High messages not forwarded to SAP out of the Business Hours

    Dear Gurus,
    I work for a SAP partner and we have the Solution Manager 7.0 + EHP1, SP stack 24, running under a Windows Server Machine with MS Sqlserver Data Base and we're facing the following problem:
    In between the business hours we are able to forward messages to SAP manually, however, after the business hours, messages set as 'very high' priority aren't being forwarded automatically to SAP.
    We have already triple checked the configs listed on the SAP Notes 1084744, as well ran the Z-Report included in the note 1225682, however no success at all.
    Would you kindly please shed a light on this matter?
    Thank you in advance.
    Everton.

    Hello Everton,
    If you are a var Customer using the transaction type ZLFN and action profile ZSLFN0001_ADVANCED, the action profile should be AI_SDK_STANDARD.
    I don't now if that is the case.
    If your issue persists, please trigger a message in SV-SMG-SUP.
    Best regards,
    Guilherme

  • Need ANI details of calls landing during Out of business hours

    Hello All,
    Our Contact Center management has raised a new requirement to report with the ANI details of calls landing at any skill groups during put of business hours.
    Options that we have is
    1. Webview report - Call Type 22 and 23
    But in this, If we specify put of business timings and generate the report it will give the number of calls and not its ANI.
    2. Call detail report from our custom report application.
    Here the problem is, this report will give details of calls landing during business hours alone. The reason is that only the calls that utilizes VXML ports in CVP gets to this custom report. The calls coming in during of hours is handled at ICM level and to play the out of office hours prompt it utilizes CVP port not VXML and terminates the call.
    Is there any way to get this ANI details without having to modify this custom report much. Please assist in this. Let me know if you need any more details.

    That's pretty strange.
    Let's just see how you are doing this. Once you detect the out of hours situation in your Routing Script (either by checking a Global variable refreshed by an Admin script or by having a Time of Day node directly in the routing script), do you set a Call Type?
    Then after setting the call type, I assume you play a CVP message and Release the call. Correct?
    When you query the TCD on this call type you should only see your after hours calls. Let's look at one of the calls.
    You should see two rows in the TCD, one with the DNIS of your number on the gateway, or from the PSTN carrier, and one with the VRU transfer label (say 8111111111) - maybe that's in the DigitsDialed column, I'm not in front of an HDS database and can't check. This is all you should see for a call that comes out of hours.
    Both these legs should have the same RouterCallKey with different RouterCallKeySequenceNumbers.
    Do you see this?
    What is happening with another call at a similar time with a different RouterCallKey ? That doesn't make sense.
    Maybe you could do a query and show us the output?
    Regards,
    Geoff

  • Customer Opening Hours Vs V_V2

    Dear All,
    We have special requirement, when a customer places order it has to take consideration in to the customer opening hours in to consideration, for example if the customer opens only on TUE and Thurs if he places order on Friday it has to give automatically TUE as delivered date, incase there is no stock we have standard 6 weeks date will be given by the system and this date also need to be the date of customer opening day.
    This is all happing fine when we create the sales order with the fully stock, when there is no stock partial stock and when we have more than one schedule lien at sales order level it is working fine.
    But when I Run the V_V2 for rescheduling the sales and stock transfer requirement transaction., that means in case if I have any stock coming in to my ware house before the date is given in the sales order schedule line, in the program it shows me confirmed date for the rest of the qty as goods received date + GR Processing Time From MRP1 from material master.
    Here the problem is in this program it is not taking into consideration of customer opening hours from customer master.
    This gives the new date just after the goods receive date, but I want customer opening hours to be considered that means if the customer is opened on TUE even though I receive the Goods on Friday I don’t want to deliver on Monday I want the deliver date to be Tue only.
    Any Idea how can I achieve this???
    V_V2 (Standard)
    The 'Rescheduling' program (SDV03V02) processes sales document items that are contained in the item directory for the material. It takes into consideration open items and schedule lines from stock transfer items, stock transfer scheduling agreements and purchase order requests (items only), referred to hereafter as stock transfer documents, for the materials.
    Thanks & Regards,
    Sundu

    hello, friend.
    try this...
    1.  first, define a customer specific calendar using t-code SCAL.  this calendar can include the days the customer is open.
    2.  using XD02 or VD02, go to the Customer Master > General Data > Unloading points tab.  in here, specify the unloading point and the calendar.  (however, this may entail additional config on your part).
    regards.
    Edited by: jonathan yap on Feb 19, 2008 6:41 PM

  • Automatic Business Area Derivation Rule for Vendor Line Item in MIRO

    Hello Experts,
    We trying to use Business Area concept for our client.
    I have completed all configuration setting for the business are derivation like
    1. Creation of Business Area
    2. Assign Business area to Plant / Division (OMJ7)
    3. Business area determination from sales area (TVTA)
    4. Business Area by Sales Area
    5. Checked Field Status Group for Customer and Vendor Reconciliation Account
    It is working for for compelete sales process and in Procurement cylce it is picking business for MIGO transaction both the line items.
    But
    In MIRO (Purchase invoice posting) it is automatically taking Business area to the GR/IR line item and it not taking Business area for the vendor line item (automatically)
    I comes know that there is a business area derivation rule for this to happen automatically.
    Can you please propose the soulution for the automatic derivation of business in MIRO for vendor line item.
    Regards,
    Chalapathi

    Hi,
    I do mot think there is a BA derivation rule for MIRO.
    The best you can do is:
    1.  Use a user exit or enhancement point for deriving the BA from the GR/IR line and populate that in the vendor line
    or
    2.  You make BA as a mandatory field in the field status group for the vendor reconciliation account.  This will then force the user update the BA.  We use this option.  This is so because at times, the vendor item may need a different business area than the GR/IR line.
    Cheers.

  • SAP Cloud Application Studio Create Custom Web Service From Custom Business Object and Consume in External System

    Hi Experts,
    I have requirement to create custom business object and create Web Service for that and use in external system (SAP ECC / SAP CRM / Third Party).
    1) Is it possible to create custom object web service and used in external system ?
    2) When we create the Web service from custom business object what the necessary steps(action : Create , Read , Update) require?
    3) Sample Scenario :
    My Custom Business Object
    businessobject Custom_Integration {
      element EP_VAL1 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element EP_VAL2 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element IP_RES : LANGUAGEINDEPENDENT_MEDIUM_Text;
    I have created the Web Service using this custom business object.
    3) How i can use this web service in external system? what are the prerequisite steps in external system to consume this service in it?
    Please anyone have idea about this how to do this and how to achieve this using SDK and custom business object.
    Many Thanks
    Mithun

    Hello Mithun,
    Does this section in the documentation help you:
    SAP Cloud Applications Studio Help -> Developers Desktop -> Web Services
    The entry "Task -> Create a Web Service" describes how to create a Web Service on your own BO
    The entry "Task -> Test a Web Service" helps you how you can use it in a foreign tool / application.
    HTH,
       Horst

  • Server Utilization report (for processor) for business hour is incorrect

    Hi,
    We are using SCOM 2012 SP1 UR3 in our environment.
    Recently got a query from one of the team that the processor utilization report is incorrect for business hours.
    First I pulled a SCOM report (Performance by Utilization) for business hours say 1st Feb to 15th Feb processor.
    Then I pulled a Raw report from SQL DW targetting % Processor time , exported it to excel & filtered it for the same duration which gave an average value of 86% for processor.
    Finally, also pulled the same data from default report (Operating System Performance) under Windows Server 2008 Operating System which also gave me an average value of 86%.
    To summarize Performance by Utilization  does not calculate the accurate business hours & needs to be corrected.

    Hi,
    Here is a related blog for your reference.
    OpsMgr: MP Update: New Base OS MP 6.0.6989.0 Adds support for monitoring Windows Server 2012 OS and fixes some previous issues.
    http://blogs.technet.com/b/kevinholman/archive/2012/09/27/opsmgr-mp-update-new-base-os-mp-6-0-6989-0-adds-support-for-monitoring-windows-server-2012-os-and-fixes-some-previous-issues.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Would it cause any harm to stop the DBworker process on the logger and let it restart during business hours?

    I'm trying to connect to a database in an ICM script for the first time and I added a new database user to the Router registry. I think I must have to restart the service to activate the new credentials. Would it cause any harm to stop the DBworker process on the logger and let it restart during business hours?

    Lisa,
    You shouldn't need to restart any processes. If you already had the database setup in Database Lookup Explorer before putting the credentials in the registry, you can just make a change to the Database Loookup entry, and the Router will try to reconnect.
    Also, the Logger has nothing to do with ICM database lookups - the DBworker is part of the Router processes.
    -Jameson

  • Two business area in one entry

    hi..
    i received a payment from customer.when i check this voucher by fb03 than in a single document it is showing Business Area 1100 and 1200 both. How the System is allowing to select two business area in one entry?
    Thanks & regards
    Rekha sharma

    Hi
    At the time of initial posting of the document itself you might have posted two line items with a two business areas.  Try to post only one line item.  There is no standard control to stop the posting of 2nd line item by Standard SAP.
    Cheers
    Srinivas

  • Received calls outside of business hours

    Is it expected to see Received Calls and Successful Calls outside of your business
    hours i.e. 2am in the morning? <o:p></o:p>
    Thanks

    Hi,<o:p></o:p>
    I wasn’t expecting to see successful calls out of business hours. I appreciate that callers can still call out of hours and get the "closed" message, and perceived that as a received call. Presumed
    successful was only when open and group can apply queue and workflow rules.<o:p></o:p>
    So , I guess what I am asking is that a call out of hours will appear in both received and successful calls?

  • CUE change business Hours to quarters

    We have a customer that has implemented a UC500, and it works fine.
    Only problem is that their normal business hours is from 8.15 in the morning. But when working in CCA, you can only set the business hour to half hours. Is there any way to change this setting?
    Martin Abildgaard

    Martin,
    No, you can only configure the schedule based on half hours. I checked this from the CLI as well. It states:
      HH:MM        Hours:Minutes (Hours in 24 hour format; Minutes can only be 00 or
                   30) e.g. 17:30
    Hope this helps.
    Brandon

  • Customer Service Hours

    I called these monkies at 6:15 AM, was told by the machine to call back during "regular business hours" I thought their business hours are 6AM - 11PM, 7 days a week? Called back at 7:00AM, got the same message when tried to speak to an actual person. Called back again at 7:20AM, same message. So my question is What the **** !!
    Message was edited by: Verizon Moderator

        Hey Aikidood!
    I am very sorry that you were having such trouble calling us. We have great hours available to you so you can contact us. We are open from 6am to 11pm, 7 days a week, that is correct. So what number were you calling? It may have been a specific department that has different hours. If you ever want to know another way to contact us just visit www.vzw.com/contactus. You can e-mail us or even chat is a representative is available. If you have any other trouble, please let us know. Thanks!
    MichelleG_VZW
    Please follow us on Twitter @vzwsupport

  • User exist to create custom error messge for service entry sheet

    Hi,
    Can any body tell me any user exist to create custom error messge for service entry sheet?
    Thanks,

    Hi
    Can you please elaborate on the business scenario??
    You may look at EXIT_SAPLMLSR_020 or EXIT_SAPLMLSR_021 for this purpose.
    Regards
    Prasad

Maybe you are looking for

  • Attempting to use certreq -enroll to enroll to a client authentication certificate works with Windows 8, but not with Windows 7...

    This has been an issue for a while now.  Trying to use certreq -enroll -machine [Template Name] on Windows 7 machines fails with not implemented.  When I run this command with the -q flag I see that the certificate I want is unavailable and displays:

  • Is that my condo buzzer?

    to relive nelson brann's quite humorous thread of several years ago while he was awaiting the delivery of his new G5, i'm awaiting my new dell monitor. could that be my condo buzzer???? | | | | | it's only the ringing in my head, methinks.

  • ISP blocks my APBS due to various MAC addresses used by the router

    Hi all, My Internet provider limits access to Internet over Ethernet cable for fixed MAC address(s). That means, I have to inform ISP of the only MAC address I'll use to transfer data. In the case ISP detects traffic with other MAC addresses on my ca

  • Illustrator Macros/Scripting

    Hey guys is it possible to create macros in illustrator, or how would this be achieved via the scripting. Basically i have a c# application that contains alot of pictureboxes all with images in them. i want to be able to right click an image and sele

  • Latest update now says computer not authorized

    Hi, I just downloaded the latest software update and when I try to sync my Ipod I receive the message that my computer is not authorized and if I try to authorize it the message says that I already have 5 computers authorized, what did the update do