"Description" and "Email" user properties?

I've noticed that there are a lot of things you can do in the API that you can't do through the other interfaces. For example, you can disable all non-supervisor logins, which is cool.<BR><BR>Looking through the "ESB_USERINFO_T" structure, I noticed it includes these two properties:<BR><BR> Description As String * ESB_DESCLEN ' user/group description<BR> EMailID As String * ESB_DESCLEN ' user/group email address<BR><BR>Eager to make use of them, I put together some VB code to set/get the properties. However, doing a "get" after setting either property returns garbage characters. For example, "??????".<BR><BR>So, has anyone had any luck setting these properties? If so, how do you do it? And why in the world would Hyperion include them, but not make them available even in EAS?<BR><BR>Thanks,<BR>Jared

Yes, I have looked into these proporties. These properties are reserved for future use and are currently not available in the user structure. Hopefully, they will implement these soon in the upcoming releases.You cannot get the values because in relaity you cannot set the values for these properties as they are reserved for future use.

Similar Messages

  • BC and Field User Properties

    Hi,
    I want to learn more about various Siebel BC and Field User poperties.
    Can anybody guide from where can I get the details for the same. Any specific documents or anything.
    Thanks :-)

    Hi,
    In the ToolsDevRef pdf you can see the user properties for the following sections:
    About User Properties” on page 79
    *“About Setting Numbered Instances of a User Property” on page 80*
    *“Applet User Properties” on page 80*
    *“Business Component User Properties” on page 98*
    *“Business Service User Properties” on page 189*
    *“Control User Properties” on page 190*
    *“Field User Properties” on page 192*
    *“Integration Component User Properties” on page 202*
    *“Integration Component Field User Properties” on page 204*
    *“List Column User Properties” on page 205*
    Regards,
    Joseph

  • Management Repository - Custom procedure and email user account

    Hi,
    I am new to grid usage. Just I would like to make sure about the following:
    1. Is it possible to create a custom procedure? Is it safe or any issues with that?
    2. If possible, I would like to query the schedule related tables and send email to the network user(one of database repository user). In this procedure, can I send email to any user in the network or owner of the attached databases? or do I need to create or add user account to grid/management repository?
    I appreciate your quick help. Thanks.

    Hi
    Do you need a procedure to send mail to different users that depend of the target database?
    When a alert warning or critical appear you send a mail to diferent user that depend of target?
    If the answer is yes, you can create diferent users in your grid control and diferents notification rules for each user and assign to databases target
    example
    You have the SYSMAN user that have a rule
    Database availability and critical states --> for all targets
    Create two users in grid
    admin_1
    admin_2
    Log to grid with admin_1
    Create a notification rule like database availability and critical states
    Each the targets specifit to this users
    The same process for admin_2

  • Product description and Customer ship description to should be visible in R

    Currently we are able to see the Customer ship to number and Product number in SNC Responsive Replenishment (RR) screen. We want to have Customer Ship description and Product description in addition to Customer ship to number and Product number  to be displayed on  Responsive replenishment screen.
    Current display of RR screen in SNC:
    In this we can see the 7529000 and 23100.
    The Product description and Customer ship description to should be visible in RR screen.
    Product 7329000: Brass coil
    Customer ship to 23100: Evershine company

    Hi Vaibhav
    we have faced similar problem in case of SNI monitors where SNC does not provide the product or location description and our users used to remember those things by their description. Std. SNC does not provides descriptions on SNI monitor and I think its the same case with RR monitors also.
    SAP suggest us that time is that they will try to include this thing in next releases. Other option remains for use is to go for the customization.
    Hope this will help you.
    Thanks
    Pravin

  • PROBLEMS SETTING UP EMAILS AS DEVICE REFUSES TO RECOGNISE PASSWORD AND/OR USER NAME

    PROBLEMS SETTING UP EMAILS AS DEVICE REFUSES TO RECOGNISE PASSWORD AND/OR USER NAME
    My 9800 ( I have 2 - one spare )  is driving me nuts- will not let me set up email accounts from my other Curve model.
    Repeatedly told that either user name or details are wrong, yet they are RIGHT on website.
    Exasperated 
    Help please??
    Fair winds and kind landfalls

    Thank you- I have read through that thread and can see some resonance with my issue.
    My AOL emails work VERY fast with BB, in fact almost simultaneously received on PC & Torch " ping ping!"
    This issue only raised its ugly head when I had 2 Torches replaced by my insurers. 
    Whilst the claim was in process I used a new Curve, loaded from backup on PC to keep emails going and of course phone & web facilities. ( I use the BB to power internet via bluetooth to my PC / laptop when living on a remote island with no phone lines or power supplies)  All was fine. Swapping email accounts took a few minutes with the usual password confirmations for each AOL screenname etc. 
    Then the new Torches came back from insurers, and I tried to swap devices. Phoning & texting is fine. Al data and contacts swap over fine.
    SETUP email accounts.............stymied every time. It says repeatedly that my user name/password is invalid etc etc etc
    Have tried security wipes. Have tried setting up new BB ID & passwords on PC website. All is OK until I try to setup emails on the Torches.  This has used up ridiculous amounts of time- all wasted.
    I love the BB phones and the fast email push......in fact I recently bought a new Sony Xperia Z1 but sent it back because of wifi coverage meant no emails on that superb phone for lots of the time.
    Good old BB I said..........I always get emails wherever I am. ( Rural Scotland has very patchy radio & wifi coverage)  
    Was about to purchase new Z10s just to get a bigger screen, but now I am averse to buying ANY BB phone again because this present mess means I may never get emails set up again.  How nuts is that?
    Many thanks for all help & suggestions..........boy do I need them!!
    Kind wishes from West of Scotland 
    Fair winds and kind landfalls

  • Convert the spool to xls format and email through attachment to the user

    Hi all,
    When I execute a report in background, I get spool. I need to convert the spool to xls format and email through attachment to the user.The xls file should not be saved on local system.
    If I use the Spool Recepient tab in SM37 it mails the spool list as .txt file to the mail receipient. But I need to send it as an .xls file.
    Can any one help me on this

    Did you get the solution? i have the same problem.

  • How to get the user created at and modified at properties for a site collection using powershell

    Hi guys, I Know how to get the list of users of a site collection by Get-SPUser cmdlet but hte problem is that this cmdlet doesnt give me the user Created at and modifed at properties 
    can any one tell me how to get these values via powershell???? 
    ps: ignore the 2013 screenshot.. i just want a way to get those values .. if you provide me solution in either 2010 or 2013 , i will crack the other..
    plz guys help me ...

    Get the User Information list and then get the user from that list
    $web = Get-SPWeb "siteUrl"
    $userInfoList = $web.SiteUserInfoList
    $userItem = $userInfoList.Items[0]; #0 here is just for demonstration. You take the user you want here or loop through all users.
    $created = $userItem["Created"]
    $modified = $userItem["Modified"]

  • Can I sync two iPads with different users and email addresses on the same computer

    Can I sync two IPads with different users and email addresses on the same computer.

    yes, just make sure you turn off auto-sync to keep everything organized before you try syncing
    on a pc
    edit > preferences > devices - 'prevent ipads, iphones, and ipods from syncing automatically' needs to be checked

  • I ordered Illustrator for another user.  I received an invitation that was accepted, logged in and tried to change the account to the name and email of the person it was ordered for.  How can I get this changed and the invitation sent to the right person?

    I ordered Illustrator via creative cloud for another user.  I received an invitation that was accepted  and tried to change the account to the name and email of the person it was ordered for.  How can I get this changed and the invitation sent to the right person? 

    Cloud as a Gift https://forums.adobe.com/thread/1665610

  • How to prevent users from saving and emailing intranet documents externally

    Someone in our company needs to upload a pdf to our sharepoint intranet site for internal-only use. How can I prevent users from downloading it and emailing it externally?
    I mean, a user could screenshot it I guess, but I need to give management a due diligence answer.

    You would need to look into a reverse proxy/firewall that had the ability to block access based on content. This isn't something you can accomplish out of the box with SharePoint (even with AD RMS).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • TS3276 Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Apple Mail isn't going to change the format of any of your attachments. it isn't going to corrupt them either.
    Exchange is a transport protocol and server. The issue you describe is not related to Exchange.
    There are many different versions of Microsoft Outlook in use and they all have e-mail bugs. Different versions have different bugs. Some Apple Mail hack to get around a bug in Outlook 2003 may cause the same message to be problematic in Outlook 2000. Fix them both and another issue will cause trouble in Outlook 2007. You can't fix this. Apple can't fix this. Microsoft can and has but that is irrelevant if your recipients are using older versions.
    One specific problem is that Apple Mail always sends image attachments inline, as images, not as iconized files. You can change this with Attachment Tamer. Just be aware that use of this software will break other things such as Stationery. E-mail is just a disaster. To date, no one outside of Apple has ever implemented the e-mail standards from 1993. Apple has continually changed its e-mail software to be more compatible with the de-facto standards that Netscape and Microsoft have unilaterally defined and people documented as "standards" after the fact. The e-mail messages that Apple Mail sends are 100% correct and do not violate any of the original standards from 1993 or the Microsoft/Netscape modifications. The problem is entirely bugs and limitations in various versions of Outlook.

  • Retrieving User groups and email for all users in a group

    Hi Everyone,
    I need to create an ADF application to retrieve all the groups in OID, the user would select a group and it should list down all the email addresses in that group.
    Can you suggest what is the best way to achieve this. My main concern is how to retrieve groups and email addresses from OID. I was unable to find APIs for it.
    Your suggestions are greately appreciated.
    Thanks,
    Husain

    In a multi-user environment, a user install a dreamweaver extension,but just the user who install the extension can use it.
    Is there a way that administrator install the extension and make this extension available for other users in multi-user environment(e.g. the Windows 7)
    Dreamweaver had this capability many releases ago, but it has been dropped, so it's no longer available.
    Regards,
    Randy Edmunds
    Dreamweaver Development
    Adobe Systems, Inc.

  • How to show users display name and email address in open social widget?

    Hello experts,
    Is it possible to retrieve users display name and email address with opensocial javascript e.g. Login widget seems to load user data (and userData.firstname) during the site init. Is this something that could be consumed or is there some opensocial data request that could/should be used. Any working sample widget spec would be appreciated.
    Best regards,
    Ville

    Hi Ville,
    in the logon widget, we also use the data retrevied from siteInit.loadData.data.user. However, this widget is part of the out of the box openSocial widgets, it is being released with the product code, not as a separate OS widget deployed on HANA Cloud Platform.
    If you'll do window.parent.siteInit you'll probably will get the data you are looking for, but this isn't the official public API, so you can use it but we cannot commit on keeping this structure.
    Why do you need this information in the widget level? Does your widget require authentication or is it for personalization needs?
    The best way is to retrieve this info on the java side using HAHA Cloud Platform APIs and send them back to the client.
    Look at this - SAP HANA Cloud Platform SDK >
    Package com.sap.security.um.user
    Interface:
    User
    This interface provides read access to user data and is an extension of Principal.
    UserAttribute
    The interface represents abstraction over a user general attribute, such as an e-mail address.
    UserProvider
    This interface represents the service interface which provides read access to a user implementation.
    Inbal 

  • HT2736 I gifted an application and the user has not redeemed code...lost her email can I send this to her again?

    I gifted an application and the user has not redeemed code...lost her email can I send this to her again?

    Yes, you can resend. See:
    http://support.apple.com/kb/HT1541
    Regards.

  • Order of execution of named method user properties and server script

    Dear All,
    If for a Custom method on an applet, we have scripts in WebApplet_preinvokemethod and WebApplet_invokemethod and also for the same Custom method we have applet Named Method user properties and BC Named Method user properties, what will be the order of execution of these scripts and Named Method user properties??

    The Private Event Submission sample portlet shows how to achieve this. It is part of the PDK download.
    Peter

