Re: Establishing dest DN of a source attribute in source DN form

jimc wrote:
> Message: Code(-8003) Unable to synchronize reference to CN=Mr Howard
> Jones,OU=dept1,OU=bld1,OU=ntest,OU=Nth,OU=edir,DC= prlnwdev,DC=surreycc,DC=gov,
> DC=uk from attribute Member.
Looks like the Howard Jones is not associated - check in iManager if the user
object really has an association value of 735a5a525f3aeb45a92d13489d96ce8e for
your AD driver. Of course IDM can only resolve associations that exist,
which also explains that the resolve token does not help any further...
Two possible solutions:
a) migrate user accounts before trying to sync group memberships
b) if you do not want to associate users, see if you can find matching user
object with the query token. Here's an example for matching employeeNumber =
workforceID:
<rule>
<description>Manually match group members</description>
<conditions>
<and>
<if-class-name mode="nocase" op="equal">group</if-class-name>
</and>
</conditions>
<actions>
<do-for-each>
<arg-node-set>
<token-removed-attr name="member"/>
<token-op-attr name="member"/>
</arg-node-set>
<arg-actions>
<do-set-local-variable name="current-matches" scope="policy">
<arg-node-set>
<token-query>
<arg-match-attr name="workforceID">
<arg-value type="string">
<token-src-attr name="employeeNumber">
<arg-dn>
<token-local-variable name="current-node"/>
</arg-dn>
</token-src-attr>
</arg-value>
</arg-match-attr>
</token-query>
</arg-node-set>
</do-set-local-variable>
<do-if>
<arg-conditions>
<and>
<if-xpath op="true">count($current-matches) = 1</if-xpath>
</and>
</arg-conditions>
<arg-actions>
<do-set-xml-attr expression="$current-node" name="type">
<arg-string>
<token-text xml:space="preserve">string</token-text>
</arg-string>
</do-set-xml-attr>
<do-strip-xpath expression="$current-node/@association-ref|"/>
<do-strip-xpath expression="$current-node/text()"/>
<do-append-xml-text expression="$current-node">
<arg-string>
<token-xpath expression="$current-matches/@src-dn"/>
</arg-string>
</do-append-xml-text>
</arg-actions>
<arg-actions>
<do-strip-xpath expression="$current-node"/>
</arg-actions>
</do-if>
</arg-actions>
</do-for-each>
</actions>
</rule>
Good luck, Lothar

Ooops, wrong forum... Sorry!

