Accessing the controls in initiation form in SPdesigner 2013 workflow

Hai ,
        I created a re-usable workflow in SPdesigner  and i created a initiation form for this workflow.
        In my initiation form i have 6 controls. First control  is drop down list  it contains 4 values and other 5 controls are checkboxes.
       Here my requirement is if i select any one of the 4 values in the dropdown list based on that  the 5 checkboxes values may change to either true or false i.e check and uncheck. 
Can anybody suggest me how to approach to achieve this target.
Thanks in advance
Rajesh

Hi Rajesh,
One way you can make this work is create 4 conditions in the workflow and for each condition create actions.
To be specific, use the If Else condition.
The conditions will be based on the which dropdown value is select.
Your workflow will look something like this.
If dropdownlist equals 1
Add or Update checkbox values
Else If dropdownlist equals 2
Add or Update checkbox values
Else if dropdownlist equals 3
Add or Update checkbox values
Else if dropdownlist equals 4
Add or update checkbox values
Clear as mud? :-)
Let me know.
Daniel Christian (MCTS)

Similar Messages

  • Access denied for Association form and Initiation Form in SharePoint 2013 Workflows VS2012

    Hi,
         We created one simple Sharepoint 2013 approval workflow that has custom association and initiation forms. The workflows works when the workflow is created by the site owner. But when a user with edit permissions try to start a workflow
    or associate a new workflow we get Access Denied error message. I believe this permission is somthing todo withthe workflow list wfsvc where these association form and initiation forms reside. What else could be missing here?how do i check permission on the
    wfsvc list. please help. User also have create and edit permission on the workflow history and workflow task lists.
    Thank you

    If it works with Full control permission then there is something on the site which is causing this issue. 
    Try to collect HTTPwatch or fiddler trace to check more details. 
    Also You need to enable Verbose logging to check details. If possible paste the verbose logging in the comments. 

  • Accessing the Control/FIFO registers of NI 8422 in DOS

    Using the drivers niboot.exe and ni-pnp.exe driver files we are able to access the COM 1-4 ports on the card as these files create mapping of the COM ports and provides the equivalent base address however the base address of the Control Register, Transmitter/Reciever FIFO register are not specified which is necessary to monitor in order to transmitt/recieve data using the DOS and the code in C.
    The solution to look for is either look for the memory/base address of the 8422 card or the function in C language which can access the Control Register, Transmitter/Reciever FIFO register of the card.
    Also attacthed an document file for reference.
    Thanks
    bye
    naru
    Attachments:
    NIserial .doc ‏37 KB

    Naru,
    The base address of the COM port is necessary in order to determine the I/O address of the registers on the 16550 based UART. For example, the address of the Line Control Register for COM port 1 is calculated by adding the Base Address of COM port 1 + Offset 3. The following is a table that gives the offset of each register. You can obtain more information by downloading the datasheet of the UART used by the 8422 at www.exar.com (16C654).
    Register Offset
    RX Buffer 0
    TX Buffer 0
    Interrupt Enable 2
    FIFO Control Register 2
    Line Control Register 3
    Modem Control Register 4
    Line Status Register 5
    Modem Status Register 6
    Scratch Register 7

  • How to access the control menu

    How to access the control menu(Restore,move,minimize,maximize,close) of JFrame and JInternalFrame can be accessed using Keyboard like in windows(Using space bar for any window we can access the control menu of that window in Windows OS).
    How to achieve this feature in Java for JFrame and JInternalFrame
    Any sample code will be helpful

    try search the forum with topic: control menu on-off

  • CNiGraph3D: MsgBox "Error accessing the controls custom interface"

    When calling CNigraph3D:lot3DSurface(CNiReal64Vector, CNiReal64Vector, CNiReal64Matrix) under W2k I get a message box: "Error accessing the controls custom interface". The same application runs on a different multi-boot machine under Win98, WinNT and W2k. What causes this error? DLL incompatibilities?

    Hello,
    this error occurs only for the Graph3D (the application has also a 2D-Graph which works fine).
    I think the ActiveX is properly installed, since I can see the graph3D before the data is scanned. The user can rotate the view, zoom in, change the scale,...
    Only when the scan is finished an the application wants to plot the data, the message box pops up.
    I did not install the controls on the testing machine, since LabVIEW 6 was installed and the controls have been installed. The *.ocx have the same size/version/date as on my dev. machine. LabVIEW has no problems with the graph3D control. (I forgot to mention this in my question, sorry for that).
    Are there any differences in installing the controls when used by LabVIEW and by an MS VC++ app usin
    g CW-controls?
    On another machine is was sufficient to call regsvr32 to the *.ocx and everything worked fine.
    thank you
    Steffen

  • How can I access the control lines of a PCI-1422 from within C++?

    I would like to know how the control lines of a PCI-1422 can be accessed (set) programmatically from within C++ (MS VC++7, Windows XP). A flat panel sensor connected to the PCI-1422 needs the control lines to switch on features like binning which I want to use.
    Unfortunately I was unable to identify an appropriate command in the IMAQ documentation. Does anyone have experiences with this?
    Thank you very much in advance!

    Kluas,
    The control lines are not exposed through any API. The control lines are run by the driver based on the instructions in the camera files. If the cammera file supports the binning functionality of your camera then you should be able to set the attributes such that the board runs the control lines approriately.
    Hope this helps,
    Amaury
    NI Applications Engineer

  • HT4623 Why can't I access the Control Center in iOS 7?

    Swiping up does not bring up the Control Center. Also, the phone is locked in the vertical position. How can I get back the functionality of having it change orientations?
    c

    Do you have a case on your phone? You have to swipe up from the very bottom edge of screen, and some cases are a tad too large to enable you to do that. Try taking off the case to see if you can swipe up.
    Once you get there, you may see that the Orientation lock is highlighted, which means it is locked. Tap it to allow you to swith between portrait and landscape.
    Cheers,
    GB

  • Cluster of control references: want to access the control value

    I want to be able to save and set control values that are saved (XML). I have my controls on about 5 sub vi's. So I thought it'd be a good idea
    to put all the control references in a cluster from the several sub vi's and save and read from one point.
    I can get the cluster values (i.e. the references to the controls), but how to proceed from here? If somebody has a better idea it is very welcome.
    I have also read Ben's nugget here, but it deals with references to controls in a cluster, not references to a reference of a control in a cluster

    Thank you for reading that Nugget!
    I use a GUI Controller in many apps so I can grab refs in sub-VI's.
    Here are some screen shots of them in use.
    The first "GUI Cnt" is a wrapper around the AE and invokes the action "Set Analysis mode" then another call let me get a cluster of the refs so I can choose based on the name.
    This image shows what that action does.
    THis is what happens when going into collection mode.
    That is a small set of what you will find in my image gallery Feel free to browse (yes I know there is a lot of Olivia in there ) and ask if anything catches your interest.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • What's the control on List Forms for Person or Group?

    Hi,
    Anyone know what is the control that binds to Person or Group field in SharePoint 2013? It does not have the Check Names and Browse buttons beside the text box like PeopleEditor does, and it displays a list of possible users for selection as you type in
    the text box.
    I would like to use this control in a SharePoint project in Visual Studio 2013.
    Thank you.

    http://prasadpathak.wordpress.com/2013/10/10/setting-show-field-for-person-or-group-type-column-using-powershell/
    http://www.c-sharpcorner.com/UploadFile/54db21/create-peoplegroup-field-in-sharepoint-2010-programmatically/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/e5a50ad0-bd83-4a37-bed7-fa9a2d475bfe/how-to-get-a-value-from-peoplegroup-field-and-use-it-in-visual-studio-workflow?forum=sharepointcustomizationlegacy
    The below links is same as your case. Please check it
    http://mazdev.blogspot.in/2014/05/get-value-of-persongroup-list-item.html

  • Why can't I access the control panel of my E1000 router?

    http://192.168.1.1/ cannot be displayed when I click on it, as if the page does not exist. http://my.E1000 doesn't work either.
    My router frequently has connection issues as well when laptop users are complaining that they are "connected but have limited connectivity". In reality they have no connectivity. They have no internet access on their browsers or games. Resetting it seems to be the only thing that ever fixes this and now, despite my network supposedly being called "Neil," it's calling its self "Neil 2" and has no password. I can't change it back because I cannot get into my router's settings either!
    So yea. In a few words, it's all kind of bork. Does anyone know what is wrong with it?
    Solved!
    Go to Solution.

    What is the ip address you are getting on the computer which is connected to the router....?
    Check the ip address.If you are getting the correct ip address(192.168.1.1) then,reset the browser settings and try again to open the setup page.If that also does not work then,reset the router for 45-50 seconds,power cycle the router and check.

  • Error while Accessing the HCM process and forms

    Hi All,
    We have implemented HCm process and forms. Everything was working fine earlier but for past few days we are facing an issue after selecting an employee and clicks on the select process we are getting the following error. Kindly povide the solution.
    The following error text was processed in the system GOA : Component Usage OADP_USAGE Does Not Have an Active Component
    The error occurred on the application server sapgoa_GOA_37 and in the work process 4 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: ENSURE_ACTIVE_COMPONENT of program CL_WDR_COMPONENT_USAGE========CP
    Method: GET_INTF_CONTROLLER_INTERNAL of program CL_WDR_COMPONENT_USAGE========CP
    Method: IFWDR_INTERNAL_API~GET_INTERFACE_CTLR_DELEGATE of program SAPLWDR_RG_PROXY_FACTORY
    Thanks & Regards,
    Sreelatha Gullapalli.

    Hi,
    In EhP4, the employee search is created using OADP framework . And if the relevant configuration is not maintained , I mean there is a view cluster where the applications (PA/PD) and relevant object types are maintained.
    If this is not maintained, this creates a error. Please check .
    Hope this helps.
    Best Regards
    Saujanya

  • I have an otterbox and with ios7 I'm not able to access the control centre because of it. Is this something Apple can fix in another update?? I'd love to be able to use it  

    I'm wondering how I could contact apple to tell them, if I hasn't already been addressed!

    Apple does not control the design of third party cases.
    Control center and the notification center both operate via vertical swipes up or down from outside the screen area. If you've chosen to use a case which prevents you from using such gestures, that is your choice. Apple are not going to fundamentally change the design of the operating system, just so you can use a particular third party case.

  • I cannot access the control center.  I can swipe down to get to the calendar, but nothing works for the control center.  I have 4s.  anyone else having this issue?

    Anyone having problems trying to use the new Control Center on ios7?    I cannot get this to work at all

    Have you verified that Control Center is activated in settings for use on both the lock screen and within apps? Control Center works flawlessly on my 4s.
    Maybe try a reset if you haven't already?

  • My Ipad Air will not let me close the app i cant go to multi task either and the only thing on screen that changes is the date time and whether i have silent ringer or not, i also cannot access the control bar. Help would be much appreciated

    My Ipad aint working, i have tried everything

    Try this. Press and hold both the home and power buttons 10-15 seconds till the Apple logo appears. Release both buttons. Wait 15-20 seconds till your iPad starts on it's own.

  • Why is the control center difficult to access?

    When I try to flip up on the home screen to access the Control Center it takes multiple attempts.
    Accessing the Notification Center by flicking from the top screen down is no issue. Yes I do have a protective cover on my phone but still seems like the ability to access would be consistent from the top or bottom of the controls. Is there a fix?

    I have a similar situation with my 4S and an Otterbox Defender
    case.  It is taking some time to get the right "touch" but am
    getting better at it.  Hopefully (I have sent feedback on ths issue),
    they will widen the target area just a tad to make Control Center
    access a little easier with a case.

Maybe you are looking for