Properties of the element repository promotion

For a registered user, how does play it below promotion point property value?

  1. 1 settings:
    1. Give a customer more than once : No.
    2. Number of uses authorized by customer: unlimited
  2. 2 settings:
    1. Give a customer more than once : Yes
    2. Number of uses authorized by customer: 1

According to the docs,.

  1. allowMultiple (give a customer more than once)determines whether promotion can be granted to a customer only once. If the value false , the system grants the promotion only once. If the value true , the system adds a copy of the promotion to the profile of the customer, whenever the customer benefits from the promotion.
  2. use (number of uses authorized by customer), the number commands for a given customer, we can apply the promotion. If this number reaches zero, the promotion may be is no longer applied.

My query:

1 would the adjustment 1 means, in an order promoting applies only once, BUT the same promotion will apply to subsequent orders?

2 medium settings 2, in an order, the promotion is applied several times, BUT the promotion is limited to a single command. For subsequent orders the same promotion do not apply?

3. what should be the setting is I mean, give promotion on multiple order but in a sequence, it should be applied only once?

Parameter 1 can help you

To give multiple commands, set uses = unlimited or some numbers and that many guard decrementing in the promotionStatus of the profile.activePromotions object until it is zero.

In order to avoid the allowmultiple = value in the same order several times, not that this will be not even add promoting the holder of promotion of the user.

-Kiss

Tags: Oracle Applications

