Different date profile and date rule in one transaction type

Hi CRM Experts,
We have requirement that quotation should have validity date based on the contry.We have only one quotation type which will be used in all county.
Now i need to know how can we use different date profile and date rule in one quotation.
Ex -
When the quotation created for russia - expiry date = today + 10 days
when quote created in china = expiry date = today + 25 days
Can it be possible in standared configuration? if not then give me some insight how to achive this?
Regards
Rajesh

Hi, Rajesh.
You can create a Date Rule based on functional module.
Look at example in SAP standard: Date Rule "WTY004 Purchase Date Object":
<?xml version="1.0"?>
<SAPTimeRule>
  <ABAPTimeRule function="CRM_WTY_IL_TIMERULE_03"/>
</SAPTimeRule>
Hope this helpful!

Similar Messages

  • How do I delete my old gamecenter profile and start a new one

    How do I delete my old Gamecenter profile and start a new one?

    I suggest changing the existing ID rather than creating a new one, all purchases are forever linked to the ID that bought and can never be transferred, you can change all detauils about your ID here:
    http://appleid.apple.com
    Read this
    http://support.apple.com/kb/HT5621

  • I am on a shared computer with several profiles.  I had to delete my profile and create a new one.  Now, my question.  It transferred to Purchased Items to the new iTunes, so how do I get the rest of the songs to transfer to new iTunes?

    I  am on a shared computer with several profiles.  I had to delete my profile and create a new one.  Now, my question.  It transferred to Purchased Items to the new iTunes, so how do I get the rest of the songs to transfer to new iTunes?

    It sounds like you might have broken links to your content. Either repair these by putting the files you've recovered where iTunes expects to find them or delete the broken entries then go to iTunes Store > Purchased > Music > Not on This Computer, and click the download links.
    If you have an Apple device see also Recover your iTunes library from your iPod or iOS device.
    tt2

  • I was using a different itune id and now a new one but when i want to update the old app its always asking for my old app id. Is there a way to change my old app to my new id so that i dont have to use my old id.

    I was using a different itune id and now a new one but when i want to update the old app its always asking for my old app id.
    Is there a way to change my old app to my new id so that i dont have to use my old id?

    There is no other way you can do now. Actually, you don't need to create a new Apple ID account, you can change the Apple ID from old email account to other email accout easily by all the steps below.
    1, Open iTunes > iTunes Store > log in old Apple ID > Click on your apple ID on the right hand side on top > choose account > Apple ID > Edit
    As long as you only change your Apple ID, then all the old apps are still under your new email account as well as you can keep downloading new apps.

  • How to add spatial information and property information in one transaction

    Hi All:
    I have a oracle spatial table and property table,they are joined by equal key fields.
    I don't know how to realize to commit the spatial information and property information in one transaction.
    How to realize it?
    Thanks in advance.
    zhimin

    through triggers

  • I am trying to restore my old Macbook Pro data using Time Machine on a new Mackbook Air from external hard drive, but when I install I get two different loggin accounts and I only want one loggin account

    I am trying to restore my old Macbook Pro data using Time Machine to a new Macbook Air from an external hard drive, but when I restore I get two diferrent loggin accounts and I only wnat one loggin account to access all my data/files?

    This web site might answer all of your Time machine questions:
    http://pondini.org/OSX/Home.html
    Ciao.

  • How to send data from 4 different data sources to one ODS

    Hello Gurus,
    There is a transaction called KSB1 in R/3.
    It has data related to cost center , cost element, G/L .
    In BI, i need to transfer the data from these Data sources to one ODS.
    Can any body give me some idea.
    Points will be awarded for any kind of response .
    Thanks .
    Anu

    Hi Rupa..
    In your requirement some data sources (Cost centre, Cost element) are master data sources.
    They are available as info Objects in BI (Content).
    So there is no need to create ODS on these.
    But the general scenario for creating ODS from multiple data sources in case of Transaction documents
    Like :
    PO header, PO line items...
    For this the Pre-requisite is to have common fields between these data sources (eg PONo).
    Hope this gives idea for u....
    Cheers...
    Varma

  • Using the the multiple profiles and running more than one instance of Fire fox at atim

    I use F/F in a gaming situation I needed to be able to run more than one session at a time and read about a feature called multiple profiles. Then I read iin another forum that I could have multiple instances with the following bat file :
    @echo off
    set MOZ_NO_REMOTE=1
    start "" "C:\Documents and Settings\Hilton Wiggins\My Documents\Fire Fox non Beta\firefox.exe" -p-no-remote
    set MOZ_NO_REMOTE=0
    I also have the Beta 4.06 on my machine and even though the batch file directs it to wither the Beat or the Non Beta they both seem to track the profiles and can be used in either version.
    However It's not working as I described running two browsers with grease monkey it will start to mis handle data and they both lock up

    There is no need to set MOZ_NO_REMOTE, remove that part of the bat file. Change the start line to:
    start "" "C:\Documents and Settings\Hilton Wiggins\My Documents\Fire Fox non Beta\firefox.exe" -no-remote -p "profile name"

  • Combine IDoc and RFC Respone in one Message Type

    Hello,
    I need to have the possibility to store the data of one IDoc and one RFC Response in one Message Type.
    The structure should be something like this:
    IDoc_AND_RFC_RESPONSE (root)
    --item (0..onbounded)
    ID (Attribute, type xsd:string)
    IDOC (Elemtent, type IDOC <--unfortunately not possible in data type definition)
    RFC_Response (Element, type RFC_Response <--unfortunately not possible in data type definition)
    The goal is to merge 2 messages (idoc data and the data of a rfc response) into 1 message with logical connected items.
    e.g.
    IDOC (message 1)
    --ID 01
    IDOC_DATA_01
    --ID 02
    IDOC_DATA_02
    RFC_Response (message 2)
    --ID 01
    RFC_DATA_0101
    RFC_DATA_0102
    --ID 02
    RFC_DATA_0201
    I need this data to be transformed into:
    IDoc_AND_RFC_RESPONSE
    --item
    ID 01
    IDOC
    IDOC_DATA_01
    RFC_RESPONSE
    RFC_DATA_0101
    RFC_DATA_0102
    --item
    ID 02
    IDOC
    IDOC_DATA_02
    RFC_RESPONSE
    RFC_DATA_0201
    The problem ist NOT how to do the mapping, BUT how to define the data type of the target message.
    The IDoc and the RFC have a very complex structure so manually building the structure is not possible.
    Thanks for your help.

    Hi,
    thank you for your hints.
    - How can I define one interface with 2 message types? I work with XI 3.0.
    - Manually manipulatiing the xsd files is what I wanted to avoid (besides that, there is no possibility to get the rfc as xsd, only wsdl). Besides that, I tried to extract the IDoc xsd and imported it as message type, but there is an error message telling me "Schema to be handled does not contain a definition of type <Data Type Name>", whereas <Data Type Name> is the name I give to the Data Type. I tried the name of the IDoc Type here. Importing the xsd as external definition would work, but that would still not solve the problem as I cannot use the message in my data type definition.
    Maybe I should specify the scenario a bit better:
    I have an R3 System sending an IDoc.
    The Idoc contains multiple items.
    The data in the IDoc is NOT sufficient (and due to warranty reasons and company guidelines, it is not possible to add all the needed data to the IDoc).
    Therefore, the IDoc is passed to an Business Process, where an RFC is invoked (input are the item IDs of the IDoc).
    So afterwar the rfc call, I have all neccessary data per item in 2 messages, the IDoc and the RFC response.
    Now I need to merge the data per item into one message.
    This one message than is splitted into the several items and every item has to be sent separately. So I need a possibility to unite the IDoc with the rfc response.
    Any hint?
    Thanks a lot!

  • Can we have more than one Transaction type in Interaction Center in 7.0

    We are currently upgrading from CRM 5.0 to 7.0. We have an Interaction Center that has about 30 transaction types defined in the action boxes that we want to use in the CRM Web UI in 7.0. Is it possible to use more than one Business Activity (Sales) transaction in the WebUI? I see that you can configure them for follow-ups but when I view the Business transaction profile configuration , it only allows me to apply 1 transaction , say 0010 or ZC01.  When I launch the Web UI, I see the transaction say ZC01 in the upper left corner.  We would like to be able to launch the Web UI and the ability to create activities for more than 1 transaction type. Is this possible ?

    Can we pull employee from one trusted system and in the same way can we pull some contractors from other trusted system simultaniously?
    yes you can. In the schedule task you'll have to put your query in such a way that it brings both data.
    Can both trusted systems can be active at the same time pulling two types of users from two trusted systems?
    You have to run both recon in sequential manner so that it can pull correct data for OIM
    Some where i read in doc that only one target system can be designated as trusted system if it as has more than one the recons will not work properly...
    I don't think that it results into issue. But we have to see the sequence mainly. Otherwise it will results into wrong data

  • How do you display data from two different data-sets on one list

    I have a data-set that is displaying properly; I would like to add another data-set to the other portion of the form. 
     The first part of the data set has Product information (Product-Name, Product_number, etc),
     The second portion of the data-set has information like (Product-campaign, Product-Sales, etc)
    The two data-sets  are mutually exclusive

    Hi xitum,
    As
    Patrick  Hurst mentioned, if the several tables didn't have any relationship with each other and you want to put all the information together to display in one report, you need to add several tablix/list in the same report and each tablix/list to display
    the data from each table.
    If the several table have a same relationship field you can use the
    lookup function to get the other maped fields display in the same tablix/list.(this function supportted on the SSRS 2008 r2 and later version).
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Finder has a different date than the one in iphoto for date created

    ok...I found a bunch of pics that have the wrong date created. I changed it in iphoto. I also tried changing it in photoshop bridge. However, the finder is still using some weird date for the date created. Why is this? It's effecting my picture frame.

    I have a similar problem. I've downloaded a ton of pictures covering 5 months of touring into file folders on the computer. When I view those in the finder and ask to show the creation dates it lists them correctly. I then imported the pictures into iPhoto, and again, the creation dates are correct. Now when I drag selected pictures out of iPhoto into a desktop folder to be placed onto a digital picture frame, the creation dates all show the date and time they were imported into iPhoto.
    Is there a way to keep the original creation dates with those pictures when pulling them from iPhoto? If not I will have to go back to the original files and sort thru them using preview or some other method. I have tried this and the dates are preserved in the newly composed folder for importing to the picture frame, but it is really time consuming.
    John

  • Host name different in profile and ST03N transaction

    Hello everybody,
       I have suffer from problem the the my host name is different that show in ST03N transaction and in profile
    then how to solve this problem
    Thanks

    Check sap note no. 608322,1059576.  might help in resolving.
    Thanks!

  • Calling two different data sources within same transaction

    Hi,
    I have a method (in an Entity Bean), which I need to use two data sources.
    But the system give this error when I try to do it.
    An illegal attempt to use multiple resources that have only one-phase capability has occurred within a global transaction.
    Please help me to solve this problem.
    Best Regards,
    Chamal.

    I hope you need to use XA Drivers (while create the connection pool it self you need to choose the XA Drivers) for this. else you need to use the userTranscations instead of containers.
    Because other database drivers won't support this feature.
    Please try any of this. Using XA drivers is costly interms of performace.

  • On my itunes there are many songs that will not play due to being purchased under a different email address and password from the one I have now how can i get these songs to play?

    I have many songs in my itunes library that were purchased by me that did not convert to my new email address when I moved. How can I get them to play?

    You have to use the same old Apple ID and password.
    NOTE: All content bought using one Apple ID cannot be merged or transferred to another Apple ID.

Maybe you are looking for

  • Windows Vista: itunes 7.3 will not transfer songs to ipod

    Please help. I have vista, installed itunes 7.3 and then tried putting my ipod in that was used on a previous computer. All seems well. I sync the ipod and seemingly the songs/podcasts transfer, but when i attempt to listen, no music just flashes gre

  • Why Are Some Of My Downloads Landing In The Trash?

    Why are some of my downloads landing in the trashcan? I just went to empty my trash can and when I opened it up I found about 5 files that I downloaded just last night. Why would my personal and important files have found thier way into my trash can?

  • E51 print with an hp color laserjet 2600n

    Hi I have a nokia e51, it can connect to my wi-fi but I have a problem with my Hp color laserjet 2600n. I try to create a unix print server on my pc that running windows xp, but it doesn't work. In particular the print receive the document in its que

  • Migration of DNS from Windows 2008 R2 to Windows 2012

    Hello, We have a pair of Windows 2008 R2 servers running authoritative DNS services (they are not AD controllers, neither used as resolvers). There are ~20 domains + 10 DNSSEC domains hosted on those servers. We're considering to migrate them to Wind

  • Illustrator CC crashes when i make a new file-.

    any idea y it happens guys?