Similar Messages

  • How to add Attribute Category in Mail Form - WEB UI CRM 7.0

    Dear Friends,
    My requirement is to add custom fields to the mail form - attribute page so that IC agent can select these attributes when they create the mail forms. These customer fields are related to Service ticket like Account details, service ticket ID , IBASE details etc.
    I read on SAP HELP and got to know that I need to implement BADI CRM_IM_ADD_DATA_BADI to maintain additional attribute but for this, first i need to maintain attribute context ( IMG path is under personalized mails under campaign management in CRM Marketing ). so i created the attribute context.
    But  i can't see anything related to my attribute context on mail form when i select attribute button, i get nothing in additional fields to insert. Also the BADI does not get triggered.
    Can anyone please guide me on this as how to get the custom attributes on mail forms ?
    Our requirement is not specific to CRM marketing but generic to give IC agents some Service ticket specific attributes to add in the mail forms.
    Please advice as i am struggling a lot on this and i never worked in CRM marketing.
    Reply awaited.
    Thanks & Regards,
    Suchita

    Hi,
    Sorry for the delayed reply as notifications were kept off.
    I solved it by implementing the BADI, and the same method as you guessed. I also had to maintain the custom attribute contexts with the fields i would like. This custom attribute context will be the filter for the badi and basically you will populate the attribute values in the badi method.
    Mail-form help on help.sap.com as well as the BADI and IMG documentations on SPRO are more than enough to get the job done.
    I wont be able to share the code as it was complete custom development in relation to auto-escalation emails in SLA and Escalations scenario and the project was completed long back.
    Thanks & Regards
    Suchita

  • No Data Found Error in Transaction Source Types Form

    Hi All,
    We are using 11.5.10.2 version of Oracle Apps.
    When i navigate to INV responsibility, Setup -> Transactions -> Source Types, upon the opening of the Transaction Source Types form, i get a series of "No Data Found" error pop up messages. I searched in metalink too but couldn't find any resolution for the same.
    Does anyone know as to how to resolve this issue? Is there any patch that needs to applied? Kindly help.
    Regards,
    Hemanth

    Hi Julie,
    On the "Process Row of..." process, make sure that it is unconditional and that the Delete opertion checkbox is ticked. Deletions from the main table should only be triggered by a DELETE request which should be issued by the "Delete" button.
    On the "Apply MRD" process, make sure that the condition is "Request is Contained within Expression 1" and Expression 1 is: APPLY_CHANGES_MRD,SAVE
    This process should be triggered by the "Delete Checked" button, which should have a URL target of:
    javascript:confirmDelete(htmldb_delete_message,'APPLY_CHANGES_MRD');This triggers the confirmation popup and submits the page with APPLY_CHANGES_MRD as the REQUEST value which should be picked up by the "Apply MRD" process only.
    Andy

  • Remove 'Make At' Type option from the Sourcing Rules Form

    Hi Gurus,
    I want to remove/ disable/ freeze the 'Make At' option from the drop down list of 'Type' field under the Shipping Organization block in the Sourcing Rules form. I request you to please reply me back with the solution/ options. I'd really appreciate.
    Thanks in advance !!
    KM
    Edited by: 892964 on Nov 21, 2011 8:30 AM

    You can create a quick when-validate-record personalization that displays an error message if type = Make At
    Hope this helps,
    Sandeep Gandhi

  • Hide attributes in adobe interactive form.

    Hi All,
    Can anybody help how to how to hide/show attributes in adobe interactive forms?
    The scenario is like this:
    In data view there are 2 attributes a1,a2. Currently i am showing both the attributes in the form. But only that attribute will be shown which will contain data, other will remain invisible. how to do it?
    Thanks in advance,
    tubai123

    hi,
    you can go for FormCalc Script in Script Editor.
    In the initialise event of both the fields , write this Script :
    if (HasValue($)) then
    $.presence = "Visible"
    else
    $.presence = "Hidden"
    endif
    This will hide your fields with no data.

  • How to get information from ODBC sources to Forms Builder environment

    Hi,
    Could anyone help me, to get some examples or more information, that how can I get information from ODBC sources to Forms Builder environment. I have a need to read data for example to LOV.

    If you are on Forms 6i you install the Oracle Client Adaptor from the Forms CD. You then have a way of connecting to ODBC datasources.
    To connect to ODBC at the same time as you are connected to Oracle you can use the EXEC_SQL package to create a second connection via odbc and issue select statements against that datasource.

  • Get a resource attribute value in a form

    Hi,
    I have a resource assigned to a user . before he logs in I should query the resource that is assigned to him and get the value of a attribute .
    How can I get the value of the attribute that is there in the resource in the form.
    Should I check out the view to userview and ref something like userview.accounts[xxxx].attribute1
    or
    does it work like accounts.attribute1
    thank you

    If it is for display purpose, use getView and view.accounts[resource name].attribute. use checkout if u have to edit attribute.

  • Question on Dynamic Query Data Source and Form Folders in Oracle Forms 6i

    Hi there -
    I have one interesting requirement in Oracle Forms.
    This is what I wanted to do.
    1. Have a LOV and Go button on Form.
    2. From LOV, I will select a pre-defined custom table and click Go.
    3. Based on the selected custom table, I have to populate the Block (Tabular Format).
    4. User should be able to do update, delete, insert on this block.
    5. User should be able to use the Oracle Form folders functionality (select only necessary column and save views etc. Std folder functionality).
    6. If user selects a different custom table name in the LOV on top, I need to refresh the data from the block based on this new table. Remaining functionality should be as it is (steps 3 to 5).
    You can see here, I am going to have dynamic query data source (Table Name as well as column mapping) on the block. I do not know before hand how many columns the user selected table has!
    This is what I have planned for this so far but I have some major questions before I can move on with this design:
    1. I am going to create a table structure with fixed number of column in form (40 cols assuming that the custom table will not have more that 40 cols). (Kind of limitation but it's okay as of now).
    2. Dynamically populate the block based on the table name selected by the user from LOV. Dynamically change the table column names based on the table selected etc.
    3. Perform insert, update, delete using PL/SQL package.
    So far it looks okay.
    Now my real question is,
    Can user still be able to user "Folders" functionality here? I have never done this kind of development before and I doubt the dynamic column naming, dynamic column data source will really work for "folders"!
    Also, I am not really sure whether user will be able to save these "folder" queries?
    Okay so form experts, can you ppl suggest me if this is really going to work? Are there any better ways to do this?
    Initially I tried to do this in OA Framework but I got stuck at because as per OAF developer guide "I cannot user OAF personalization for dynamic items, regions etc".
    For more info on that thread see this link...
    Re: setUserCustomizable issue!
    Thanks in advance for the help.

    Any suggestion anyone?

  • Dynamic determination of VALUES of an Attribute in a Mail-form

    Hi All,
    We have created a Mail Form with ceratin attributes. We have assigned a target group to a campaign.
    now, the requirement is to determine the VALUES of the attributes dynamically for the BPs in the target groups.
    please help me what should be done to meet this rquirement.

    Hi there,
    I believe the following link demostrates the whole process including your requirements:
    [http://wiki.sdn.sap.com/wiki/display/CRM/NavigationtotheCRMUIComponentfromMailFormorSmartFormsHyperLink|http://wiki.sdn.sap.com/wiki/display/CRM/NavigationtotheCRMUIComponentfromMailFormorSmartFormsHyperLink]
    Please reply if this helps.
    Regards,
    Vinamra.

  • Attributes select-options in form view.

    How to make UI form view context attributes multiple selection ?
    Ex: Employee Id attributes. I need provide this employee id like select-options in form view.
    Thanks,
    kaaviya

    Hi,
    this is an interesting requirement.
    please correct me if my understanding is wrong, do you mean that you want to enable a function like:
    employee ID = 3271 or 3270
    if we take this field in employee IC employee identification for example, you'd like to enable customer to enter more than one ID to start the search without using wildcard (as sometimes wildcard does not help)
    if this is your requirement, maybe try to check the following?
    here is an example for account ID search
    I enter Account ID = 3271;3270 and start search
    in
    CL_ICCMP_BP_BUPASEARCHB2B_IMPL
    FIRE_QUERY
    it will
    er_bo_col  ?= iv_query_service->get_query_result( ).
    how about use a loop to make two query?
    In the above example,
    IV_QUERY_SERVICE->PARAM_STRUCT_REF->PARTNER = 3271;3270
    maybe try to split the string with ; and start the query until the end of this string.
    and then combine the two collection?
    Hongyan

  • Querying data from External Source from FORMS

    I have a form that is built based on Oracle tables.
    But I need to get data from external Data source from within Forms and use it fro validation.
    I need to execute a Select statement via ODBC from within Forms procedures. This is going to a SQL Server DB to get some information.
    Any thoughts?
    Thanks

    Hi
    What version of forms do you use? If you use forms 6i, take a look at the EXEC_SQL package. You can access oracle databases and ODBC databases (using OCA) independently of the main database connection -- well, I never tried but that is what the documentation says.
    I am not sure about version 9i... the package is there, but I could not find anything in the help about it (what is not a good sign...)
    hth
    Luis Cabral

  • Mandatory Attributes in Create User Form

    Hi All
    i want to make the mandatory fields in create user form (ie Organization name) as optional.
    For this i edited the FormMetada.xml file by making optional as true. (in the attribute reference for Organization field in User management section), as mentioned in the docs.
    Now when i try creating user, it shows me 'You do not have permissions to perform this operation' error.
    while when i give some value in the organization field, then it creates the user.
    please provide some pointers in this regard.
    Thanks.

    You MUST provide an organizatation name. There is a system entity adapter on the Users data object. You cannot avoid populating this.
    -Kevin

  • Can we display attributes when opening a form in smart view

    Hi Everyone,
    If a form has attribute members in a row, the web view displays the attributes, but smart view doesn't. Is this a bug?
    Thanks,
    Sayantan

    Hi Kiran,
    I am not quite sure about what you meant actually. I simply have a form which has some attributes for each member in rows. I can see the attributes for in the web view. However, when opened in Smart View, the attributes are not shown (the columns themselves are missing).
    Can you please explain in detail? It would be really helpful if I can find an answer to this.
    Thanks,
    Sayantan
    PS: Why would a user need to create an ADHOC query for viewing a form in Smart View?

  • Updating AD Attributes via OIM user forms

    Hi,
    I have configured an AD connector. Firstly, I did a trusted recon to create the OIM. Next, I did a user recon to link the AD user to the OIM user. After that I have configured to pre-populate to show the AD attributes onto the OIM user form.
    Now, what I want to do is to update the AD attributes (eg. Mobile) in the OIM web interface, and has it reflect back to AD.
    Appreciate a detail description as I am very new to OIM.
    Cheers, SK

    You may want to try this:
    a. Add an entry in Lookup.USR_PROCESS_TRIGGERS
    b. Add a Process Form field and a Process task in each Process where you want to push the value.
    The task should have a name "<UDF label> Updated"
    c. Create another one called "Change <UDF label>"
    d. Make the tasks conditional, "allow multiple instances"
    e. Wire the "Change <UDF label>" to copy values from the user profile to the process form
    f. Wire the "<UDF Label> Updated" to the connector adapter.
    --Deepak                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • FDM: Need help on how to show the new attribute in import - export form.

    Hello,
    I was able to enable a new attribute in FDM workbench client. Now I see this new attribute in import format , but I don't see this attribute in import, validate and export form. Please help how I can show this new attribute in import, validate and export.
    we are using FDM 11.1.1.2.0 version.
    THanks,
    sikandar

    Hello SH,
    Thanks for your response.
    We have already have attribute1, 2, 3 and attribute12 which is already enabled and I can also see them in the import, validate and export form.
    I even tried to click on the amount field to see the details (Click here to see details). When I check on the amount field, nothing appears.
    Might be some setting which is missing. If you can please guide that will be helpful.
    Thanks,

Maybe you are looking for