How to get Participant's info in a global creation ?

I want to get current Participant's info in a global creation.
And so, I use to call Fuego.Lib.Participant.
But, this componet is described follows within online document.
This component is commonly used as the variable participant , which is predefined in every process.
In a global creation, participant is not predefined.
How to get participant's information in current global creation ?
Note.
I found a message in a thread that using Participant instead of participant.
<Re: User of an interactive global activity
But, I can't undestand to use Participant in a global creation by online document.
Edited by: yoshiy on 2010/02/24 14:31

In Re: User of an interactive global activity I mentioned that you should use "Participant" instead of the predefined variable "participant". This is true only inside of a Screenflow's automatic task. This is valid for any Screenflow (both Globals and Interactive activities).
To see what information you can get about the current participant, open the catalog's Fuego.Lib.Participant component. Here you'll see that you can retrieve the current participant's email, firstName, id, lastName, and their roles. Here's how to do this using logic inside an Automatic task in a Screenflow:
currentParticipantName as String
currentParticipantName  = Participant.firstName + " " + Participant.lastNameDan

Similar Messages

  • How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    Hi,
    Thanks for the suggestion. I've been playing around with some of the classes of the java.net package and java.io
    Using the URL class i can get the content of the data from a STATIC page and output that response to file so that is does not display to the client broswer.
    But this only works if the URL i give points to a static html page.
    So the problem i'm getting is if i'm righting in arguments in the URL, this means that server needs to process the arguments i give and its sends back a dynamic result. Because its dynamic the URL class can not handle this and throws me an exception everytime :(
    Have u ever tried to do some things like this?
    Rahul

  • How to get the "Document Info" in illustrator

    In illustrator using "Document Info" we can get the file information. Like that how to get the document information using script. Anyone please help me.
    Regards,
    Prabudass

    I think sample code in the SDK contains a 'skeleton' plugin, I'd start with that. It should also provide a list of suites that get automatically loaded, I think it's in Suites.h. Just make sure AIDocumentSuite is in the list, and if it's not, just follow the examples in that file to add it. That should end up with a global variable called 'sDocument', which has all the suite functions as methods.
    Then it's something like:
    AIDocumentSetup setup;
    AIErr error = sDocument->GetDocumentSetup(&setup);
    // check error to make sure it's kNoErr
    Then you just have to inspect the setup struct for (hopefully) the answers you're looking for.

  • How to get the system info in a network

    Hi to all.
    can any one tell me how to get the system related,like system name and logged user ,info in a network using java...
    thnx in advance,
    ashok

    There is quite a bit of data that is stored in the System Properties. Run this little test app and it'll display all of the System Properties, what you are looking for may be contained in there:
    public class Test {
        public static void main(String[] args) {
            System.getProperties().list(System.out);
    }

  • How to get each frame Info in SWF ?

    Hi,all.
    I met a problem with SWF decomplie.
    If you have edited the fla files, store lots of frames which contains some shape information like pixels color, position and ect
    When you want to get that information in SWF, or rather, each frame information(like colors, pixels position), how to get that by AS3?
    Are there some ideas get frame info by AS3?

    Hi,all.
    I met a problem with SWF decomplie.
    If you have edited the fla files, store lots of frames which contains some shape information like pixels color, position and ect
    When you want to get that information in SWF, or rather, each frame information(like colors, pixels position), how to get that by AS3?
    Are there some ideas get frame info by AS3?

  • How to get the channel info of the image

    I insert an image into the view. I want to get the channel info of it, how to get it?

    I'm not an image expert but I'm pretty sure what you want can be found in the AIRasterSuite (AIRaster.h). I'd check there, if you understand image channels & whatnot, you're more likely to know than I if that's what you need.

  • How to get the cell info?

    You all know that, on our mobile we used to get the cell info ( Tower Name ). How to access that in our J2ME application?
    John

    Hello txflwr48! I regret the difficulties you've been having while activating your new phone. I'd love to help, but I recommend that we take our conversation to direct message instead of here in the public forum. If you have not yet gotten your device activated, please follow these steps to follow my handle (DionM_VZW) send me a direct message: http://vz.to/1gBiqkv
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • How to get the "Document info" in illustrator cs?

    Hai all,
    I need to know how to get the counting of RGB objects, CMYK Objects and Grayscale Objects information for illustrator vector(editable) file.
    In illustrator raster image file, i need to know how to get the Embedded image information(Resolution, Mode).
    I collect these infomation manually from "Windows->Document info". I saved the "Document Info" details in illustrator manually using "Document Info Pannel". I dont know how to save that information through "illustrator sdk" or through any other way without manual interaction. Could you please advice me. This is for windows operating system.
    Thanks,
    Prabudass

    I think sample code in the SDK contains a 'skeleton' plugin, I'd start with that. It should also provide a list of suites that get automatically loaded, I think it's in Suites.h. Just make sure AIDocumentSuite is in the list, and if it's not, just follow the examples in that file to add it. That should end up with a global variable called 'sDocument', which has all the suite functions as methods.
    Then it's something like:
    AIDocumentSetup setup;
    AIErr error = sDocument->GetDocumentSetup(&setup);
    // check error to make sure it's kNoErr
    Then you just have to inspect the setup struct for (hopefully) the answers you're looking for.

  • HT4527 on my old laptop the harddrive went out..i have a new one how can get all tha info back/music/fotos/app??

    old laptop hard drive went out.i have a new one how can i transfer my info to the new one?hard drive not working

    If you don't have backups, see here
    https://discussions.apple.com/docs/DOC-3141

  • How to get the groups info for user

    Hi guys i am new to ALUI..
    i am trying to do some enhancement.
    i want to know how to get the information of the users group and the group details using the IDK API?
    Can sombody share some code?

    Hello,
    You are welcome. Here is one way of get what you want:
    1) get all groups id's
    IPortletContext - >IRemoteSession -> IUserManager - > getCurrentUserGroups() -> int []
    2) get details about group
    IRemoteSession.getObjectManager(ObjectClass.UserGroup ) ->
    cycle over int []: {
    IObjectManager -> querySingleObject(comminity id) -> IObjectQueryRow -> getName()
    Because you are going to use PRC and make SOAP calls to portal don't forget setup WS to pass token to portlet (check WS settings)
    Edited by Bryazgin at 05/29/2008 7:48 PM

  • 11g how to get participant information

    how can I get the participant from a human task in 11g? Can I map something from the execData on output? I want to maintain a variable 'lastParticipant' throughout the process. Alternatively I could use it in a managed bean if I knew how to extract it from the task.
    can't figure it out, maybe I'm being dumb..

    You can do this from a managed bean:
    IWorkflowServiceClient wfSvcClient;
    TaskQueryService queryService;
    IWorkflowContext wfContext;
    String currentUserID;
    //SNIP
    String contextStr = ADFWorklistBeanUtil.getWorklistContextId();
    wfSvcClient = WorkflowService.getWorkflowServiceClient();
    queryService = wfSvcClient.getTaskQueryService();
    wfContext = queryService.getWorkflowContext(contextStr);
    currentUserID = wfContext.getUser();
    You can also get the information from the human task output as you described. I believe the field you'd want is: execData -> systemAttributes -> updatedBy -> id
    Edited by: Mike Rokitka on Sep 29, 2010 8:31 AM

  • How to get more detailed info while running a BAPI in test mode

    Hi friends
    I am trying to test 'BAPI_QUOTATION_CREATEDATA2' by opening the BAPI with 'se37' and then clicking on the button Test/Execute (F8) and entering all the data required.
    However, I get a message as follows.
    '555 The sales document is not yet complete: Edit data'
    While creating the QUOTE manually using 'va21' I get more detailed messages like what kind of data is missing 'whether valid to date is missing ..etc.etc.'.
    However, while testing thro' bapi, all it says is that sales document is not complete.
    Is there a way to see more detailed info as to what information is missing, so that I can put them before running.
    Your feedback or suggesions will be highly appreciated.
    Thansk
    Ram

    Thanks Rob
    Actually it says
    W  V1   555  The sales document is not yet complete: Edit data.
    As I said, I am running the BAPI manually by opening the BAPI using SE37 and then clicking on the F8 button. This inreturn will give me an opportunity to click on different object trees to enter the sample data. So I have entered everything that I thought was needed. But still it keeps complaining that the info is not complete but no further details.
    Hope there is some log file or something that I can see to get more details.
    Thanks
    Ram

  • How to get the user info within a BSP.

    Hello all,
    can anybody tell me how to find the details of User information (logged in user) from the BSP page.
    Thanks in advance.
    Vicky.

    Hello Alwyn, Thomas Ritter, Thomas Yung,
    thanks for your helpful replies. 
    Alwyn, I did assigne an internal table accordingly.  Still, it is not working.  I am not getting any result.
    Thomas Ritter, I could avoid the exception with your trick.  It was helpful.
    Thomas Yung, though I know about the pattern button, I did not use it.  But your comment made me aware of it.  It was helpful.
    But ultimately, my problem is not solved. I am not getting the result.  My write statement is returning nothing. 
    My modified coding is as follows:
    DATA:  RefUser like BAPIREFUS ,
           Alias   like BAPIALIAS,
           UserName like BAPIBNAME-BAPIBNAME,
           itab_return like BAPIRET2 occurs 0.
    MOVE SY-UNAME to UserName.
    try.
    CALL FUNCTION 'BAPI_USER_GET_DETAIL'
        EXPORTING
              USERNAME             = UserName
        IMPORTING
              REF_USER             = RefUser
              ALIAS                = Alias
        TABLES
              RETURN               = itab_return .
    catch cx_root.
    endtry.
    Write:  RefUser, '  ' , Alias .

  • HT201210 I need to restore my original information on my iphone and I updated the software and don't know how to get all my info back..Help???

    I need to get my old information back text contact numbers and it got lost when it up-dated the software..Can you tell me how I can get all my old information back???

    I am not sure can you tell me how I can tell my phone just loaded it with all new setting and no contact or text or music in on it now

  • How to Get Windows Dir info with file dates

    I need to get the directory contents (file Name) and date of each file in the directory. If I ask file by file to get the date, it takes a very long time. I am checking about 28,000 files in about 4 directories.
    Because the PC has so many files in each directory, accessing the file names / dates is slow. It takes about 30min. to get the information currently.
    Does anyone know about a single VI that will get the dates and the names at the same time?
    Thanks,
    CH

    I had this vi laying around (LabVIEW 6.02) for a project that never went anywhere. It's a simple search for file name and last modified time.
    Warning: This is to give you an idea of how to solve the problem. It is not tested! It returns time values in LV seconds (since 1905, easy to convert). It has any number of warts (memory usage, listing llb contents, etc), but might be a start for you.
    Good luck.
    Attachments:
    List_Files_Times.vi ‏67 KB

Maybe you are looking for

  • Prompting the Answers from BI Publisher Report

    Hi Gurus, Our Customer needs a report in particular format. So i had used the Bi publisher to create and I have uploaded template and all works fine. Now he wants to get the details of particular column. So i what I had done was that in template buil

  • TS1646 How to remove credit card details? "None" option not there

    How to remove credit card details? "None" option not there

  • Major problems trying to install softward

    Hello, I'm am getting an alert A12E1 when I try and install the Adobe Application Manager. I am running Mac OS Mountain Lion, I have restarted my computer. I just purchased a copy of the Creative Cloud, which I need asap, and I am unable to install i

  • FBRA / FB08 - vobelnr,fm_document_close. Error

    HI, I have implemented FM, Scenario is - PO- MIGO- MIRO & F-53 for payment, when i am making payment through F-53, i have cosidered a discount from the Vendor for round up purpose . at that time systeme is giving the warning message payments are not

  • How to display id exist or not exist ?

    For example I have a students table with the fields student_id,student_name,student_email. I need to write a function and passing a student id and to show the output as Student_id Exist Student_id doesn't exist Please help me