Custom workflow... creating a new user from the End User's point of view

Hello I am trying to design a new Request for the end user so that they are able to create a new user. I am having problems with my workflow at this point and keep getting the error "Missing view id." Below is my code please help me out... I am very new to this so be gentle.
P.S. All my fields are named with " view.waveset.* " where * is either accountId or firstname or any attribute I need to set
<Extension>
<WFProcess name='End User Create New User' maxSteps='0'>
<Activity id='0' name='start'>
<Transition to='Create View'/>
<WorkflowEditor x='33' y='5'/>
</Activity>
<Activity id='1' name='Create View'>
<Action id='0' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='createView'/>
<Argument name='id' value='$(accountId)'/>
<Argument name='type' value='User'/>
</Action>
<Transition to='Update View'/>
<WorkflowEditor x='107' y='81'/>
</Activity>
<Activity name='Update View'>
<Action process='Update View'>
<Argument name='type' value='User'/>
<Argument name='id' value='$(accountId)'/>
<Argument name='options'>
<map/>
</Argument>
</Action>
<Transition to='Provision'/>
</Activity>
<Activity id='2' name='Provision'>
<Action id='0' application='com.waveset.provision.WorkflowServices'>
<Argument name='op' value='provision'/>
<Argument name='user' value='$(view)'/>
<Argument name='options'>
<map/>
</Argument>
</Action>
<Transition to='end'/>
<WorkflowEditor x='296' y='83'/>
</Activity>
<Activity id='3' name='end'>
<WorkflowEditor x='393' y='5'/>
</Activity>
</WFProcess>
</Extension>

I ran across the same error today. Since it's been over a month, I assume you've fixed it already or decided you didn't need it at all? What was your fix?
For me, I noted that in the sample directory, a similar "createView" call (in End User Anonymous Enrollment) also includes this argument:
<Argument name='viewId' value='User'/>
When I added that to my createView call, the "Missing view id" error went away, and the user are gets created.
I'm not entirely comfortable with the value specified, though; seems like view IDs should be more unique. I would have thought it should have been something like this instead:
<Argument name='viewId' value='User:$(accountId)'/>

