MDM Created By Field Update

Hi All,
We are creating Vendors from portal ,when Vendor get created in MDM the Created By field gets value from User Logged into Portal .But when MDM workflow triggers Cretaed By field gets value from Workflow Owner .Is there anyway we can manitain the Created By field with User logged in Value.
Other way I thought of is create one more field and allow portal update this field when user create or Update the Vendors.
Please let me know better way to do it.
Thanks,
Madhu

pretty interesting point ...
not sure why u get 2 diff values for the field  ...
ur problem should have been instead of the Portal user u get the WF owner as the value ...
do u have 2 diff process for creating the vendors  ?? - if so then it should be avoided
else if theres one process , but you are saving the record more than 1 times
change the WF a liitle to make sure WF is trigerred as soon as Portal user tries to save the entry from Porta l
do a checkout of the record - and after all validations etc - then only do a check in - so u save in MDM only once
now on having the Portal user name in there : try the launcher option as suggested earlier and see if it works
try to have the users mapped as well - in MDM and portal
thanks
-Adrivit

Similar Messages

  • Reg "created by" and "updated by" fields in Data Manager

    Hi,
        I just want to know if we have any solution for the "Create By" and "Update By" issue in data manager. Because in my system i have two users. The 1st user created the record and later if the 2nd user edits any field then only the "Update By" field should show the 2nd user name but as of now now it updates both the "Create By" and "Update By" by the 2nd user name.
    Expecting your valuable inputs on this.
    Thanks in advance !!

    Hi Arumugam,
    goto Console and check the "Selected Fields" property of your "Create By" fields. You should choose a field that does not change at all if some updates the record. A good choice is a Auto ID that is created only once when the record is created. So you can ensure that your Create User will not change if anyone is updating the record later on.
    BR Michael

  • User Stamp/Create Stamp Fields

    Hi Folks,
    Following fields setup :
    Created By [field type : User stamp]
    Created On [field type : create stamp]
    Updated On [field type : time stamp ]
    Updated By [field type : User stamp]
    On record create - all of these fields are supposed tobe populated but in SP06 HF 04 - when we use  "Shift+Delete" to save the record  - in record detail  the auto id and all the above fields are not populated . Refresh or click anywhere else away from the record pane & then come back to the record detail - you see all values populated .
    To me it looks like  a bug - has anyone else observed this?
    Regards,
    Vinay
    Edited by: Vinay on May 29, 2008 10:37 AM

    Hi Vinay,
    Whenever you want to create a record in MDM data manger.
    - Rt click on the record pane and select ADD
    - On adding a new record you need to fill in all the deatails of the record under the record detail tab
    - You will be bale to make entry in the editable fields but not in Sytem populated fields such a suser stamp and create stamp etc
    - After entering the valid data you have to just click on the main data manager record pane-
    - A processing icon will be shown for sometime afterw hich your created record should get filled with all the sytem defined fields
    - Shift+Enter is also one way to save the rec.
    I have worked on SP06 and it is fine with this funtionality.it is the way it works for any version for SAP MDM.
    Hope it helped
    Kindly Reward points if found useful
    Thanks
    SImona

  • Issue in Workflow- Field Update is not happening

    Hi Friends,
    I am facing an issue to update a check box field Released.
    I have created a task having Advance with Dialog opiton,Background processing to update the Checkbox field.
    The BOR Object type used is BUS1006 and method is CHANGE. Everything looks fine when tested the task as well as the workflow in test mode and it is working fine in both the cases. But some how, this field update is not happening over the CRM 2007 Web UI. We are assuming it is due to user authorizations or some other settings ( like assignment of backend user to the workflow)
    for doing this task. Can some one give us some pointers on this. This will be of great help.
    Thanks,
    Udaya

    Hi Imtiaz,
    I am new to this. Can you please give me some pointers on how to check whether WF-BATCH has the needed authorisations and the process can be executed in background.
    Reply me at your convenient time.
    Thanks a lot for your response.
    Regards,
    Udaya

  • Change 'Created' column/field value

    I have a business requirement of changing the date of 'created' column/field of selected
    document/s in a document library(it has to be changed to current system date). This has to be done by adding a custom button to the ribbon and providing authorization to the button. Please let me know if this is possible?

    Hi,
    Please refer to the following article.
    http://www.learningsharepoint.com/2011/06/13/using-javascript-js-file-in-commandaction-of-custom-ribbon-button-sharepoint-2010/
    In the above article, command action is JavaScript function. For example.
    <CommandUIHandler
    Command=”AboutButtonCommand”
    CommandAction=”javascript:ChangeDate();“/>
    Create a script file and refer to your command action.
    //Referencing the Script
    <CustomAction
    Id=”AboutFilesButton.Script”
    Location=”ScriptLink”
    ScriptSrc =”/_layouts/RibbonScripts/ChangeDate.js”/>
    You can add the following function to the "ChangeDate.js" file.
    function ChangeDate()
    var ctx = new SP.ClientContext.get_current();
    var list = ctx.get_web().get_lists().getByTitle("CM");
    var items = SP.ListOperation.Selection.getSelectedItems(ctx);
    var item = list.getItemById(items[0].id);
    item.set_item("Created", "2/13/2015"); //change the date
    item.update();
    ctx.executeQueryAsync(
    function () {alert("Created date changed") },
    function () {alert ("Error")}
    Hope this works for you.
    Please don't forget to mark it as answered, if your problem resolved or helpful.

  • Custom field updation in bapi_salesorder_createfromdat2 structures

    hi friends,
    custom field updation in bapi_salesorder_createfromdat2 structures
    i having a problem while creating a salesorder in vao1 tcode
    i unable to find the WWDLC FIELD AND DATA ELEMENT IS
    RKEG_WWDLC (delivery to country) in item data-> account assingment-> profit centre-> delivery to country
    how to enchance the field in bapi structures.
    thanks
    geetha.

    good

  • Creating custom fields for manual entry and fields that gather data from Active Directory

    So I am no SQL developer but I am being asked to do this.. I've spent the last few days researching but cannot find anything related to my particular situation.
    I have made a copy of the following report to add or modify a few columns:
     Hardware 01A - Summary of computers in a specific collection
    So I have 2 questions:
    How do I create a field that will search the "Managed By" tab in the Computer Properties window in Active Directory.
    How do I create a field that can be manually updated for example: "Date Deployed" or "Deployed By: Analyst"
    I understand I need edit this in SQL report builder and think I know how to create the columns. I believe all I am really asking is.. What are the SQL statements I need to write in order to get this to work?
    I'm sure it's not as cut and dry as I hope it to be so I will be standing by to try to answer any further information that you will want to know.
    thanks!

    Before you can accomplish this you need:
    "Managed by" -attribute has to be added to your Active Directory System Discovery, more on this here: http://technet.microsoft.com/en-us/library/bb693618.aspx
    For "Date Deployed", I'd use a custom Tattoo script in your task sequence to "Tattoo" the installation info in the registry, after that I'd configure the Hardware Inventory to pick that from the registry, more on this here: http://ccmexec.com/2012/08/script-to-tattoo-the-client-registry-during-osd/
    and here: http://www.petervanderwoude.nl/post/reporting-about-the-all-the-different-os-deployment-versions-with-configmgr-2012/
    After those prerequisites, you can start working with SQL reports. More info here: http://myitforum.com/myitforumwp/2012/10/29/sccm-2012-reporting-for-dummies-creating-your-own-ssrs-reports/

  • Created "Hierarchy Field" not saved in Import Mapping File

    Hello experts,
    I want to save the mapping created after having imported categories via MDM Import Manager.
    Everything works fine as I execute an initial import (In "Map Field" tab, I create a "hierarchy field" based on the three fields "Categorie Name, Categorie Name 2, Category Parent" and mapp the Split Hierarchy field consequently ).
    My problem is as I save the Mapping and try to reuse it for a new Categories import, the former "hierarchy field" does not appear anymore. I assume Saving Mapping does not save created hierarchy fields...
    Can anyone help me on this?
    Thanks in Advance
    Stephane Naigeon

    From XML, with fields "Category Name, Category Parent".
    Then in MDM Map Tab, I clone the Field "Category Name" and create the Hierarchy Field with name "Categories", parent field "Category Parent", Child Field "Category Name", and Node name field "Category Name Clone".
    Then I map the Split Hierarchy field with the destination field "Category Name [DF]", and the source field "Category Name" with the Remote Key.
    The matching field in Match Record Tab is "Category Name [DF]".
    I save then the mapping file but am not able to reuse it : as I said, the Hierarchy field disappears !

  • Forcing created by field to use alias name

    Hi,
    How can I modify User Profile Service in SharePoint 2007, so that "Created by" field uses "domain\user" as opposed to fullname in the created by field or any hidden person field like "modified by".
    Thanks

    Hi,
    Per my understanding, you might want to set default value for the “Business Unit” column by looking up to another list.
    You can apply
    JavaScript with Client Object Model to the NewForm.aspx page to meet your requirement.
    A possible solution can be like this: When user opens the NewForm.aspx page of the current list, the custom JavaScript will be executed to get information about the
    current user, then query the other list for the default value, set the value to the drop down list of the “Business Unit” column dynamically. The JavaScript can be added into a Content Editor Web Part and insert into the NewForm.aspx page.
    The links below would be helpful for implementing this scenario:
    About how to
    select an option of drop down list using JavaScript:
    http://www.imranulhoque.com/javascript/javascript-beginners-select-a-dropdown-option-by-value/
    About
    how to use JavaScript Client Object model to access SharePoint list:
    How to: Create, Update, and Delete List Items Using JavaScript
    http://msdn.microsoft.com/en-us/library/office/hh185011(v=office.14).aspx  
    Common Programming Tasks in the JavaScript Object Model
    http://msdn.microsoft.com/en-us/library/office/hh185015(v=office.14).aspx
    Here are two links about how to
    add code into SharePoint page via Content Editor Web Part:
    http://blogs.msdn.com/b/sharepointdev/archive/2011/04/14/using-the-javascript-object-model-in-a-content-editor-web-part.aspx
    http://sharepointadam.com/2010/08/31/insert-javascript-into-a-content-editor-web-part-cewp/
    Best regards
    Patrick Liang
    TechNet Community Support

  • Custom fields updation in EBAN Table for bapi_pr_create - Extensionin

    Hi all,
    My requirement is PR creation by BAPI_PR_CREATE Function Module .
    for pr item level customer added 10 fields in the EBAN table append structure CI_EBANDB. .
    i am creating PR by using Funcation module BAPI_PR_CREATE.
    In this Function Module I have to pass the structure name and field values in the EXTENTIONIN .
    what is the structure name I have to pass and how populate data in to the EBAN table.
    after that i have to create PR and updating 10 two custom field values in the EBAN Table.
    how to proceed for updating the customer field values in the eban table.
    thanks in advance.
    sri

    In the Extensionin pass the values
    Structure - EBAN
    VALUEPART1 - Pass the value for customer fields.
    Please reward if useful.

  • Create timestamp field

    Hello,
    I have a data entry form in Oracle APEX, and I need to create a column that lists the time the data was entered. How do I do this.
    [email protected]

    Hi,
    You can create a field example - EntryDate - Date and when INSERTING/UPDATEING into the table enter intot the field using SYSDATE.
    INSERT INTO TABLE VALUES( fld1, fld2... SYSDATE);
    OR write a trigger on that table and assign the value SYSDATE to the field.
    Thanks

  • Create, get and update web service context mapping

    Hello,
    I think I have a pretty common problem. I will explain it with a simple example:
    I have a car object, with the attributes id, name and speed.
    I have three web services: create, get and update
    I have a view with the input fields id, name and speed
    How to do the context mapping?
    When creating a car it would be good if input fields would be mapped to the create service, when getting a car it would be nice if the input fields would be mapped to the get service....
    How to deal with this situation? Do I have to create 3 views?
    Thanks!
    Felix

    Hello Martin,
                     thnks a ton for your replies.
    The '.' is a standard thing.
    Its the part of the WSDL file which is a standard WSDL file for a service offered for a standard SAP BAPI. So i haven't changed anything.
    Its what is standardly available. So i cant anything on that.
    And the response element is not below the bapi node.
    The name of the root node of the BAPI return context is
    "BAPI_INQUIRY_CREATEFROMDATA2.Response"
    This is what is causing the problem.
    Please note here that '.' is not responsible for any hierarchy. Its the name of one single root node element.

  • Create transaction for update a custom table

    Hi,
    I have a custom table Z****. What are all the steps to create a transaction for updating my custom table? I don't want to use SM30 anymore.
    Thank you.

    Create a Table maintainence through the maintainence generator.
    Open table in SE11, goto utilities => table maintainence generator.
    Once the generator is created,
    In the same screen of generator - Goto Environment => Transaction Code
    Select Transaction Code with Parameter.
    In the default values - Enter the Transaction as SM30 . Select skip first screen.
    In default values at the bottom
    Add
    screen field = VIEWNAME and value = Ztable name.
    screen field =UPDATE  and value = 'X'.
    Edited by: Pranu Pranu on May 19, 2010 2:36 PM

  • Ho w to create a field using workflow ?

    how to create a field using workflow ?

    Hi,
    According to your description, my understanding is that you want to trigger a workflow only once when a item is updated.
    If you want to set it programmatically, I suggest you can create a Yes/NO column called flag firstly with the default value No and set the workflow start option to manually start.
    When updating the list item, you can create a ItemUpdated Event Receiver to track the update action, and in the event, you can judge the flag column value, if the value is No, then you can trigger the workflow programmatically and in the end of code set
    the code to Yes ,if the value is Yes, then not trigger the workflow.
    Here are some detailed code demos for your reference:
    How to set and read value of Yes/No column programmatically?
    How
    to programmatically start sharepoint workflow
    How to create an event receiver
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • In field updates of the sbRio9606

    I am looking at using an sbRio board in a deployable system however I'm not sure how I could provide updates to systems in the field.
    Is it possible to perform in field updates of the sbRio9606 without having the complete NI environment installed at that site?
    A simple procedure via a tool or via ftp/web page for example would be great.
    many thanks for any suggestions / feedback

    Hi BeeTee,
    I'll try to tack on some details.
    In short, you do not need the full NI development software suite on a PC to update Single-Board RIO units in the field.
    Any PC with network access to the device can update the application image on the device.  One tool I would recommend to this procedure is the NI Replication and Deployment Utility.
    The RAD utility can take compiled system images and distrubute them on networked devices. Using this tool to upgrade images assumes that you have an identical device available in your development system to build, test, and capture the image from.
    With proper software architecture, the Single-Board RIO can also be programmed to recognize when a new application update should be downloaded from a USB key.  This article demonstrates a reference design for creating a Single-Board RIO system that can be updated in the field via USB memory device.
    Finally, compiled applications can also be readily copied onto deployed sytems via the onboard FTP server or securely with WebDAV. 
    Regards,
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

Maybe you are looking for

  • Not able to do GR for STO delivery with packing.

    Hi All, Hi All, I am not able to do GR for STO delivery. I am getting the following error: Data for creating a delivery is incomplete (Vendor) Message no. M7279 Business scenario: STO between two plants of same company code with packing material. Sal

  • Links in a document library

    I am developing a document library where resources/documents can either be 'real' documents or just links to documents on the web. Is it possible to have this kind of amalgamation (both links and documents) inside document library? If I remember it c

  • Portal Release 1 (1.2.2.2) with servlet portlets Error

    Hi, Iam trying to get a servlet to work as portlet but I am getting the following error: Can anybody help me with this problem. [31/07/2003 13:29:38:484 CEST] sample/init [31/07/2003 13:29:41:171 CEST] vertis/Response status: 500 : java.lang.NoSuchMe

  • LSMW - Unicode

    Hello Experts! I have issue. I need to upload customer master record. Of 30 fields, three needs to be uploaded in Chinese language. I have installed Unicode for notepad and I can see the Chineese characters in my source file. But when I read data fro

  • Failed Installation "fbl_impressive Professional 10074" "Realtek Semiconductor driver update for Realtek high definition audio"

    Windows 10 build 10041, I tried several times over two weeks to do the update. The update starts to settle and then ends in failure. for the following updates: "fbl_impressive Professional 10074" "Realtek Semiconductor driver update for Realtek high