Set Rule conditions for Determine Tax Applicability rules

Hi
We are doing Tax setups In Release 12. We need to setup the Rule condition for Determine tax Applicability as Applicable. can you please tell me the Naivgation Path.
Regards
Venkateswaran R

rules contain a number of rule conditions each of which has its own parameters, like:
tell application "Mail"
  set new_rule to make new rule at end of rules with properties {name:"New Rule", all conditions must be met:true, move message:mailbox "Some Mailbox"}
  tell new_rule
    make new rule condition at end of rule conditions with properties {rule type:from header, qualifier:equal to value, expression:"[email protected]"}
    make new rule condition at end of rule conditions with properties {rule type:subject header, qualifier:does contain value, expression:"Trigger Phrase"}
  end tell
end tell

Similar Messages

  • How to set the conditions for item deletion approval workflow?

    Hi,
    I have created approval workflow for item modifications ie, when user try to modify an item, it will send a mail to Project Manager. For that I set the conditions in Change the behavior of the overall task: 1. When the task process starts 2 . When the task
     process completes .
    Change the behavior of the single task: 1.when a task is Pending.
    [I followed this https://www.nothingbutsharepoint.com/sites/eusp/Pages/5-Steps-to-Enhance-SharePoint-2010-Approval-Workflow.aspx ]
    My Requirement is that I want to set this same workflow for the scenario: when the user deletes an item it will send a mail (intimation mail for item deletion) to Project Manager. here i dont want to send modification mails when user deletes an item.
    When user modifies an item: 1. intimation mail, 2. Approve/Reject mail 3. intimation for approval / rejection mail.
    When user deletes an item: 1. intimation mail.
    How can we set it in one approval workflow?? where i have to set the condition for sending either item modification mails or deletion mail.
    Thanks,
    Praveen ji

    Hi,
    According to your post, my understanding is that you wanted to start approval workflow when item deleted.
    You should first make some changes to trigger the workflow when you delete the item.
    You can use the Event Receiver to achieve it.
    In order to trigger workflow on item delete you need to create event receivers and from event receiver call the workflow already attached with list.
    http://ravendra.wordpress.com/sharepoint-workflow-on-list-item-delete/
    You can also create custom action to start the workflow, you can refer to the following article, then modify the workflow as your need.
    http://blogs.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=50
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Setting a condition for preferred drill path.

    Is there a way we can set a condition for preferred drill path in hierarchy?
    Our requirement is to skip levels if they have no values..
    Thanks in advance.

    No you can't (90% sure)
    But may be you have ragged hierarchies, have you seen this blog on how to model it ?
    http://www.rittmanmead.com/2007/06/21/obiee-data-modeling-tips-3-ragged-hierarchies/

  • How to set the condition for dynamic Xquery in OSB11g

    Hi to all,
    I have a requirement like three different requests all are converted in to standard format.For this scenario I use dyamic X-query transformation.For Example RequestA,RequestB and RequesrC what ever request it should be converted into one standard format say Response.For this I create three X-Query transformations,and proxy service.If i get the request from RequestA related XQuery will execute (RequstA to Response transformation).
    RequestA------Response
    RequestB------Response
    RequestC------Response
    Actually my idea is based on requset schema name (like RequestA) it will convert,for this scenario how can I set condition in dynamicXquery.
    Thanks in advance.

    Hi,
    Can u plz tel how make the x-query for an XML file,basically i follow the below link
    http://beatechnologies.wordpress.com/2010/12/01/dynamic-xquery-in-oracle-service-bus/
    In this example I'm creating the routing rulesXML file in Eclipse,I'm unable to assigning this xml file to an variable.I create a Xquery for this XML with any type,And I create GetRouting.XQ.can u pls tel which is correct method to Xquery with any type for this XML or else i send my jar file,tell me any modifications are required.
    Thanks in advance

  • Adobe Form -  How to set a condition for a Subform

    Hi All
    I am new in Adobe Form and learing it - (I had some knowledges of SmartForm) - One of the requirement I have to do is to print out a different layout (subform) according to a value of a flag.
    In Smartform, I can draw diffrent layouts and put a condition on each layout so each one can be printed accroding to the flag value.
    In Adobe Form, the subform (or any other object) cannot be conditional set - I don't know how to do it - Could comeone please show me how - I reward points for any reply - Thanks

    You are excused with your English - and you must excuse mine , too
    Your questions:
    But, how i write the condition ?
    1- If ( article.table1 = Null ) then ... ?
    2- If ( article.table1.Rangée1.SubForm2.lib_article.rawValue = " " ) then... ?
    Try this:
    1- // Locate the table node from to down
    var tNodes = xfa.resolveNodes("Table1[*]");
    If (tNodes.value == NULL)  {
        tNodes.presence = "Hidden" }     
    or
    2- // locate the varable fields and loop thru to check if they are all empty
    var fNodes_1 = xfa.resolveNodes("article.table1.Rangée1[*].SubForm2.num_article");
    var fNodes_2 = xfa.resolveNodes("article.table1.Rangée1[*].SubForm2.lib_article");
    var fNodesLength = fNodes_2.length;
    var table_empty = "Y";
    for (var fNodeCount = 0; fNodeCount < fNodesLength; fNodeCount++) {
       If     (fNodes1.item(fNodeCount).rawValue <> " ") or
              (fNodes2.item(fNodeCount).rawValue <> " ")      {
                 table_empty = "N";
    // Now find the table node and hide if if necc
    var tNodes = xfa.resolveNodes("Table1[*]");
    If table_empty = "Y"  {
        tNodes.presence = "Hidden" }    
    You must place those codes at the Subform Article level in Javascript mode
    Good Luck
    Edited by: Liem Van Duong on Jun 13, 2008 2:45 AM
    Edited by: Liem Van Duong on Jun 13, 2008 2:46 AM

  • How to set discount condition for distount condition?

    Hellow!
    We use price condition ZP01 (base price)
    Then discount condition ZDI1 (discount for customer group and material group) is implemented for base price
    This works fine.
    But now I need to implement extra condition to correct discount. It is percent condition which redice discount for customer.
    Example
    base price ZP01
    100 EUR
    discount  ZDI1
    cust group 01 material group 01  - 10%
    cust group 01 material group 02 - 20%%
    DISCOUNT CORRECTION (ZDK)
    cust 1001 0,7 (or 30%)   (cust 1001 in 01 customer group)
    It means that discount in sale document for material group 01  should be 7% and for mat group 02 14% . So condition ZDK reduce discount perchens but not item price.
    Please  help me, how ZDK should be inserted into price procedure.
    Andrey Garshin.

    Hi Andrey,
    Are there any logical reasons behind the reduction as follow:
    1) 10% --> 7% (Material Group 1)
    2) 20% --> 14% (Material Group 2)
    If there are logic to these reduction, you can proceed to write a routine in VOFM and assign it accordingly for condition type ZDK in your pricing procedure.  However, this does not seems to be a standard practice and business wise this would also appear to be rather inflexible and are constrained by the routine you built alone.
    Alternative to the above, I would recommend that you could also consider using the standard condition type PMIN (minimum pricing) given in the standard pricing procedure.  The reason you are probably reducing (or correcting) the discount is also because too much discounts are granted in any sales transaction and therefore you may want to establish a control that there should be a minimum price for a particular material sold. This can be achieved automatically using the PMIN condition type. 
    As such, if the minimum price is not met during pricing in sales order transaction, then the system automatically determines the difference using condition type PMIN.
    Example:
    Condition record PMIN: USD 1,000
    Sales Order Pricing:
    PR00 (Basic Price) = USD 1,250
    K007 (Customer Discount) = USD 300
    PMIN (Minimum Price) = USD 50
    Net Value = USD 1,000 (as per PMIN condition record USD 1,000)
    Whenever minimum price for a material change, you can just change the condition record to quickly change your requirement without changing the configuration.
    Hope the above helps give an idea on how to approach your discount design.
    Thanks.

  • Setting a condition for continuing to next slide

    Hi,
    I'm using Captivate 4. I have four rollover slidelets on a slide - each simultaneoulsy active for displaying in any order.
    How do I create a condition where a 'Next slide' button would be made visible and activated on the slide only if all four rollover slidelets have been visited by the user? Is this possible in Captivate?

    Hi there
    I'm thinking you may be able to accomplish this by declaring one or more variables, then assign the on-click event for each of the slidelets so the event triggers an Advanced Action. The Advanced Action would consist of checking to see if the variable(s) have been set accordingly. Assuming the right condition exists (meaning all four slidelets have been clicked) an action would occur to reveal the button that allows the user to proceed.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Tax coses/conditions for sales tax report in J1i2

    Hi,
    I would like to know whether the following information can  be pulled from SAP standard reports  :
    Supplier no, supplier RS/TIN, invoice no., Assessable value, Tax rate, tax  both for local and CST purchases .
    or ABAP report to be developed to get the above information..?
    Thanks in advance.
    Kasi.

    Hello Paco,
    You will need to create new tax codes.
    There is further information in this blog:
    /people/teresa.lorite/blog/2010/04/26/how-to-deal-with-spanish-new-tax-rates-2010
    Best regards,  Teresa

  • Conditional Receiver Determination

    Hi Friends,
    From Proxy i send a field to XI. Using JDBC lookups i have mapped in such a manner that if the content of the particular field exists in the Oracle Table i send the incoming field content to receiver field.
    But incase the field doesn't exist in the table i am mapping some constant to the target field so that can need to identify during receiver determination. If the particular constant is received then i need to call a different Comm Channel -- mail adapter and trigger an email.
    In normal cases the Com Chn with JDBC adapter will be the receiver.
    One input file to XI -- but based on validations two diff C channels has to be used .
    I am trying to use enhanced receiver determination at Receiver determination.
    But where to check the content of the target
    field ?
    Please tell me how to do this.
    Regards
    Ramesh

    HI
    You are using Enhanced receiver determination. In this you dont get option to select receiver. As here you can select while mapping
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/a5f2066340332de10000000a11466f/content.htm
    Option to select receiver service will come under standard receiver determination.
    Now to satisfy the requirement. you have done multi mapping right ? then you have 2 target message and hence two message interfaces. You can use enhanced receiver determination and there you will be having more than one mapping in Receiver determination which will carry service name. Set the condition for this constant there and let the mapping execute. Use appropriate names for the service in mapping. This will work only difference here is instead of receiver determination you can pass service name from mapping.
    Thanks
    Gaurav
    Edited by: Gaurav Bhargava on Oct 25, 2008 3:30 PM

  • There are similar condition for excise duty cess and taxations so which one

    there are similar condition for excise duty cess and taxations so which one to be chosed
    its so confusing there are many condition in excise duty and many condition for cess
    there are also many condition for sales tax vat and others
    so which one to be choose
    can any body help me...
    thanks with regards

    Hi,
    Which Tax procedure u r following,TAXINJ or TAXINN.
    If U are Using TAXINJ.
    <b>ED</b>
    JMOD     IN A/R BED
    JAED     IN: A/R AED
    JSED     IN A/R SED
    JCES     IN A/R CESS
    JEX2     Excise Duty @ 16%(Set off)
    JEXA     IN A/R AED   (Set off)
    JEXS     IN A/R SED (Set off)
    JCED     IN A/R CESS
    JECS     A/R EducationCess
    JECX     Ed. Cess @ 2% on ED(Set off)
    JA1X     A/R Sec & Hr ECS
    JA1Y     A/R Sec & Hr ECS
    <b>Tax</b>
    JIN1     CST
    JIN2     VAT
    Raghu

  • About condition for loop in BPM

    I design a loop, condition is counter<>3.
    It seems only receives 3 messages when I send more than 3.
    for example, I send 105 messages, for every 10 messages it will generate a file. and I totally have 11 files.
    What is the best way to end the loop?

    Hey,
           you need to have two loops in this.
           Have your send step(for the file) in the inner loop.
            The condition for this loop will be te number of messages that you need per file.
          The outer loop should terminate when all the messages are recieved.(recieve step will be in the outer loop)
       This is not possible with the no. of messages
    You can do one thing, provide a stop message as an input along with the other messages.
    And set the condition for the outer loop for the stop message.
    This will terminate the outer loop.
    regards,
            Milan

  • Cannot find workflow WS14000109 in Define Conditions for Starting Workflows

    Hi All,
    I have a query regarding workflow in SRM 50. I am not able to find the WS14000109 workflow  in the SPRO setting ->Define Conditions for Starting Workflows.
    There is thread ->
    Activating workflow  with a similar issue, but it has not solved my problem.
    Regards
    Sam

    Hi,
      In the SPRO setting ->Define Conditions for Starting Workflows,in the selection criteria "BUSINESS OBJECT",select the BOR "BUS2121" (Shopping cart) and then see whether you can see the WF in the list.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Are different conditions for deleting applets possible?

    Is it possible to set different conditions for applet deleting?
    So someone can delete, for example, applet_A and applet_B but can not delete applet_D. While applet_D can not be deleted at all or can be deleted by someone else who can fulfil conditions for applet_D deletion.
    What is way to do so?
    PS and offtopic: why "applet N", where N - character between 'B' and 'D', is so magic so i can not post message with this phrase? The forum engine writes something like - "this content is not allowed", heh.
    Edited by: 666 on Feb 27, 2011 9:32 AM

    666 wrote:
    Is it possible to set different conditions for applet deleting?
    So someone can delete, for example, applet_A and applet_B but can not delete applet_D. While applet_D can not be deleted at all or can be deleted by someone else who can fulfil conditions for applet_D deletion.
    What is way to do so?
    PS and offtopic: why "applet N", where N - character between 'B' and 'D', is so magic so i can not post message with this phrase? The forum engine writes something like - "this content is not allowed", heh.Do you mean
    | applet&#67; | ( applet &amp;#67; ) |
    | applet_&#67; | ( applet_&amp;#67; ) |

  • Assigning Validation Rules to a Condition for Order Line entity

    Hi,
    Do we have any API(or interface) to load some validation rule( rule like 'Inventory Item= some item numbers) to a condition for Order line entity. (i.e. to load records into OE_DEF_CONDN_ELEMS).
    Please let me know, thanks in advance

    I am not sure of the purpose, if this to enforce a processing constraint, I will use API in the validation template defitniion and in the API I will qualify the items.
    You can have these items setup in value set of a look up (custom) and then have user interface control on the same.
    Is that what you are looking for?
    Thanks
    Nagamohan

  • SAP BPM Flow Rule set error: Result for ResultSet is required.

    Hi ,
    I want to create of Rule set or Flow rule set inside "Process development" perspective.
    I have defined one process under "Processes" folder. After this, I want to create a rule set under "Rule Sets" folder.
    While creating a rule set, it prompts for "Result for ResultSet is Required" but I don't get anything in drop down select. Please help me whats going wrong here.
    Regards,
    Aman

    Hi Aman,
    Have you mentioned the Return Type in signature while creating RuleSet ?
    Refer the document : SAP NetWeaver Business Process Management Resource Center
    -Abhijeet

Maybe you are looking for

  • Receiving, opening, saving attachment​s WARNING long post

    In some ways, this post is more of a reminder to myself on how to deal with attachments that I've discovered so far and hopefully it will help some other confused souls. I'm betting that like most people on this forum, your interest in the Playbook i

  • How is Lync configured for an iPad

    Recieving certificate errors when configuring Lync on iPad

  • Restrict removing payment block useridwise

    Dear all I have to restrict removing payment block like A,N,L  userid wise in tcode:FB02. For ex: Fiuser1 should be authorisation of removing pay block of 'A' only Fiuser2 should be authorisation of removing pay block of 'N' only I have to test throu

  • Premier elements 10 hangs when loading on importingquicktime.prm

    I am unable to use Premier elements 10 because it hangs while loading "importingquicktime.prm". It then goes back to the opening menu. Organizer works fine as does Photoshop, which was bought as a complete pack. I have the latest version of quicktime

  • Keeping Podcast Episodes

    My podcast selections update according to the schedule I have selected in iTunes preferences; however when a new episode is downloaded the previous episode is overwritten. I have selected "Keep all episodes" and to try an alternative "Keep last 'x' e