Similar Messages

  • Create User from the end user pages

    I tried to create a user from a end user page and I get this error:
    com.waveset.util.WavesetException: WorkflowServices.provision: no view
    Anybody knows where the error is?
    Thanks!
    My workflow:
    <!-- MemberObjectGroups="#ID#Top" createDate="Wed May 30 10:36:29 CEST 2007" extensionClass="WFProcess" id="#ID#48FDDE54A046A13F:-14C2A04D:112DBE4AB3D:-7FDA" name="PRUEBA" visibility="runschedule"-->
    <TaskDefinition id='#ID#48FDDE54A046A13F:-14C2A04D:112DBE4AB3D:-7FDA' name='PRUEBA' lock='Configurator#1181667176671' creator='Configurator' createDate='1180514189312' lastModifier='Configurator' lastModDate='1181666876671' lastMod='129' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='runschedule' progressInterval='0'>
    <Extension>
    <WFProcess name='PRUEBA' maxSteps='0'>
    <Activity id='0' name='start'>
    <Transition to='activity1'/>
    <WorkflowEditor x='88' y='120'/>
    </Activity>
    <Activity id='1' name='end'>
    <WorkflowEditor x='457' y='89'/>
    </Activity>
    <Activity id='2' name='activity1'>
    <ManualAction id='0' name='prueba' syncExec='true' itemType='wizard'>
    <WorkItemName>
    <ref>probando voy</ref>
    </WorkItemName>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#48FDDE54A046A13F:-14C2A04D:112DBE4AB3D:-7FC5' name='PRUEBAForm'/>
    </FormRef>
    </ManualAction>
    <Transition to='Create View'/>
    <WorkflowEditor x='177' y='266'/>
    </Activity>
    <Activity id='3' name='Provision'>
    <Action id='0' process='Provision'>
    <Variable name='op' value='provision'/>
    </Action>
    <Transition to='end'/>
    <WorkflowEditor x='380' y='305'/>
    </Activity>
    <Activity id='4' name='Create View'>
    <Comments>Initialize a new view.</Comments>
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='createView'/>
    <Argument name='type' value='User'/>
    <Argument name='viewId' value='User'/>
    </Action>
    <Transition to='Provision'/>
    <WorkflowEditor x='247' y='416'/>
    </Activity>
    </WFProcess>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='PRUEBA'/>
    </Properties>
    </TaskDefinition>

    Hi gvivek99,
    I have put a link in the �Anonymous User Menu�
    <Field name='Test'>
      <Display class='Link'>
        <Property name='URL' value='user/anonProcessLaunch.jsp?newView=true'/>
        <Property name='id' value='PRUEBA'/>
      </Display>
    </Field>This link start "PRUEBA" Workflow (see my first post).
    This workflow call a ManualAction and open PRUEBAForm. In this form I request the accountID, firstname and lastname. But when I submit it, I get the next error:
    com.waveset.util.WavesetException: WorkflowServices.provision: no view
    <!--  MemberObjectGroups="#ID#Top" extensionClass="Form" id="#ID#48FDDE54A046A13F:-14C2A04D:112DBE4AB3D:-7FC5" lastMod="247" lastModifier="Configurator" name="PRUEBAForm"-->
    <Configuration id='#ID#48FDDE54A046A13F:-14C2A04D:112DBE4AB3D:-7FC5' name='PRUEBAForm' lock='Configurator#1182147751359' creator='Configurator' createDate='1180518677968' lastModifier='Configurator' lastModDate='1182147451343' lastMod='247' wstype='UserForm'>
      <Extension>
        <Form name='PRUEBAForm' noDefaultButtons='true' objectLocationID='objectName=PRUEBAForm&isBegin=true&objectPath=0&objectType=UserForm'>
          <Display class='EditForm'/>
          <Field name='waveset.accountId'>
            <Display class='Text'>
              <Property name='title' value='_FM_ACCOUNT_ID'/>
              <Property name='size' value='32'/>
              <Property name='maxLength' value='128'/>
              <Property name='required'>
                <Boolean>true</Boolean>
              </Property>
            </Display>
          </Field>
          <Field name='global.firstname'>
            <Display class='Text'>
              <Property name='title' value='_FM_FIRSTNAME'/>
              <Property name='size' value='32'/>
              <Property name='maxLength' value='128'/>
            </Display>
          </Field>
          <Field name='global.lastname'>
            <Display class='Text'>
              <Property name='title' value='_FM_LASTNAME'/>
              <Property name='size' value='32'/>
              <Property name='maxLength' value='128'/>
              <Property name='noNewRow' value='true'/>
            </Display>
          </Field>
          <Field name='global.fullname'>
            <Expansion>
              <cond>
                <and>
                  <ref>global.firstname</ref>
                  <ref>global.lastname</ref>
                </and>
                <concat>
                  <ref>global.firstname</ref>
                  <s> </s>
                  <ref>global.lastname</ref>
                </concat>
              </cond>
            </Expansion>
          </Field>
          <Field name='nextCancelButtons'>
            <Field name=':variables.formButton' button='true'>
              <Display class='Button'>
                <Property name='label' value='Next'/>
                <Property name='value' value='Submit'/>
                <Property name='command' value='Save'/>
              </Display>
            </Field>
            <Field name=':variables.formButton' button='true'>
              <Display class='Button'>
                <Property name='label' value='Cancel'/>
                <Property name='value' value='Cancel'/>
                <Property name='command' value='SaveNoValidate'/>
              </Display>
            </Field>
            <Field name=':complete'>
              <Default>
                <s>true</s>
              </Default>
            </Field>
          </Field>
        </Form>
      </Extension>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
      </MemberObjectGroups>
      <Properties>
        <Property name='editorOriginalName' value='PRUEBAForm'/>
      </Properties>
    </Configuration>Thanks

  • Create an user from the existing user.

    Hi All,
    Recently i have created one user from the existing user in a different server.
    Oracle version :10.2.0.1.0
    I have granted the similar roles same as in production.
    In Production:
    SQL> select granted_role,grantee from dba_role_privs where grantee in ('TRADELOANS');
    GRANTED_ROLE                   GRANTEE
    RESOURCE                       TRADELOANS
    CONNECT                        TRADELOANS
    In Test:
    SQL> select granted_role,grantee from dba_role_privs where grantee in ('TRADELOANS');
    GRANTED_ROLE                   GRANTEE
    RESOURCE                       TRADELOANS
    CONNECT                        TRADELOANS
    But the user complained that he is getting error like 'user lacks CREATE SESSSION privilege'. He also says he is able to connect to production but for the test he is getting that error
    Can anybody let me know where i have done the mistake?
    Regards
    Arun

    arundba wrote:
    Hi Kamran,
    I listed the roles given to the user in my first post. I have granted connect and resource role to the user.
    and it is same in production also. But the thing is why he is able to connect to production and not for test?
    Regards
    ArunSee the following demonstration:
    SQL> create user t identified by t;
    User created.
    SQL> connect t/t
    ERROR:
    ORA-01045: user T lacks CREATE SESSION privilege; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> conn / as sysdba
    Connected.
    SQL> grant connect to t;
    Grant succeeded.
    SQL> conn t/t
    Connected.
    SQL>

  • How do you hide Excluded Roles from the End User (8.1) ?

    We have 2 Buisness Roles: Employee and Contractor. They are excluded from each other, meaning if you have one of the roles, you cannot be assigned the other role.
    When a user logs into 8.1 to the OOTB "Update My Roles" WF, they see their Available Roles for selection.
    These available roles listing includes the excluded roles.
    So when a user with the Contractor role logs in, they see the Employee role as an available role.
    If the Contractor user tries to add the Employee role, they will get an error due to the role exclusion.
    I know it is possible to hide the excluded roles from the end user, but don't know how.
    Does anyone know how to hide the excluded roles from users?
    Thanks.

    Hi
    I may have misread your first comment but I totally agree with your response.
    If the user has capabilities over multiple organizations it will show all roles, whether exclusion or not. (Been confirmed that this is how it is designed to work)
    What could be done is when selecting a user is a specific organization, you could have a rule that only shows up the Business roles that are associated with that organization. So although you have the capabilities over all organizations you only see the roles that are available to the organization where the user is your are updating.
    An idea anyway
    Ian

  • Unable to create a new listener from the EM Console

    When I try to create a new listener from Enterprise Manager Console, it displays an error message: Error in getting data for creating new listener. Check if the listener.ora location "/u01/app/oracle/product/10.2.0/db_1/network/admin" is a valid one. It is absolutely a valid ORACLE_HOME, in fact, I can setup TNS Connect Alias and Profiles from here, but the listener has became a pain in the neck.
    I know I can use the java netmgr or netca or even vi to set it up; however, it is a must that it has to be done through Enterprise Manager Console (show EM manageability issues).
    Thanks for your feedback

    Im using EM, not GC. I did not try to create the listener form EM, as I always created them from Net Manager. After creating them, I used to be able to see them listed in EM, following these steps --> click on the target listener on the homepage --> click on Net Services Administration --> scrolling the scrollbox to listeners and click go.
    One day I tried to scroll to "local naming" instead of "listeners", clicked "go" and tried to create a new one (actually cancelled the operation before saving the changes). Since that moment I see the error when trying to see the list of listener in EM.
    Enrico

  • How to switch user from the current user using shell script code

    Hi Experts,
    I have an requirement to login into a particular user from the shell script concurrent program. I do have credentials for that particular user. I want to login and run few commands from that particular user. Please let me know if there are any methods to login as a particular user using the username, password from shell script program.
    Thanks a lot.

    Thanks for your reply. However we cannot use su command from a shell script program. How to enter password from shell script program?http://tinyurl.com/3t7cwjh
    Thanks,
    Hussein

  • From the End User Point of view

    Hi,
    Suppose i have scenario like file to idoc, the file should run every day night,when any errors occur at idoc side how can end user know whether it is successfully updated at R/3 side or not. In this scenario exactly what is role of end user what will he do.
    Thanks in advance.
    Regards,
    Prem.S

    Hi Prem,
    In this case the end user/basis team/ ie basically who ever is responsible for monitoring has to go to transaction WE02/WE05 to monitor if any error has occured in posting the application document.
    if any error is there in WE02 then he can go to transaction BD87 and repost the idocs.
    Cheers,
    Sumit
    ps : reward points if that helped u.

  • How do I create a new contact from the same company as one I already have

    How do I simply create multiple contacts from the same company? In Outlook this is achieved using by "New contact from same company". Is there a similar function in gMail contacts?

    Check that out with Gmail support.
    http://mail.google.com/support/

  • How to execute a transaction with a different user from the logged user?

    Hello Experts!
    I'm trying to find out a solution about this scenario: our users need to release a Purchase Order (ME28) and/or a Service Entry Sheet (ML85) in SAP from a WEB based application through TIBCO, but the requirement is to execute this operation with the same SAP User name of the user (with his authorization) and not with the TIBCO user that is logged to SAP.
    Is there someone that could suggest me a real time solution and how to develop it? I really appreciate your contribute and I'm at your disposal for any further information.
    Thank you very much!
    Alessandro

    Hi Rob!
    Thank you for your help, but I can't apply this solution, because we need to execute the transaction with a specific user name and not a generic user, besides our user have different authorization, for example the user Mr. Rossi can release only his Purchase Order but not the PO of another user Mr. Bianchi. Moreover we need to see the PO released/modified from a specif user name. So this is our constraint.
    Bye Ale.

  • How can i disable debug information from the end user

    By changing debug flag in the url to YES it is possible to view debug information. i want to disable debug information, so that end user could not see debug information. can anyone please tell me the solution.

    Sundhar,
    when you export the application select Debugging:No
    It's one of the available properties together with Build Status, Export Comments, Export Supporting Objects Definitions and so on.
    Bye,
    Flavio
    http://www.oraclequirks.com

  • Create a new DB from the backup of another DB on the same server

    Hi,
    in MAX DB 7.6 on Win 2003.
    Can we copy an instance to another instance , when both are on the same server ? How ?
    MY Prod DB and Dev DB are on the same server. How can I copy the Prod into the Dev DB using Backup of Prod ?
    Thank you.

    Ok, thank you .
    dbmcli.exe on MAXDB4>db_activate RECOVER DemoDataCompl_recover
    OK
    Returncode              0
    Date                    20111107
    Time                    00133125
    Server                  optim65-win.com
    Database                MAXDB2
    Kernel Version          Kernel    7.6.06   Build 010-123-229-880
    Pages Transferred       618
    Pages Left              0
    Volumes                 1
    Medianame               DemoDataCompl_recover
    Location                E:\sdb\data\wrk\MAXDB2\completeDataJan
    Errortext
    Label                   DAT_000000004
    Is Consistent           true
    First LOG Page          30536
    Last LOG Page
    DB Stamp 1 Date         20111104
    DB Stamp 1 Time         00094855
    DB Stamp 2 Date
    DB Stamp 2 Time
    Page Count              606
    Devices Used            1
    Database ID             optim65-win.com:MAXDB2_20111104_094855
    Max Used Data Page      0
    Converter Page Count    8
    dbmcli.exe on MAXDB4>RECOVER_replace DemoDataINC_RECOVER
    ERR
    -24988,ERR_SQL: SQL error
    -104,DBM command impossible at this time
    Regards.

  • HT5621 How do I change the email and apple account on my new work IPad from the old user to my email and account?

    How do I change the email and account info on my new iPad from the old user to me?

    Restore the iPad to out of the box configuration. This will erase all contents/settings on the iPad. Then set up using your ID and email info.
    Troubleshoot Your iPad: Restore
    http://www.dummies.com/how-to/content/troubleshoot-your-ipad-restore.html
     Cheers, Tom

  • Can you create a new comp from a clip after you already have one in your project?

    I know if you create a new project and import a clip, then drag that clip down to the timeline panel, After Effects will create a new composition based off of the specs of the clip, which is exactly as long as the clip.  Is there a way to do this after you have already created one composition in your project?
    I've tried it and it just wants to add the clip to an already opened composition or if you close all the compositions, it wants to add it to the render queue.

    > I know if you create a new project and import a clip, then drag that
    clip down to the timeline panel, After Effects will create a new
    composition based off of the specs of the clip
    Actually, that's not quite right. To create a new composition with settings that match those of the footage item, you drag the footage item to the Create A New Compsotion button at the bottom of the Project panel. See "Create a composition".
    If you drag a footage item from the Project panel to the Timeline panel for an already existing composition, then you are telling After Effects to create a new layer based on that footage item inside the existing composition.
    If you drag a footage item to the Render Queue panel, then After Effects creates a new composition from the footage item and immediately adds that composition to the render queue.

  • Create a New Contact in the same window

    Hi Folks,
    I want to create a New Contact from the Quick Create Link and want it function in the same way that the "New" / "Copy" Button functions
    Currently:
    Quick Create Link opens a Contact in a New Window.
    Requirement:
    Contact should open in the same window. Also, I want this function to work from the Quick Create Link on the Action Bar.
    Any thoughts? can we achieve this using some javascript?
    Thanks,
    Royston
    Edited by: Royston Goveia on Nov 11, 2011 12:51 AM

    Fixed, used javascript.
    Regards,
    Royston

  • How can I make a top layer "transparent" to the end-user?

    Hi guys,
    Got a quick question.
    I'm working on a custom card builder and was wondering if there was any way I could keep an uploaded image editable to the end user. The end-user will be able to choose what template they'd like to frame the image with. The problem is, even with transparency that chosen frame acts as a layer, and once the uploaded image has been placed onto the staging area, the end-user loosing the ability to edit/scale/skew that image. I'd like them to be able to still do that even with the template above their image.
    Can anybody think of a solution to this? Any and all advice is greatly appreciated.

    You'd literally need to chop each frame up. To keep things reasonable to update you can use Photoshop to slice the graphics, saving them to external PNGs to import in. If a frame has 4 edges, you cut out the 4 sides, import into Flash and reassemble them inside a single Sprite or MovieClip. Any area inside that sprite that has no actual objects will be true transparency and won't invoke a click action.
    Keep in mind, hitboxes are rectangular. If you have an oval frame where the edges require you to create bitmaps with transparency on their edges, that will be clickable. If you don't immediately understand what I mean by that just draw a circle in flash, convert to clip. Now draw your cursor around what you consider the 'top' portion of that frame and notice how much of the inner fill you also capture at the same time. That will all be clickable. So the user may "see" their picture behind the frame but when they click they accidentally get the frame instead.
    Picture worth a thousand words (random net image):
    If you cut this oval frame into 4 pieces (this being the top obviously), the transparent area you see in the frame will need to be part of the hitarea for the frame. That can be just as confusing to customers in this situation. If most of your frames have little to no transparency (very squared up) then it won't be a problem. Although just like the problem you're having now, any bitmap transparency WILL be clickable even if you cut the sides up. The center where there is no bitmap can be clicked through to mess with the picture behind the frame.
    This sort of makes the transparency detection a bit more desirable.