Similar Questions

  • Changing the properties of the element during execution

    Is it possible to change the properties of the element when running on APEX. I'm looking for the equivalent to SET_ITEM_PROPERTY command in Oracle Forms.

    Yes, I want to

    It's the $x('P1_ITEM').size = number_of_chars_you_want

    P.S. Check this site: http://www.w3schools.com/HTMLDOM/
    It contains most of the properties of the DOM element.

    Hope that answers your question,
    Rutger

  • Need help to read a _fmb. XML and write the properties of the element to a table

    We want to retrieve all the properties of elements of forms at a table.
    Table has this format:
    Describing oracle_forms_item_list....
    NAME                            Null?     Type
    ------------------------------- --------- -----
    FORM_NAME                       NOT NULL  VARCHAR2(100)
    ITEM_NAME                       NOT NULL  VARCHAR2(50)
    ITEM_TYPE                       NOT NULL  VARCHAR2(50)
    PROPERTY                        NOT NULL  VARCHAR2(50)
    PROPERTY_VALUE                            VARCHAR2(500)
    We want to get all D_e_p_a_r_t_m_e_n_t_s.fmb items (blocks, paintings, text etc.). So first convert us it to XML and we get the D_e_p_a_r_t_m_e_n_t_s_fmb.xml file which is shown below.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <Module version="101020002" xmlns="http://xmlns.oracle.com/Forms">
       <FormModule Name="D_E_P_A_R_T_M_E_N_T_S" ConsoleWindow="WINDOW1" DirtyInfo="true" MenuModule="DEFAULT&amp;SMARTBAR" Title="MODULE5">
          <Coordinate CharacterCellWidth="7" CoordinateSystem="Real" CharacterCellHeight="14" RealUnit="Point" DefaultFontScaling="true"/>
          <Alert Name="ALERT6" DirtyInfo="true" DefaultAlertButton="Button 2" AlertMessage="Do you want to save ???" Button2Label="No" AlertStyle="Caution" Title="Saving........................... &lt;>" Button1Label="Yes"/>
          <Block Name="DEPT" ScrollbarTabPageName="" DirtyInfo="true" QueryDataSourceName="dept" ScrollbarWidth="14" ScrollbarYPosition="39" ShowScrollbar="true" ScrollbarCanvasName="CANVAS4" ScrollbarLength="70" RecordsDisplayCount="5" ScrollbarXPosition="237">
             <Item Name="DEPTNO" DirtyInfo="true" Height="14" PromptAlign="Center" XPosition="14" Width="27" ColumnName="DEPTNO" DataType="Number" YPosition="39" PromptDisplayStyle="First Record" ItemsDisplay="0" MaximumLength="3" PromptAttachmentEdge="Top" ItemType="Text Item" TabPageName="" CanvasName="CANVAS4" Prompt="Deptno"/>
             <Item Name="DNAME" DirtyInfo="true" Height="14" PromptAlign="Center" XPosition="41" Width="101" ColumnName="DNAME" YPosition="39" Tooltip="Dep name goooes here." DataLengthSemantics="BYTE" Hint="Entter the department name" PromptDisplayStyle="First Record" ItemsDisplay="0" MaximumLength="14" PromptAttachmentEdge="Top" ItemType="Text Item" TabPageName="" CanvasName="CANVAS4" Prompt="Dname"/>
             <Item Name="LOC" DirtyInfo="true" Height="14" PromptAlign="Center" XPosition="142" Width="95" ColumnName="LOC" YPosition="39" DataLengthSemantics="BYTE" PromptDisplayStyle="First Record" ItemsDisplay="0" MaximumLength="13" PromptAttachmentEdge="Top" ItemType="Text Item" TabPageName="" CanvasName="CANVAS4" Prompt="Loc"/>
             <DataSourceColumn Type="Query" DSCType="NUMBER" DSCNochildren="false" DSCLength="0" DSCPrecision="2" DSCName="DEPTNO" DSCScale="0" DSCMandatory="false"/>
             <DataSourceColumn Type="Query" DSCType="VARCHAR2" DSCNochildren="false" DSCLength="14" DSCPrecision="0" DSCName="DNAME" DSCScale="0" DSCMandatory="false"/>
             <DataSourceColumn Type="Query" DSCType="VARCHAR2" DSCNochildren="false" DSCLength="13" DSCPrecision="0" DSCName="LOC" DSCScale="0" DSCMandatory="false"/>
          </Block>
          <Canvas Name="CANVAS4" ViewportHeight="324" DirtyInfo="true" Height="324" WindowName="WINDOW1" Width="540" ViewportWidth="540" CanvasType="Content">
             <Graphics Name="FRAME5" GraphicsText="" FrameTitleOffset="14" Height="108" VerticalMargin="14" GraphicsFontColor="" GraphicsFontSpacing="Ultradense" Width="251" GraphicsFontSize="0" GraphicsFontWeight="Ultralight" StartPromptOffset="7" FillPattern="none" GraphicsFontColorCode="0" HorizontalObjectOffset="0" EdgeBackColor="white" FrameTitle="Departments" ShowScrollbar="true" RecordsDisplayCount="5" LayoutStyle="Tabular" DirtyInfo="true" XPosition="7" Bevel="Inset" GraphicsFontStyle="0" ScrollbarWidth="14" HorizontalMargin="7" FrameTitleSpacing="7" EdgePattern="solid" YPosition="15" GraphicsType="Frame" GraphicsFontName="" LayoutDataBlockName="DEPT"/>
          </Canvas>
          <ProgramUnit Name="ASK_FROM_USER" ProgramUnitType="Function" ProgramUnitText="FUNCTION ask_from_user RETURN BOOLEAN IS&amp;#10; v_button number;&amp;#10;BEGIN&amp;#10;  v_button := SHOW_ALERT('ALERT6');&amp;#10;  &amp;#10;  if v_button = ALERT_BUTTON2 THEN&amp;#10;       RETURN false;&amp;#10;  ELSE&amp;#10;       RETURN TRUE;&amp;#10;  END IF;&amp;#10;END;"/>
          <Trigger Name="POST-DATABASE-COMMIT" TriggerText="/*&amp;#10;   Created by ABC de Silva&amp;#10;   &lt;&lt;&lt;&lt;&lt;..>> &amp;#10;   testing for special characters &lt; rock &amp; roll &amp;#10;*/&amp;#10;BEGIN&amp;#10;     MESSAGE('*** Records successfully &lt;&lt;&lt;> commmited to the DB. ***');&amp;#10;     PAUSE;&amp;#10;END;" DirtyInfo="true"/>
          <Window Name="WINDOW1" Height="324" Width="540"/>
       </FormModule>
    </Module>
    Now, we want to read this file with UTL_FILE (in a PL/SQL stored procedure) and fill in the chart above like this:
    FORM_NAME                  ITEM_NAME   ITEM_TYPE  PROPERTY         PROPERTY_VALUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
    ----------------------------------------------------------------------------------------------------------
    D_e_p_a_r_t_m_e_n_t_s.fmb  ALERT6      Alert      Title            Saving........................... <>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
    D_e_p_a_r_t_m_e_n_t_s.fmb  DEPTNO      Text Item  Prompt           Dname                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    D_e_p_a_r_t_m_e_n_t_s.fmb  DEPTNO      Text Item  MaximumLength    3                                                                                                                                                                                                                                                                                                                                     
    It's, I went through Google, nobody can give a complete solution. All are partial solutions.

    Any help will greatly be apprectiated.

    Published by: Channa on 30 Sep 2011 06:31

    Here goes:

    select x1.item_name
         , x1.item_type
         , x2.property
         -- to convert back entities such as 
     to their character values :
         , utl_i18n.unescape_reference(x2.property_value) as property_value
         -- parent information :
         , x1.parent_item_name
         , x1.parent_item_type
    from xmltable(
           xmlnamespaces(default 'http://xmlns.oracle.com/Forms', 'http://xmlns.oracle.com/Forms' as "def")
         , 'for $i in /Module/descendant::*[@def:Name]
            return element item {
              attribute item_name {data($i/@def:Name)}
            , attribute item_type {local-name($i)}
            , attribute parent_item_name {data($i/parent::*/@def:Name)}
            , attribute parent_item_type {local-name($i/parent::*)}
            , $i
            }'
           passing xmltype(bfilename('TEST_DIR','module2.xml'), nls_charset_id('AL32UTF8'))
           columns item_name         varchar2(50) path '@item_name'
                 , item_type         varchar2(50) path '@item_type'
                 , parent_item_name  varchar2(50) path '@parent_item_name'
                 , parent_item_type  varchar2(50) path '@parent_item_type'
                 , item              xmltype      path '.'
         ) x1
       , xmltable(
           xmlnamespaces(default 'http://xmlns.oracle.com/Forms', 'http://xmlns.oracle.com/Forms' as "def")
         , 'for $i in /item/*/attribute::def:*
            let $propname := local-name($i)
            where $propname != "Name"
            return element p {
              element name {$propname}
            , element value {data($i)}
            }'
           passing x1.item
           columns property       varchar2(50)  path 'name'
                 , property_value varchar2(500) path 'value'
        ) x2
    ;
    

    To make it easier, instead of calculating an ID, the information of the parent are given as (parent_name, parent_type).

  • Add properties to the elements of the array

    I have a report that the entries of values from a csv file.  The csv has 4 columns: vmname, dateCreated, user, vmhost

    Using this CSV, I run the following report to see if the virtual machines are in vCenter, and back up the virtual machines that still exist in a new outputfile:

    $array = @)

    C:\inputfile.csv Import-Csv - UseCulture | %{

    Try {}

    Get-VM-name $_. Stop - ErrorAction VMName | Out-Null

    }

    Catch {return

    }

    $array += $_

    }

    $array | Export Csv c:\outputfile.csv - NoTypeInformation - UseCulture

    Can I change this report to add to each element of the array to the amount of RAM that the VM currently has and output as an additional column to my outputfile?

    You can use the Add-Member for that.

    Something like this for example

    $array = @)

    C:\inputfile.csv Import-Csv - UseCulture | %{

    Try {}

    Get-VM-name $_. Stop - ErrorAction VMName | Out-Null

    }

    Catch {return

    }

    $array += ($_ |) Add - Member - name of the new column-value 123 - MemberType NoteProperty - Passthru)

    }

    $array | Export Csv c:\outputfile.csv - NoTypeInformation - UseCulture

  • Properties of the - section - element change

    Hello

    Is it possible to change the title in the properties of the element without runninig the report first?

    Thank you.
    Leah

    Hello
    Yes the 'format'-> 'Format of the element' in the toolbar
    Select the item and go to 'edit title '.

    This way you can change the position format and report items as a whole without needing to run it after each change.

    Tamir

  • How to change the color of the elements of cluster using the reference

    Hello

    I have cluster with 10 LEDS, each LED represents a test within my program, based on success or failure, I want to change the color of each LED, I use the cluster as input reference to test subvi.

    Is there a method to change the color of the induvidual elements?

    Thanks in advance.

    Can be used with any wire Ref properties are determined by the class of the wire Ref itself.

    Generic refs are geneirc properties.

    The FTA to obtain the properties of the elements within the cluster, you will need to tell LV class is a cluster. The same for the items in the cluster.

    Please consider this nugget on the help of control references. Don't worry about understanding everytihing that I wrote in this nugget, since it was written to be entertaining at all levels. Find the section where I show

    How to cast Ref nums as of specific types.

    Ben

  • Value of the element after replacing the automated process of line does not?

    Greetings!

    I have a standard process of line automated filling in the fields on my current form after the header. Certain values that I need to replace by calculations from the data in other tables. If right after the line, I inserted another process for this. The results are actually stored in the database, but does not reach the customer. Why? Somehow it seems, once the line is completed, the html elements are not affected more during the processing of the page.

    So I resolved to set certain values with a call ajax after the page is loaded, but which actually is not the best way to do this.

    In coordination with the question: what is the difference between the headings of before and after? I looked in the documentation, but wrong in details. Myself I havn't found no difference between the two.

    I hope you can help me get clarity on who and how to implement the calculation as well as the shape of line.

    Thanks a lot and best regards,

    Tobi

    Hi TobiP,

    If your item has as the Type of Source database column, and I think you do since your using an automatic process of line Fetch, in the properties of the element, you'll find a region called 'Source '. If the Source value or expression is not null and the Source is set to "Always replace the value that exists in the session state", then the value of the source will be taken from what you put as the source and ignore session state values defined by other processes. Assign to this "only when there is zero current value in session state" to use the session as a source value.

    Kind regards

    Joni

  • Changing the properties of the individual elements in the array

    In the attached VI, I have a table 1 d of the slider ('Phase Coefficients') controls where each element of the array represents the coefficient in a polynomial of arbitrary order. The problem I have is that the range of slider, I put to the coefficient of the lowest order (element 0 of the array) becomes quickly impossible for one more order coefficients (> 5 elements). Small changes in the highest order coefficients dramtically change the global polynomial.  I want each element/slider to have its own line, but I know that's not strictly possible that each element of a table shares the same properties. I've implemented a work around (use boolean to activate) in which the range of all cursors is set according to which the item is viewed, but my implementation prevents the modification of the range during execution of the VI. Is it possible to adapt my method (or use another method all together) in order to allow different, editable for each slider element ranges?

    Thank you!

    Each element of an array must have the same properties.  They can only differ in value.

    You can have an array of clusters, and each group can have the slider control.  Here, you will be able to regroup a slider with different properties in the cluster build clusters in a table.

  • The properties of this element are not available.

    I have Windows 7 32 bit. This problem just showed about a week ago. I've been running Win7 for a month and a half. When start the computer and the computer finishes booting, the Office has a small error window open with a message in the box indicating: the properties of this element do not exist. I don't know where to begin finding the problem. In the upper left corner of the box, it said office. I tried to start in safe mode and the error message is not there. I text of the my way and I have a picture of the box captured with the cutting tool. I can't get any information on the box on the right or left by clicking on it. What should I try to stop this box to appear next? If I click ok, the box goes away and I can say that everything is fine. Also, I did a sfc/scannow and the report has all the files are responsible for.

    The answer to my question came from a classmate at PCsoft or freepctech.com. M. Vandervoort suggests that the problem was in my Admin tools or my startup folder. There is a link in my startup folder. Solved error message. Mahalo.

  • Can I define an element of Promotion (BOGO) w/c is the formula in the price list?

    Hello!

    We anticipate using (BOGO) promotion in Advanced Pricing in our requirement business in sales. My question is can I define a free item in Promotion in which the unit price in the price list is using formula? Here is an example of our business requirements:

    Promo A - list Unit 30

    Free items (Get): Point A1, A2 of the element, element A3

    sold

    individual class

    Point A1 - 10 unit list 0

    The point A2 - unit list 20 0

    The point A3 - 30 10 unit list

    * Unit list must be calculated using the formula based on the table above.

    When we create a command line client for A Promo, the Advanced engine Pricing SHOULD calculate the price of every free item according to the formula defined for these elements of the price list (point A1 = 0, point A2 = 0, point A3 = 10).

    Is this possible? Are there other options available?

    The new price in modifier I think will just allow you to specify the new price to be used instead of the price from the price list. I read that I can not specify modifier form of Promotion, I understand it correctly? This should be the best place for calculate us the price of our requirement.

    Thank you.

    I checked this and read the user Oracle Advanced Pricing Guide. I can't use the formula if the type modifier is promotional voucher and line level. I create right now of the workaround is to create line Discount that uses a formula and within the formula, do the manipulation and then pass a new price for each item.

  • How to change the color of the elements of a digital picture (separately) programmatically by using the property node?

    For example, I have 3 digital controls, controlling 3 digital array elements (digital control is connected directly to the indicator). So if I change value in digital control 1, then the table item # 1 of the digital table should blush when the value is greater than 5. Similarly when I change NUM controls 2 item 2 of the table should turn red when the value control num 1 exceeds 10. Similarly for the 3rd element. In other words, I want to control the ownership of the elements of the array individually through the digital command separated.

    I did it for unique digital indicator.i.e. When I change the values of the control, then a single digital indicator changes color (text digital property BG) and with table values, changes the color of the entire table, but I want to change the color of the singles of the table element.

    Please help thanks.

    I hope you do well! You cannot change the properties of elements of an array. What you could do instead is probably using a table where you can change the background color of a cell?

  • Coordinates of the elements in the array

    Hello
    I'm playing with mouse click coordinates, especially because his Friday afternoon , but also because it might be useful

    In the attached code, I want to click on one of the channels of my table control and what element of the array corresponds to (which later will be used to draw the other pieces of the code based on the content of table)

    I can use the position of the table and the coordinates of the mouse and everything works fine.
    BUT... only if I select the zero element until I run the code. If I select another element, then run the code, I get wrong results.

    -Are there a way to get the coordinates of the element zero of my table regardless of what the user has done?

    I can think of workarounds using the coordinates of the control table (rather than details of the chain), but it is affected by the label size/visibility control feels so less reliable.

    Using version 8.5.

    Thank you
    Ian

    There is a utility VI of the repository of LAVA located here.

    Dealing with this problem:

    Tone

  • Change the properties of the façade of a text file

    Hello.

    Maybe this question is already answered, but I'm not.

    I am trying to create a circle of menu in the front panel what strings come from a text file, and I have no idea how do.

    I input a file a text file with a list of posts, and with this file in the front panel, I would like to present a menu with all ring postions them that are available. I guess that he must do something with the properties but I am quite new to Labview, so I don't know how to do it.

    If someone could help me, I would appreciate it.

    Thank you very much

    Hi Jose,

    Welcome to the world of LabVIEW!

    Looks like you need to learn the rudiments of e/s files and GUI customization.  You should probably start by learning the basics of LabVIEW by using many tutorials, examples, and online help that accompany the product.  The following links will help you get started:

    To change the properties of your ring of menu:

    Programmatically change the elements in the text, a Menu or a ring list

    To read a file:

    To start: read data from a spreadsheet (.csv) and display in LabVIEW

  • Change the elements of control Enum or ring gives weird dialogue

    Whenever I did a right click on a control Enum or ring on my FP and choose Edit items... I see the following image. It's almost as if I'm missing a dll or something that shows the info to change the Page Properties dialog box elements. Any ideas?

    Hey Ben,

    I use 8.6.1.  I ended up uninstalling LV altogether and put it back.  The question went, and all is well now.  I hope he doesn't because it would be a pain to have to reinstall every time LV.

    The repair, which I mentioned earlier has not fixed the problem.

    Thank you

  • To access the properties of the indicator when in an array of clusters

    I have a cluster with a digital, boolean, and string indicator (total 3 indicators). This cluster is in a table with 5 rows. How to set the flashing property of the Boolean value (for example) in the 3rd row true?

    Hi S-T-G,.

    the general way to get good reference is indicated in the attachment.

    BUT:

    In a table all the elements have the same properties (next to the value). If you cannot define just a boolean in a part of the cluster to Flash!

Maybe you are looking for