Assignment Rule to bring parent integer data to child

I am trying to bring data from an integer field in a parent record to the same field in its child through an assignment rule in SAP MDM Data Manager.  After running the rule, I get the dialog box notifying me that the assignment rule was successful ("There were no assignment errors"), however, the number does not come through. 
I thought the issue was with the parent field going to the field of the same name in its child, so I tried a different integer field, and this did not work either - same result as before.
I tried changing the target field to a text field.  The number that was supposed to come over was 14, but the result in the text field was "1:14;". 
Is the problem arising because there exists the possibility of multiple relationships?  Is there a way to bring over only the actual number, so that this data may go to a sortable field?  Please advise.

Hi Rachel,
you are right, there is a possibility of multiple relationships. That's why your result is 1:14;. It could also be something like 2:14,15;.
If you are sure that there is only one relationship, you may want to try to simple take away the unnecessary information using something like
MID(<field>,2,LEN(<field>)-1)
You should then get only the number, which would possibly fit into an integer field.
Hope that helps.
Best regards
Christian

Similar Messages

  • Can we get the parent form data to child form while provisioning?

    if it is possible can anybody tell me how to do this?

    Yes
    You can use API like getObjects API and iterate through resultset to get process instance key and then get Process Form Data.

  • Untagged physical object must be assigned to a tagged parent object   ?

    Hi friends ,
    I am using Auto-ID Test tool  as simulattor  of Device Controller  . When i tried to trigger Tag commissioning from AII , I have sent the proper informations like GTIN , Device Controller ID , command etc.,
            It is triggering the rule TAGCOM_AA but i was getting the error at the activity POBJ_CREATE as   " Untagged physical object must be assigned to a tagged parent object  "
        If i do the tag commissioning via  Auto-ID Cockpit it correcly processing and sending the XML message to the appropriate destination .
        Please clarify !
    Thanks & regards.,
    V.Rangarajan

    Hi  Michael,
    Thank you very much for your valuable answer . But, i  stuck up   at the printer assignment .
    My question is
    1.If Tag commissioning will be taken care by the Device Controller ( Not by AII ) but command has to go from the AII to device controller .  If assign the printer  to  device group then AII will send directly  print command to Printer right ?
             Please clarify the Printer assignment steps .  I have referred the Slap and Slip configuratuion Guide but still doubt
         1. In Device Master Data Settigns - under Device Group Settings i have done as
    AII_DC     WRITE_DEV_GRP     Writer     Fixed Device     Tag Commissioning     Door     WRITE_STATION
        But i have not assigned the Printer , Where to Define this printer is it  RFC Destination ?  Pls , clarify this point .
       2. If i do that Tag commissioning via Auto ID ****  pit  AII is sending  Print  Command Message to the Device Controller (RFC Destination - which is assigned to the Device Controller )
      Once agin thanks for the good reply .
    Thanks  & regards.,
    V.Rangarajan

  • Transfr dates from child network to parent network(using subnetwork functio

    Hi All,
    i have created 2 separate projects one is parent with 1 network activity assigned to root wbs element and other is child project with several network activitites. By using sub network function i have assigned the parent project network activity to the child level project network in Sub netorwk field.
    How can i roll up the child projects network dates to parents project network.
    Regrds
    saqib usman

    i have already done sheduling but basic dates are not updating across networks.
    how can i scedule two networks in different project at one time.

  • When is/are the Assignment Rules triggered ?

    Documentation mention that assignment rules are run when the reassign flag is flagged.
    Pls. when are the assignment rules triggered other than that... I mean: a) During Opportunity import f.example ? b) When a new Opportunity is created ?
    Txs. for any help.
    Antonio

    Hi Bob,
    Txs. for your help.
    In the import case, I suppose that I should have the re-assing flag as part of the import data... Pls. is that correct ?
    Antonio

  • Team members access thru Assignment rule

    When defining the Assignment Rule for Account f.e. the administrator can define the Team Members to be assigned to the account, and their access levels.
    My doubts refers to this level of access x the level of access defined thru the user role/access profile. In other words... if thru the Access Profile the user X has a Read-Only access to Account object... and if thru the Assignment Rule - Team Members I give the user X the access Full...
    Should I understand that for every other account (except the ones assigned thru assignment) the user X has a Read Only access...and for these accounts assigned thru Assignment the user X has the Full access ?
    Txs. for any hints.
    Antonio

    Antonio, your understanding is correct.

  • Hi,This morning I wanted to call, so I took my phone ( Iphone 4 S) ,but my All contacts list was empty! I checked in my computer ( windows 8) I have them in Iclould. How can I bring back my data?

    Hi,This morning I wanted to call, so I took my phone ( Iphone 4 S) ,but my All contacts list was empty! I checked in my computer ( windows 8) I have them in Iclould. How can I bring back my data?

    Hello Noushin,
    It sounds like you are unable to see your contacts in the phone, but have confirmed they are still at http://www.icloud.com. I would next try these troubleshooting steps from the article named:
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/ts3998
    If you're using iOS 7, quit and restart the Contacts app on your iOS device:
    Press the Home button twice to see preview screens of the apps you have open.
    Find the Contacts preview screen and swipe it up and out of preview to quit the application.
    Tap the Home button to return to your Home screen.
    Wait a minute before reopening the Contacts app.
    Turn iCloud Contacts off and back on:
    Tap Settings > iCloud.
    Turn Contacts off. Choose to delete data only if your data exists at icloud.com/contacts and on one or more of your devices. Otherwise, choose Keep Data.
    Wait a few minutes before turning Contacts back on.
    Restart your iOS device by holding down the Sleep/Wake button and then swiping the screen when prompted to power off. Then turn your device back on. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • I recently lost my MacBook pro which was synched with my apple tv.Now I'm having a problem to bring back my data from my apple tv to my new MacBook

    I recently lost my MacBook pro which was synched with my apple tv.Now I'm having a problem to bring back my data from my apple tv to my new MacBook

    Welcome to the Apple community.
    If you are referring to the first generation Apple TV, then you cannot sync content which is stored on its hard drive back to iTunes.

  • Validation on Integer data type attribute

    Hi,
    Working on jdev 11.1.1.3.0
    I have to do validation on integer data type like, it should not allow 13.20(only single digit numbers.).
    I am doing validation on AMImpl and converting the int into string
    String per=Row.getPer().toString();// here if user enter 13.20, then per containing only 13 so its not going to inside if.
    if(StringUtils.contains(per,"."))
    return false;
    Even i have written regular expression on my field but its working
    can any one help me.

    Hi,
    Why don't you use the af:convertNumber in your tag?
    Something like that:
    <af:inputText>
    <af:convertNumber>
    </af:inputText>
    Doc: http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_convertNumber.html
    Regards,

  • LVOOP Parent private data returned when child instance created from constant

    I have created one Parent class, and one Child class.  For each of these classes, I have created a member VI that is a constructor, whose purpose will be to initialize some constants for each class, and return the class instance.  I also have a member accessor VI for each class that returns the private data of the class (in this case a single string for each class).
    The Parent class's private data "String" is set to"Parent text" as the default value.
    The Child class's private data "Child String" is set to"Child Text" as the default value.
    The Parent class constructor works just fine.  For testing purposes, I return the text from directly unbundling in the constructor VI, and as returned from the accessor VI. The Parent constructor starts from a class constant.
    However, in the case of the Child class constructor, if I start from a class constant, directly unbundling the private data (using an Unbundle By Name function, and choosing "Child String" as the element), I get the Parent's private data!
    If I use the Child class's member VI to retrieve the text, I get the Child's private data.
    If I change the constructor to start from a class Control instead of a class Constant, I get the Child's private data.
    This only occurs  before the Child class has existed as a
    Control/Indicator. i.e. If I unbundle the private data after the class 
    is returned by any member VI, I get the correct Child private data.  So obviously something changes once the class "data" has been a control at some point.
    I am using Labview 8.6.1, Windows XP
    I have attached a small project that illustrates the problem I am encountering, without actually doing any initialization, just reading.
    Is this the intended behaviour?  Why does it matter if I start with a class constant instead of a class control?  When you drag from the Project window to the Block diagram, you always get a constant.
    Solved!
    Go to Solution.
    Attachments:
    ParentChildClass.zip ‏54 KB

    Although I was able to replicate your issue in LabVIEW 8.6.1, it appeared to run correctly in 2009.  I could not find a CAR ID but at this point can only assume that the behavior was not intended but is fixed in 2009.
    Let me know if you need me to find any further details.
    Alex Person
    NI-RIO Product Support Engineer
    National Instruments

  • How to delete parent table data even though it has child records

    hi all,
    How to delete parent table data even though it has child records.
    ex: delete from pa_request cascade constraints;
    But this command is not working .
    Regards,
    P Prakash

    833560 wrote:
    ex: delete from pa_request cascade constraints;cascade constraints is DROP table option. It can't be used with DELETE. You need to delete child rows first or drop foreign keys and recreate them with ON DELETE CASCADE. Then:
    delete from pa_request will automatically delete child rows. However, personally I don't like ON DELETE CASCADE. You can, by mistake, delete half of your database without even realizing it.
    SY.

  • Problem with lead assignment rule

    Hi,
    I defined a new lead assignment rule group for my company. I defined two assignment rules according to the billing country value. I work on a demo version of Siebel on demand. The rule is active.
    If the value is USA the owner is employee A, if the value is France the owner is employee B, if not employee C.
    I tried to create manualy or by import new leads. The assignement rule doesn't work. Can you explain me why?

    Hi !
    If you want to have assignment rules working, you must check the box "Reassign owner" when you create a new record. When you perform a modification, if you check this box, the assignment rule will be lacunched again. After creating your record, wait for some seconds and refresh the page, you'll see the last modified by field filled with "OnDemand System" or something like that...
    Hope this will help, feel free to ask more !
    Max

  • Report to bring CATS Time data changes

    Hi,
    I need a report to bring CATS Time data changes during a certain month.
    Is there any report that does this?
    And is there any idoc that is populated with this information and a report to create it?
    Or for example a function that returns this information.
    Thanks.
    Sónia

    HI Sonia,
    Try to use the bapi: BAPI_CATIMESHEETRECORD_GETLIST
    Regards,
    ravi

  • How to pass a data from child window to parent window

    Hi,
    I have a jsp page with two hidden fields and a button, On clicking the button a popup will come out. There are two combobox in the popup and a search button. After putting a value in the comboboxes,if I click the search button, I need the datas of the combobox to pass to the parent's hidden fields then I need to do a data base search with that values of hidden fields and display the result in the parent page.
    I could I solve this problem, Please help, Its urgent.
    Thanks and Regards
    Rajib Sharma

    I think that you can use the JavaScipt as follow to pass a data from child window to parent window
    <HEAD>
    <script>
    function passData(){
    opener.form1.test1.value=form2.test2.value; //pass the value of test2 to the parent's test1
    window.close();
    </script>
    </HEAD>
    <BODY>
    <form name=form2>
    <input name=test2 type=text>
    <input type=button onclick="passData()" value=CLOSE>
    </form>
    </BODY>

  • Problem: Passing the business data from Child DC to Parent DC

    HI Dear All,
    I    developed two DC,s Parent and Child DC,i am able to pass the data from Parent DC to CHild DC,when i am trying to pass the data from Child DC to Parent DC i am unable to map the context attributes. Is it possible to pass the data from Child DC to Parent DC.
    Thanks in advance,

    What I wrote earlier:
    Yes you can acheive it by doing a flip. ie, in this case the present Parent DC will become Child DC and present Child DC will become Parent DC. Now you can share the context atrributes in reverse way (ie, you can access the context attributes of current Parent DC in current Child DC).
    Sorry Parameshwari. As Anand suggested, It will give an error called Cycle in component usage definitions, if you are doing the procedure what I suggested.
    In that case only you can do only one thing , you should maintain the requried context attribute in child DC and you can use it in parent DC.
    Child DC using Parent DC's context attribute is not possible.
    Regards,
    Jithin

Maybe you are looking for

  • FF 18.0.1 constant disk activity after 1 minute with no tabs open

    FF 18.0.1 on Windows XP SP3. Within 1 minute of starting FF I observe constant and excessive disk activity. I am unable to use any other applications due to the response time. I have closed all tabs and disabled all plugins. I have just started a FF

  • What is the need of the file Adobe\Acrobat\8.0\Collab\Workflows?

    Hi I am using Adobe PDF Annotation Service with Documentum. I am facing a performance issue with the Annoration Service. The size of the C:\Documents and Settings\<username>\Application Data\Adobe\Acrobat\8.0\Collab\Workflows is increasing by 14 KB w

  • Merom / Conroe upgrade path for Intel iMac?

    Has anything been released about a processor upgrade path (if possible) to take the Early 2006 IiMacs from the Yonah CPU family to Merom or Conroe? I'm still steamed to be stuck with a 32-bit CPU (even though it is a good one, funny how that fact is

  • Pls help - Displaying Simplified Chinese characters

    Hi all, I am using Servlet to generate HTML. When I use setContentType="charset=big5" and out.println(" . . . ."); with Big-5 Traditional Chinese characters, everything is fine. However, when I use setContentType="charset=gb2312" and out.println(" .

  • Trouble installing Elph camera solution disk on Mac version 10.8

    Just bought a Power Shot Elph 110 HS and the disk says it's for Mac version 10.6.  I have a Mac 10.8 and it won't install.  How do I download a more recent version of the camera solution disk?