Maybe you are looking for

  • Need urgent help to generate SPL Data Sources for Line Items

    Hi All, I am trying to extract the Special Purpose Ledger Data from R/3 into BW. To do this, I am following the steps to generate the Data Sources for Totals table and Lien Items Table. Using Transaction BW01 and BW03 on the R/3 side, I am able to ge

  • Problem with Router 54g2

    Hi,  I want configure router 54g2 for work mode bridge , but I can't . I have read manual but I can't find instruction enough for procedure. Somebody can help me ? The router 54g2 work mode bridge ?  Thank very much  Bruno Steven 

  • We are unable to activate your Apple Developer Program membership.

    I already pay Developer Program and after two days I receive this email: Apple Developer Program Activation Code Dear emilia h figueiredo/Fagmer feitosa, To complete your purchase and access your Apple Developer Program benefits, please click on the

  • How do I sync Office 2011 for Mac with Contacts under Mountain Lion?

    How do I sync Office 2011 for Mac (Outlook) contacts with Contacts under Mountain Lion (or iOS6)?  Outlook doesn't seem to have moved on from iSync, and meddling seems to produce unpredictable results.

  • More wrvs4400n issues

    I honestly don't understand how cisco can release a product like this.  It's soo flakey and unrealiable.  So far in order to get my 4400nv1 running I've had to use the recovery utility just to load firmware onto it (that was a 16hour ordeal!!) then i