How can i set  "Createdby" attribute  When using Custom JheadStart Security

Hello
We do not use JASS for Authentication , please help us how can i set createtby attributes with jhs.username in application for any entity object?
thanks

See a similar question at History Attributes when using Custom Authentication Type

Similar Messages

  • How can I customize the toolbar when using the attribute browser

    In CVI 2012, the toolbar changes depending on the environment, e.g. it is different for the source window and the UI editor. The toolbar can be customized using the menu Options / Toolbar...
    Unfortunately, when using the attribute browser of the UI editor, another toolbar is displayed, i.e. not the UI editor toolbar.... I would have assumed that the attribute browser belongs to the UI editor, obviously it doesn't... So how can I customize the toolbar when using the attribute browser?
    Solved!
    Go to Solution.

    Luis,
    It's nice to have you back 
    Thank you for the clarification, so I'll elaborate a bit more: In the regular workspace toolbar, I have a disk symbol to save the file. This symbol is gone in the attribute browser...
    So I have three different toolbars, for source code (workspace), UI editor, and the UI editor displayed but the attribute browser clicked on (selected)... 
    Thanks
    Wolfgang
    Source code:
    UI editor:
    Attribute browser:

  • How can we get ADFSecurity work when used in OC4J, OID and OAM?

    I am getting error in http server log "mod_oc4j: Response status=499 and reason=Oracle SSO, but failed to get mod_osso global context."
    But I am not using Oracle SSO and my client doesn't want to use it either, I am using OAM SSO(CoreIDSSO) in my configuration. Please read the details below.
    I am using ADFSecurity in an app that is protected by OAM. To migrate ADFSecurity permissions from
    system-jazn-data.xml to OID, I used JAZNMigrationTool to populate OID with Grantees and Permissions. OAM gives login page, and authentication works fine.
    But ADFSecurity is not working. ADFComponent Delete button is enabled even for roles that dont have permissions for the iterator delete.
    - The app works fine when I use without OAM. ADF Security permissions work fine.
    - The app works fine when used with OAM, but with ADFSecurity disabled (enforce=false).
    - When I enforce ADFSecurity alongwith OAM, ADFSecurity is not working.
    In the doc "Oracle Containers for J2EE Security Guide b28957", there is a mention of use of CoreIDPrincipal for permissions. Our OID Permissions entries show
    LDAPRealmRole for attribute orcljaznprincipal. I am not sure if this could be the reason.
    We have configured AccessServerSDK for the SOA instance and have policy for the urls in the policy manager. We have entries in orion-application.xml, orion-web.xml and system-jazn-data.xml as per the documentations.
    How can we get ADFSecurity work when used with OID and OAM?

    Have you been able to successfully integrate OAS with OAM & OID? We have similar requriement and so far we have not been able to get it working.
    We have application specific roles which we map to OID roles using orion-application.xml.
    Any pointers to achieve this would be greatly appreciated.
    thanks,
    Dipal

  • How can I set it so when people ring my mobile, it...

    How can I set it so when people ring my mobile, it rings me on skype?
    I get 0 signal in my house but I have internet and I need to take calls badly.

    Hi kpet417,
    If you want to add calendar and weather to be seen on Notification Center, then open that up and look at the bottom for the edit button to bring up options to add to it. Take a look at the article below for more information. 
    Mac Basics: Notifications keep you informed
    https://support.apple.com/en-us/HT204079
    Take it easy,
    -Norm G. 

  • How can I set the language when sending an e-mail with attachment - 'Html'?

    "Character Broken"
    I made an ALV program, and this convert to "HTML',  and send an e-mail with this.
    Used Process is:
    DATA: gt_abaplist LIKE TABLE OF abaplist,
          gt_html LIKE TABLE OF w3html,
          doc_chng LIKE sodocchgi1,
          objpack LIKE TABLE OF sopcklsti1 WITH HEADER LINE,
          objhead LIKE TABLE OF solisti1 WITH HEADER LINE,
          mail LIKE TABLE OF solisti1 WITH HEADER LINE,
          reclist LIKE TABLE OF somlreci1 WITH HEADER LINE,
          lv_line TYPE i.
    DELETE FROM MEMORY ID '%_LIST'.
    SUBMIT z_template
       AND RETURN EXPORTING LIST TO MEMORY.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = gt_abaplist
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    CALL FUNCTION 'WWW_HTML_FROM_LISTOBJECT'
      TABLES
        html       = gt_html
        listobject = gt_abaplist.
    doc_chng-obj_name   = 'URGENT'.
    doc_chng-sensitivty = 'O'.
    doc_chng-obj_descr  = ' '.
    doc_chng-obj_langu  = '3'.
    objhead-line        = ' '.
    APPEND objhead.
    mail[] = gt_html[].
    DESCRIBE TABLE mail LINES lv_line.
    CLEAR: objpack.
    objpack-transf_bin = 'X'.
    objpack-head_start = 1.
    objpack-head_num   = 0.
    objpack-body_start = 1.
    objpack-body_num   = lv_line.
    objpack-doc_type   = 'htm'.
    objpack-obj_descr  = ' '. 
    objpack-doc_size   = lv_line * 255.
    objpack-obj_langu = '3'.
    APPEND objpack.
    CLEAR: reclist.
    reclist-receiver = 'e-mail address'.
    reclist-rec_type = 'U'.
    APPEND reclist.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        document_data              = doc_chng 
        put_in_outbox              = 'X'
        commit_work                = 'X'
      TABLES
        packing_list               = objpack
        object_header              = objhead
        contents_bin               = mail
        receivers                  = reclist
      EXCEPTIONS
        too_many_receivers         = 1
        document_not_sent          = 2
        document_type_not_exist    = 3
        operation_no_authorization = 4
        parameter_error            = 5
        x_error                    = 6
        enqueue_error              = 7
        OTHERS                     = 8.
    SUBMIT rsconn01 AND RETURN.
    I want to show  this by "Japanese".
    But the character is broken.
    LIke This:
    u01D1u072C          u0205|            u0205u072C          u0508           QC u04B90m
    How can I set the language?  How can I solve "Charancter Broken" ?
    Plesse, let me know.
    Thank you so much.
    Edited by: Jaime White 999 on Nov 21, 2011 8:45 AM
    Edited by: Jaime White 999 on Nov 21, 2011 8:46 AM

    Hi Jaime,
    Are you saying, you are getting junk characters in the email attachment? Then pls check the following. Since you want to send Japanese fonts, please pass language 'J' in both  objpack-obj_langu = '3' & doc_chng-obj_langu  = '3' instead of '3' please replace it with 'J'.
    Another thing which you may have to check is the SCOT device type. As I understand from my basis colleague, this may also affect your attachment fonts since the emails are sent through SCOT. Go to transaction SCOT-> Settings-> Device types for format conversion. Check whether wrong device type is defined for Japanese there. Hope this helps
    Regards,
    Gokul

  • How can i set a password when i open mozilla firefox homepage

    how can i set username and password to the homepage of mozilla firefox

    hello saranghaekijenia, can i ask what you are trying to achieve by setting a password? maybe there is a better way...

  • How can I set "SOAPAction" http header using SAAJ

    When I send soap request, http header's like below
    SOAPAction: ""
    But, I'd like to send like this
    SOAPAction: "http://tempuri.org/HelloWorld"
    How can I that using SAAJ ?
    My code is
    String xml = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" +
    "<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n" +
    " <soap:Body>\n" +
    " <HelloWorld xmlns=\"http://tempuri.org/\" />\n" +
    " </soap:Body>\n" +
    "</soap:Envelope>";
    Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new ByteArrayInputStream(xml.getBytes()));
    DOMSource domSource = new DOMSource(doc);
    SOAPMessage message = MessageFactory.newInstance().createMessage();
    message.setProperty(SOAPMessage.CHARACTER_SET_ENCODING, "utf-8");
    message.setProperty(SOAPMessage.WRITE_XML_DECLARATION, "true");
    message.getSOAPPart().setContent(domSource);
    message.writeTo(System.out);
    SOAPConnection connection = SOAPConnectionFactory.newInstance().createConnection();
    SOAPMessage response = connection.call(message, helloURL);
    connection.close();
    SOAPBody body = response.getSOAPBody();
    if ( body.hasFault() )
    SOAPFault newFault = body.getFault();
    System.out.println("SoapBody has fault.");
    System.out.println("code=" + newFault.getFaultCodeAsName());
    System.out.println("message=" + newFault.getFaultString());
    System.out.println("actor=" + newFault.getFaultActor());
    else
    System.out.println("Call Successed.");
    System.out.println(body);
    }

    message.getMimeHeaders().addHeader("SOAPAction", "http://tempuri.org/HelloWorld");

  • How do I set DNS order when using a VPN?

    Hi, to increase my data security when using local hotspots and WI-FI, I've set up a PPTP server on my home network and connect to it using my MBP OSX 10.5.4. So far, everything's fine.
    But I found that the VPN connection will still try to resolve host names using the DNS of the underlying WLAN/UMTS connection. Which is bad for two reasons:
    First, my local network at home *doesn't permit DNS* access other than the internal DNS. So, all connection attempts time out three times, keeping me waiting in the meantime until it proceeds to connect to my internal DNS.
    Second, internal hosts are *not visible* when using external DNS. Obviously... so just adjusting the firewall and allowing external DNS isn't even a solution.
    I've tried all kinds of settings, set my VPN as the default connection, manually added DNS settings to it or read about the inner workings of the resolv library of OSX. After a very easy initial setup, I'm stuck due to a tiny detail that keeps me from using the VPN. Is there anything I can do to actually use VPN in a proper way?
    Regards,
    Christian
    p.s.: I'm currently about to try IPsec, just wondering if there's any difference. Will keep you updated...

    fredawaters wrote:
    I get to the screen where I am to put in mail server and I put in the IP address and that doesn't work.  I get the error message: Cannot connect to email server or invalid server name.  Please verify server name.  Any suggestions?
    Please answer OzBBerry42's earlier questions -- we need that information to proceed.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I disable color print when using airprint?

    How can I print from my iPhone or iPad in black and white only, so as to save my color ink?  I am using HP Photosmart 5510.  I can't see how airprint gives that option. Is there an app out there for this?

    That is a function of your printer, you can set your printer to be B&W via it's front panel settings.

  • How can you Keep column links when using export CVS

    I am exporting a report using Report Template of export: CVS. This report is a copy of a report that have column links that work. However, when I export the report using export: CVS the excel file no longer has the links in the columns.
    How can I get the link to be transferred to excel?
    Thanks

    446336,
    When you export anything as CSV type it is a plain ordinary text file - MS Excel opens it because it has knowledge of this type of file (ie text delimited by comma/tab).
    You seem to need a bit more than that - best if you search the forum for ¨excel¨ or maybe ¨report exports¨. I believe there are some threads here that may help - I think it needs java or some fancy PL/SQL to do it.
    Greg

  • How can I set Office Communicator to use my Outlook settings

    dears
     i use the business exchange mail from vodafone egypt
    in work i can use outlook to see my mails and also office communicator
    but here in home i can only use OWA and outlook and i cannot set the Communicator to use my Outlook settings 
    i also tried to use the same settings that already set on the work but i cannot login to it
    so please help me to open it
    sorry about my English not good :)

    Looking to do voice overs? See iMovie '11: Record a voiceover

  • How can I set up iPad for use as a customer sales tool?

    I want to use my new iPad for personal and business. For my business I want to hand to a customer as a self-driven presentation on my business created In Keynote or some similar program. But I'd like to lock all personal content so the customer can only explore my business content and not access personal contacts, music, etc. Can this be done? Recommendations on apps and set-up are appreciated.

    Can't be done. All the customer has to do is press the home button and they're able to access all your apps.
    You either need different iPads for different purposes, or mount it in a display cabinet that blocks the home button.

  • How can I magnefy the screen when using firefox

    I have seen in other Browsers that you can magnify the screen by choosing 100% or 150%, etc.
    Please how can one do this in Firefox.
    Thank You
    Alvaro Gil Fernandez

    See this:
    https://support.mozilla.com/en-US/kb/Page+Zoom
    The Firefox Page Zoom feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • History Attributes when using Custom Authentication Type

    assigned all History Attributes (in the Entity Object Editor) to my audit columns.
    During run time, I find only Created By is assigned the SYSDATE, and Created On, Modified On, and Modified By are null.
    I am using Custom Authentication Type.
    I have read that the History Attributes only work the the JAAS authentication type. Appreciate any one confirming this.
    Also, how do you implement History Attributes if you are using the Custom Authentication Type? Do you need to write Java code?
    Thanks.
    John

    Hi,
    confirmed it only works with container managed authentication performed through JAZN. You can't use this with custom security as otherwise this feature could be overwritten. Still you can provide your own implementation:
    - create a custom table
    - use the setAttr method on the RowImpl class of a VO to store the username
    Frank

  • HELP - How can I default PDF printing to use Custom Scale 97%?

    We just upgraded an old computer to new hardware.  The old machine automatically defaulted all PDFs to print to Custom Scale 97%.  Because of our letterhead it's critical that this value remain defaulted to prevent wasting large amounts of stock.  How can we default this setting again in Reader XI?

    As an update, I got this working on my local machine.  Unfortunately it isn't taking on the print machine yet.  I made the following registry changes:
    bprintExpandToFit (1)
    bprintSetPageSize (97)
    bprintScaling (2)
    Locally it works using version 11.0.06.  The print machine keeps re-setting the registry values however.
    Any help would be GREATLY appreciated.

Maybe you are looking for

  • Why app store is not working without card details

    My app store is not working without entering card details , I lost my olf apple id . i MADE a new one .

  • Blocking a particular customer for immediate delivery creation

    Hi All, I have the following requirement Right now whenever the sales orders comes from the customers through EDI, the deliveries were created immediately. This was set up through the sales document. This is being used for the document KE. Now we nee

  • How to conditionally include code for different versions.

    I'm trying to figure out how to create a lite and full version of an iPhone app by using multiple targets and conditionally including/excluding code based on the target. From searching the forum and the web I realize I need to use preprocessor macros

  • SelectOneChoice SET

    Hi All, I have following code snippet. <af:selectOneChoice value="#{bindings.TableUsersView1CustId.inputValue}" label="#{bindings.TableUsersView1CustId.label}" binding="#{backing_create.selectOneChoice3}" required="false" valuePassThru="true" partial

  • How do you change 64 bit to 32 bit

    How do you change the setting of 64 bit to 32 bit? My Norton program can't run everything on 64.