Inbox Search - Remove "Due date" for search for date

Dear experts
We'd like to remove the value "due date" from the dropdown box "Date type" in the agent inbox search.
How could we achieve that?
Thanks in advance
Stephanie

Thanks Raj.
When I display the page AuiSearch.htm, I can see the coding for this dropdownbox:
        <crmic:dropdownListBox id                = "DlbDateType"
                               table             = "<%= controller->G_Datetype_DD %>"
                               nameOfKeyColumn   = "valpos"
                               nameOfValueColumn = "ddtext"
                               selection         = "//SearchAuiItems/DATETYPE"
                               width             = "100%" />
However, I don't want to remove it. Currently the dropdownbox contains 2 values:
"Created Date" and "Due Date".
I would like to have only "Created Date".
Thanks in advance
Stephanie

Similar Messages

  • Change or remove due dates

    I have copied a course but I am not able to change or delete the due dates for assignments.  I do not see the drop down menu for self-paced course or not.  How do I delete or change the due date?

    The choice of self-paced vs. due date is made in the presented dialog at the time you copied the course. Once you click "Duplicate", courses can't be changed from one to the other.
    So, if you want to change to self-paced or alter the course dates, copy the course again. See the following help topics for details:
    https://help.apple.com/itunesu/instructor/#/itu59E9703B-8F95-4165-B70F-1A196C495 A31
    https://help.apple.com/itunesu/instructor/#/itu7A626E5D-DE1C-4893-B096-D675C04CF D70
    Does that answer your question?

  • I do not like inbox search and want to use google but i cannot find any way to remove inbox--in fact when i search for it to remove you would think it is not there--but it is and i cant get it off. anyone know how?

    Question
    i do not like inbox search and want to use google but i cannot find any way to remove inbox--in fact when i search for it to remove you would think it is not there--but it is and i cant get it off. anyone know how? edit
    Details

    What you should see on a restart is a black screen followed by a screen with the Apple (at which point you let go of the two buttons). There is no progress bar, just the Apple. The Apple will stay there for 15 seconds or so, then the "Slide to Unlock" screen will redisplay.
    But, I don't think the reset will fix it for you. I just tested it, and it comes back on with the zoom still on. The only way to get it to zoom out is the tapping with the 3 fingers.
    I said to double-tap....MY BAD! You need to triple-tap with three fingers!
    Try that and see if it will display the zoom menu for you, or if it will zoom back out.
    Cheers,
    GB

  • Activity Management - search result - RED Icon for Due date

    Hello all,
    In CRM 7.0, when we create certain activities, and set the due date to be somewhere in the future, the ICON (Round circle) is always showing RED colour even though the due date is not reached.
    Any ideas how this can be controlled? Is there a customizing setting available, or does this have to be controlled via code?
    Thanks,
    -N

    Hi Nikhil,
    Did you manage to get it sorted out?
    Im having an issue where I create a transaction and set a due date to the future the due date icon diaplays the grey diamond.
    Only happens in DEV, PRD is okay.
    Reason we looking into it is because we want to do some new dev that might take this issue to PRD.
    Thanks
    Des

  • Help needed in Inbox search for Custom attribute

    Hi,
    We have  a requirement where in we are having a custom attribute on Service request to store the ECC Order number.
    We have enhanced the Inbox search to retreive all the service requests havig the ECC order number. 
    Here we are encountering a problem. i just created a new crm service request and entered order number 1234. and now when i search for the same in Inbox search giving the criteria order number as 1234. I get no results found. But when i extend the max list to 2000, then i see the service request appearing in the result list. not sure about the algorithm that is designed for inbox search.
    Any pointers on how to resolve this issue would be of great help.
    Thanks,
    Udaya

    Hi,
    I do not have the time to research this completely, but I had a short look into the class you posted.
    In the GET_DYNAMIC_QUERY_RESULT there is a call to CL_CRM_QCOD_HELPER->PREPROCESS( )
    A little bit lower there are blocks marked by comments for the single searches that are handled by this class. I had a look into the campaign_serach() method. There if you scroll a little bit down (around line 123) they set all search parameters to SIGN = 'I' OPTION = 'EQ'. This is done several times below as well.
    Set a breakpoint in the proprocess() method and check which of the blocks is called and how they handle your search criteria.
    Hope it helps.
    cheers Carsten

  • Inbox Search of Status for Service Order in CRM_IC

    Hi all,
    When I am searching for a Service Order status in Inbox search in CRM_IC in the Result List it is not displaying Service Orders which are in same Status. It is displaying the list of Service Orders with different Status like Open, Inprocess, Not Completed etc., Can any body please........with details.
    Points will be rewarded for currect answer
    Thanks,
    Shrik.

    I have never used this function module before, but looking at the coding, I don't think this will serve your purpose.
    I think it might be better to use method(s) from class CL_CRM_DOCUMENTS.
    Via the GET_INFO method you can retrieve the documents you need and using the DELETE method should delete these object. I did use the GET_INFO method etc. but we haven't deleted any objects. But according to the name of the method, it should DELETE the documents.

  • Inbox Search - status for service request not updated

    Hi,
    In inbox search, the status change for a service request does not reflect until the user log offs or opens the service request in edit mode. PFB the steps followed. (Two users are monitoring the service request but is being processed only by one)
    Web UI window 1(User 1): I open the inbox search result page. Service requests are displayed with the status field
    Web UI window 2(User 2): In a separate window, the service request is approved by changing the status of the service request to Approved.
    Web UI window 1(User 1): In the inbox result screen, i click on search for the same search criteria, but still the old status of the service request(updated in window 2) is displayed.
    Observation:
    1. If I open the service request, the service request still has the old status. If i click on edit, the new status is displayed. If i click on Back button (without clicking on edit), the new status is refelected for the service request in the inbox result page now.
    2. If I log off and again open the inbox result, the new status of the service request is reflected.
    3. The status of the service request is updated in the database immediately user 2 changes the status.
    There is no enhancement done for the inbox search. The behavior is for standard inbox result.
    Please provide any pointers to resolve this issue.
    Regards,
    Radhika
    Edited by: Radhika Chuttani on Jan 5, 2011 7:13 AM

    Radhika,
    This is standard behavior in the SAP inbox. The reason is that SAP buffers search results in the Inbox in order to improve performance. So even though you hit "search" again, SAP does not update the search results because this search has already been executed in this session. Clicking "End" or logging off refreshes the buffer.
    SAP released a note to update the "Responsible Employee" in the Inbox without requiring the user to log off. You can see their explanation and the solution here:
    https://service.sap.com/sap/support/notes/1465966
    If you want to enable inbox refresh every time a search is executed, you will probably have to do custom coding. My guess is that you may be able to leverage the CRM_IC_INBOX_BADI. Let me know if this much info is enough or if you want further details on how to technically achieve this.
    Rahul

  • Wild card and blank search for INBOX SEARCH

    Hi All,
    we are working on SAP CRM 2007. we have an requirement where we want to implement "Wild card and blank search for INBOX SEARCH page". please provide me some pointers to proceed. TIA
    rgds,
    @run

    Hi Ajith,
    István is correct, wild card '*' is readily available for any Item name, BP name or other searchable fields.
    Thanks,
    Gordon

  • Inbox search for ERP sales order

    CRM 5.0 SP11
    Objective is to pull up an order from ECC in the ICWC inbox with the ability to change the order.
    in IMG t-code CRMC_IC_AUI_MAINCAT I changed the TA from ONEORDER to ERPORDER.
    In t-code CRMC_IC_AUI_MAP_PRI I copied the ONEORDER entries to ERPORDER.
    The TA is in my inbox profile.
    I can create an ERP order that is created in ECC (good), but when I do the inbox search the system times out.  
    The inbox search works with ONEORDER settings, but then I'm changing the order in CRM not ECC.

    Config settings were correct, needed oss note 1005642, the inbox search is very slow but working the performance issue with oss.
    But I was able to change an order in ICWC that updated ECC directly.

  • Advaned warning for due date based on statuses

    Hi,
    While searching transactions, for the due date some icons are coming like(green squere, yellow triangle, tick mark, grayed dimond) and so on.
    can I maintain these icons based on statuses. Presently tick mark is coming for one of the statuses maintained in the status management. But for this we didn't maintained any configuration settings at IMG --> CRM --> Interaction center Web client --> Agent Inbox --> Map item attributes to inbox Attributes --> Define advanced warning for due date.
    Required quick response as it is business critical requirement.
    Thanks,
    Chandu

    Hello Praeva ,
    The event 1330 has a sample FM FKK_SAMPLE_1330. It doesnt even have a Standard Function Module.
    You need to create a Installation-Specific FM and put your code to determine the Due Date based on the logic.
    Rgds
    Ram Kumar.

  • Aprroval for Invoice have due date greater than 100 days

    Hi all!
    I would like to create query to approve for Invoice have due date greater than 100 days.
    SELECT 'true' from OINV  where max(datediff(day, OINV.docduedate, getdate()))>100 and OINV.docstatus ='O' and  cardcode = $[$4.0.0] group by cardcode
    It's not working. Can you help me!
    Thanks!

    Hi Tien,
    Hopefully not trying to teach you how to suck eggs here, but it looks like the query is doing too much. There shouldn't be a need to perform a "GROUP BY" in a query to dictate if an approval is to be triggered or not, only the criterai to make it happen.
    For examle, the following code will send a transaction for approval if the customers code equals a specific reference.....
    SELECT 'TRUE' FROM ORDR T0 WHERE ${ORDR.CardCode} = 'ABC001'
    If you're wanting a query to just return a boolean answer based on the date criteria, you might want to try adapting your query to something like.......
    SELECT 'true' from OINV where max(datediff(day, ${OINV.docduedate}, getdate()))>100 and ${OINV.docstatus} ='O' and  cardcode = ${$4.0.0}
    (As an additional tip, in order to test a query that you're wanting to use as either a formatted search or approval type selection, when in the transaction, if you locate the relevant saved query under "Tools > Queries > User Queries" etc, where you have references to specific fields e.g. ${ORDR.CardCode}, this will pick up the values from the current record and give you a what if scenario. I tend to have just a "Temp" query I use for WIP type queries of this nature.)
    Note - You need to replace the bracket's "{}" with square ones, I've used the others as the forum posts as a http reference.
    Hope this helps!
    Julian

  • Due Date function for Reminders

    Apple needs to incorporate the due date function into the Reminders app so we don't have to do this separately from the icloud website
    This is obviously a glitch,   if we complain enough maybe this will be fixed  
    currently the only way to set due dates for reminders requires being sneaking as this article explains
    this needs to be fixed
    http://reviews.cnet.com/8301-13727_7-57495293-263/how-to-set-a-due-date-for-moun tain-lion-reminders/

    I've found a way, but it's annoyingly complicated:
    1. Export your reminders list (produces a .ics file)
    2. Open the .ics file with a plain text editor (I used TextMate, but I'm sure any editor would work).
    3. Search for the reminder.
         -Say you are looking for "Homework 5", you should find something like this:
              SUMMARY:Homework 5
    4. Below that field (but before END:VTODO) there are 2 fields:
              DUE;TZID=America/Los_Angeles:20121108T140000
         and
              TRIGGER;VALUE=DATE-TIME:20121108T140000Z
    5. TRIGGER is when you want to be reminded. DUE is the missing due field if it doesn't match TRIGGER.
    6. Modify TRIGGER to a legit time (24-hr, of course):
              TRIGGER;VALUE=DATE-TIME:20121107T180000Z
    7. Save and Import the modified .ics file back into a new list in reminders. Then, delete the original list.
    8. You should see the due field now and be able to edit the dates natively within the app.
    9. You're killing me, Apple. The due field would be extremely useful, especially for students like me. I wish the presence of the due field were toggle-able in Settings>Reminders.
    10. While I'm ranting about my wishes, the repeat feature would be much more useful if the frequency were completely customizable (i.e. Repeat every [#] [wks/hrs/days] or Repeat every [1st/2nd/3rd/etc.] [Day of week] of every [1st/2nd/3rd/etc.] [month/week] and so on... ).

  • Saved Search Mailer - remove "Modified Date" from the results

    Does anyone know how to remove Modified Date in the saved search mailer results? Our current results are posted below and we'd like to remove the entire Line of "Modified: xxxxx ".
    5/2 - Read the latest Maximizing Your Benefits newsletter (2)In this issue: What to expect for 2005 Open Enrollment for Staples benefits.Modified May 9, 2005 5:00:45 PM EDT4/27 - Are you ready for Mother's Day? Staples RealLifePerks can help. (2)Be sure to visit Staples RealLifePerks for gift ideas and great discounts.Modified May 9, 2005 5:00:45 PM EDT4/14 - Read the latest Maximizing Your Benefits newsletterIn this issue: Shaping Up the Pyramid Way - the latest US government guidelines on nutrition and exercise, and more!Modified May 9, 2005 5:00:45 PM EDT

    Hi
    I have similar problem. I get follwing message when i run the bat file in dos prompt "SavedSearchMailer got 0 results for this subscriber 0" eventhough sanp shot qury have resuilts. any idea whats causing this
    F:\Program Files\plumtree\jre\bin>"F:\Program Files\plumtree\ptportal\5.0\scripts\SavedSearchMailer.bat" "2399|1121447028|vAqqK6+GDzlFE7xuOkkHSQd7+YI=" 246 "12/07/2005 3:34:47 PM" "Portal Administrator" xxxx.macgen.com.au MACQUARIE N/A N/A [email protected]/html charset=utf-8 "<search_name> savedsearch results for <name>" "<html><body >hhh</body></html>"Starting Saved Search Mailer...SavedSearchMailer invoked with 13 arguments: 0: 2399|1121447028|vAqqK6+GDzlFE7xuOkkHSQd7+YI= 1: 246 2: 12/07/2005 3:34:47 PM 3: Portal Administrator 4: xxxx.macgen.com.au 5: MACQUARIE 6: N/A 7: N/A 8: [email protected] 9: text/html 10: charset=utf-8 11: <search_name> saved search results for <name> 12: <html><body >hhh</body></html>SavedSearchMailer invoked with 13 arguments: 0:2399|1121447028|vAqqK6+GDzlFE7xuOkkHSQd7+YI= 1:246 2:12/07/2005 3:34:47 PM 3:Portal Administrator 4:mgmail.macgen.com.au 5:MACQUARIE 6:N/A 7:N/A 8:[email protected] 9:text/html 10:charset=utf-8 11:<search_name> saved search results for <name> 12:<html><body>hhh</body></html>.SavedSearchMailer accessed saved search 246 and found 1 subscribersSavedSearchMailer processes subscriber #0 - Ranaweera, MahendraSavedSearchMailer got 0 results for this subscriber

  • Calendar for Due Dates

    Hello,
    We would like to configure somewhere in GP the workable days for the workflow in order to avoid de Due Date to count the holidays, saturdays and sundays.
    Does someone knows how to do this??

    Hi,
    You know from NetWeaver system administration( http://<host>:<port>.nwa) you can find when the process has started and when it is ended. Another one way from portal -> UWL. So through through the Java API you can get the total days of the running process. There from you just compare it with your local calander and find the no of days except holidays.
    To write the Java APIs you will create a simple JAVA class. If you want to interact the Java Class with GP, Then you create Background Callable object.
    For Help how to create  Background Callable object please go to help.sap.com and search Background Callable object. you wil get the step bu step doc.
    Thanks
    Chandan

  • Can not input data when removed the value for seleciton condition

    Dear Experts,
    We met a very strange issue for the IP.
    We create a aggregation level and relatd query for user to key in data.
    We have a filter in the aggregation level.
    It will set value for A,B,C,D
    When user opent he report, system will require user to key in the value for A,B,C,D.
    Now we found that if we key in value for B, cell is input ready.
    If we removed the value in for the B in the selection condition (I mean the value of B is empty, this means tha all the value of B will display in the report), we can not key in data.
    Could you kindly let me kow the reason?
    Thanks and best regards
    Alex yang

    Dear Experts,
    Many thanks for your information.
    I know the principle for the IP.
    But I think you may misunderstanding this issue due to my incorrect explaination.
    First, we think the aggreagtion level is ok. This is due to that for the B in my example, we set its as column value in the query.
    This is means for each record in the IP query, it has only one B value to reflect it.
    But strange things is that if we set fixed value for B, IP input is ok.
    If we removed fixed value for B, IP function is error.
    Now, we will test if we key in multi value for B whether IP input function is ok or not.
    Any update, I will inform you.
    Thanks and best regards
    Alex yang

Maybe you are looking for