Maybe you are looking for

  • No subscription found - want to use encore with premiere cc

    i have a cc subscription as a student and i want to use encore with premiere cc on a mac. i downloaded the cs6 version of premiere, tried to install but it says it can't find a subscription (even thought i am logged in with my adobe id).  I saw on an

  • Tecra 8200 doesn't recognize RAM in Slot B

    Since a few days my Tecra doesn't recognize the RAM Module in Slot B. Before all was fine. I have 2x256MB Modules. I was wondering why my Tecra becomes more slow the last days and then i saw that i have now just 256MB RAM. I change the Modules from S

  • Resize and crop images to a specific width and height

    Hi, I want to convert images to thumbnails with a 'standard' format - I need all images to have the same width and height. So I need to resize and then crop the images. Is this possibe with JAI? Are there other libraries which can do this better? I'v

  • A question about sleep.

    Two months ago I upgraded (perhaps downgraded is a better term, depending on perspective), anyways changed machines from my trusted 1 Ghz Powerbook G4 Ti to a White MacBook Intel 2.1 Ghz Intel Core 2 Duo. My main question here is does the MacBook put

  • Mini Suddenly Very Slow

    I've begun experience a frustrating problem with my Mini. Last week some applications began to run very slowly - Mail, in particular, would hang for 30 seconds or so after I hit "Reply". Photoshop would slow the system down significantly when used. Y