How to disable a workflow from getting generated inside a workflow

Hi,
Background : I am using a sequential list workflow (VS 2010) in a SP 2010 site collection.
Problem : the work flow gets generated when an item is created. Now the workflow code is also to create another few items in the same list, so again it will generate workflow, so in short workflows are getting generated inside a master workflow. I need only
master workflow, how this can be achieved.
Shameej

check the below post on how you can silently update items 
http://stackoverflow.com/questions/2466533/sharepoint-workflow-how-to-update-the-item-without-triggering-the-workflow-agai
or you can simply create a Boolean hidden flag in the list you can set as true and check for it in you workflow 
Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

Similar Messages

  • Does any one know how to Disable/Hide "BCC" from outlook/owa in office 365?

    Hi,
    Does any one know how to Disable/Hide "BCC" from outlook/owa in office 365?
    Thank You.

    Hi Kavin,
    You can try the below steps on the OWA server box,
    search for this file name in explorer
    File name: "messageoptionsdialog.aspx"
    open this file in notepad
    search for "chkbcc" you'll find something like this "input type="checkbox" id="chkBcc"
    you need to update the LINE BEFORE IT to <td style="visibility:hidden">
    Try this and let me now if this worked
    Although I've not tried this for the OUTLOOK client, you can try this and check if you need
    But this has worked for OWA for one of my client
    I'm also not very sure if this can be achieved on all of your outlook users from a server admin point of view, coz this is a client feature and not a user specific active directory attribute.
    Thanks & Regards
    John Chris 

  • How to disable other users from changing the status

    Hi,
    The status entry field can be changed irrespective of ownership in Documents.
    I was able to change the status on the document created by other user.
    Example: The status of document was In-Work. The document owner was X. But I was able to change it to Inspection Check.
    How to disable other users from changing the status?
    Regards,
    Shashi

    This is a frequently discussed topic.Please use the search feature.It has been discussed in [previous posts|CV01N: Filter documents by role; in various contexts.
    Regards,
    Pradeepkumar Haragoldavar

  • My phone gets super hot! What is making my phone of this and how do I stop it from getting hot?

    My phone gets super hot! What is making my phone of this and how do I stop it from getting hot?

    If the internal temperature gets too high, you will see the following.
    Has this occured?

  • How SOA composite Application Instance ID gets generated

    Hi,
    While I was working with one of my minor SOA project, I noticed one thing that the SOA composite application instance IDs are not generated in a particular sequence. The numbers specified as Instance ID are random. Sometimes there is a difference of hundreds, sometimes of thousands and other times of difference reaches in lakhs. I am unable to understand the Procedure how these Instance IDs get generated when we deploy our project.
    Thanks & Regards
    Parul Nagpal

    Instance Id's (CIKEY) are generated from ID_RANGE table, every call to this table returns a different range of sequences. Instance Ids will not collide across different Managed servers. Instance ID gets refreshed with each server restarts and is not equal across nodes or after restart.
    Information to configure this range can be found in 12.2.9 InstanceKeyBlockSize in the Oracle BPEL Process Manager Performance Tuning Guide.  
    Reference : http://docs.oracle.com/cd/E14571_01/core.1111/e10108/bpel.htm  
    Reference :CIKEY or Instance ID generation for composites in SOA Suite 11.1.1.4 (Doc ID 1312037.1)
    Regards,
    Anshul

  • HT201320 How to disable an account from an I-Pad? (Without the I-Pad...)

         How can you disable an account from an I-Pad without it? I have an email linked to an I-Pad that I cannot get a hold of anymore because it was my school's for a required project. I've been sending and recieving anonymous mail from it occasionally. I just changed the password and allowed a vertification for my email login, but I don't want to delete it, it's my primary email. Is there anyway I can disable the account without it? PLEASE HELP!

    Hold down on the app icon until it wiggles. Then tap the X on the icon to delete it. Tap the home button when you are done.

  • How can I prevent Mail from Getting Messages Automatically?

    I want to stop Apple Mail from getting new messages until I click on the "Get Mail" button.
    This is proving hard to achieve.
    In Mail Preferences, I have set Check for New Messages to "Manually."
    This does nothing.
    Additionally, I went to each account, went into the Advanced tab and unchecked "Include when automatically checking for new messages."
    This also changed nothing.
    This should be fairly easy to achieve, and yet it is not. Any thoughts on how I can set this up? I have one iCloud account, one Google Apps via IMAP account and one generic IMAP account. They all seem to ignore the settings for message fetching.
    I am running OS X Yosemite 10.10.2. Apple Mail version 8.2 (2070.6).
    Mid-2011 iMac 21.5", 16GB Ram, 2.5 GHz Quad-Core i5.

    Same issue since Mavericks.

  • How to disable "shift-option" from zooming out in InDesign?

    Hi all,
    This truly is driving me crazy...how can I disable the "shift-option" shortcut so that I do not zoom out in InDesign? I have searched through the keyboard shortcuts but cannot find where or how to disable this:( I use the shortcut a LOT when I am drag-copying something that needs to be on the same horizontal or vertical line as the the item I am copying from.
    Thank you so much in advance for your help,
    Christine

    I haven't had time to come back here and post a reply because I've been so incredibly busy working on a catalog. I do have to say that this zooming out is KILLING me and cutting heavily into production time. This was not happening in ID CS5 and only seems to have been happening with ID CS6. There is no third key and it doesn't seem to happen ALWAYS...so I am completely baffled. Normally it is when I shift-option drag an object. Sometimes even just option-dragging an object causes it to happen. I just don't know what is causing this or what I can disable to stop it from happening:(

  • DACF,BC4J: How can i create RowSetInfo from VO generated by createViewObjectFromQuery

    How can i create and publish RowSetInfo from VO generated by applicationModule.createViewObjectFromQuery()?
    And how can i set named AttributeInfo for
    that RowSetInfo?
    I can't use VO w/o Entity object generated by wisard becouse in generated code my query will be enclosed to SELECT * FROM (...), and rowsetInfo.setQueryCondition
    will add WHERE clause to enclosed select.
    (i need to access to inner WHERE clause)
    null

    I got next exception
    oracle.dacf.dataset.DataSourceOperationException: ResultSetInfo: ResultSet TestRS could not be opened because of problems opening one or more attributes.
    with next message box:
    JBO-25002: Definition SimpleJobber.TestVO of type View Definition not found
    Details:
    DAC-502: ResultSetInfo: ResultSet TestRS could not be opened because of problems opening one or more attributes.
    JBO-25002: Definition SimpleJobber.TestVO of type View Definition not found
    for next test code:
    private void test() {
    final String sql = "SELECT 1+1 X, 1+2 XX FROM dual";
    final ColumnInfo x = new ColumnInfo(java.sql.Types.INTEGER),
    xx = new ColumnInfo(java.sql.Types.INTEGER);
    //at this point session allready has been published
    final ViewObject vo = sessionInfo1.getApplicationModule().createViewObjectFromQueryStmt("TestVO",sql);
    final RowSetInfo rsi = new RowSetInfo();
    vo.remove();
    x.setName("X");
    xx.setName("XX");
    rsi.setAttributeInfo( new ColumnInfo[] {x,xx} );
    rsi.setQueryInfo(new QueryViewInfo("TestVO"));
    rsi.setName("TestRS");
    rsi.setSession(sessionInfo1);
    rsi.publishRowSet();
    null

  • Identifying triger point & stoping an idoc from getting generated in SD

    We have 2 boxes
    KLE 420 ( CRM box) & KLE 430 ( SC box)
    As per original business flow
    1) Sales order is generated in 420 ( order type Z001, item category ZAN1 )
    2) idoc is generated and message/details is transferred to 430 ( Z002, ZAN2 )
    3) in 430 the delivery & shipment is created and idoc is generated and transferred back to 420 where the invoicing happens.
    As per new flow
    For some selected orders, the initiation(SO) and processing needs to be completed in 430 (SC) only
    When I run an order cycle, a few things I need to know is
    1) how do I identify for which steps in the order cycle, an idoc is being generated
    2) how can I stop this Idoc from being generated ?

    Hi there,
    From my experience I have seen IDOCS triggered by O/p types that are assigned to SD documents in SAP.
    If that is the case, then check the sales orders what O/p types it is triggering & which O/p is triggered by EDI.
    Delete the condition records for that particular O/p which is triggered by EDI. This will make the O/p not generated.
    Also remove the O/p type in the determination procedure of you dont need that O/p at all. Or in the requirment routine, specify a condition like sales org or order type for which the O/p should trigger. So basing on the condition you mentioned, system will trigger the O/p accordingly.
    If IDOCS are not triggered by the O/p type, then it is trigered by an external prog. In that case, specify a condition (like above) that system should not trigger the IDOCs.
    Hope this helps.

  • I set up iCloud on my mac account and now my husband is getting his mail and also my mail on his gmail account. How do I stop him from getting my mail?

    I set up my icloud account and now my husband who has a gmail e-mail address is getting all of my mail , calander info etc. How do I stop this from happening?

    I have answered this in your other thread. This is the third time I've seen this question from you. Please don't do this.

  • How to disable proxy settings from ipad

    hi i am using airtel india  sim for acessing internet from ipad mini. but my memberships in some accounts has been suspended saying that due to proxy use. but i  did not use any proxy settings n i m using internet via airtel internet. in this regard, i wnt to remove the proxy settings from my device. can any one help me on advising where to find the proxy settings and how to disable them? plz...............

    Proxy settings on the iPad relate only to WiFi (Settings > WiFi). It's possible your mobile operator is using a Proxy. You should talk to them to see if that's the case.

  • How to disable save option from adobe toolbar in Acrobat Reader

    We need to disable Save option from Acrobat Reader plugin in Internet Explorer 8/9/10 version.
    Acrobat version is X.
    Is it possible to disable Save ( Floppy Disk) icon?
    We have disabled printing and copying.
    Please help

    You are, I'm afraid, chasing an impossible security that cannot exist. Many have sought this, but it just isn't there -- and there is so much more than the save button involved.
    If you are a big enterprise with sensitive information consider DRM solutions ($$$$+).

  • How to disable update.exe from auto launching to install Firefox 4.0

    I do not wish to install FF 4.0 until Norton has release patch for it. So how do I stop it from the update.exe from pop up each time d > I start FF? All ready tried Tool > Options > Advanced >Update and unchecked Firefox.
    Windows 7 64 Firefox 3.6.15
    Thanks

    Ok i solved this, just delete updater.exe from program files than navigate to %appdata%\local\Mozilla\Firefox\Mozilla Firefox\updates rename the folder "0" to anything other than 0. and your all good.

  • HOW TO DISABLE CPU behavior when no battery inside macbookpro ?

    I realized, when i do not have the abttery inside the macbook, what i do not fotne, to save chargecycles, that my cpu wil not go above 1ghz. i observed this with the use of the coreduotemp application, wich can be free downloaded and monitors temperature and cpu speed of your macbook. i wrote to the developper, and he confirms that observation, so it is not an software bug.
    First, i invite you to test this on your macs and report, and secound i would like to have a solution, i bought this mac for power, not for slow power.
    maybe someone knows how to disable this behavior, thx

    If your MBP is consistently running at 80°C or higher, there is probably a problem with it... My machine idles around 54°C (when connected to an external monitor -- less without) and maxes around 75°C when the processor and GPU are being pushed (i.e. video intense gaming).
    Additionally, the MBP's battery is not Lithium Ion -- it is Lithium Polymer -- and is designed to be used IN the laptop. You are worrying about nothing (or next to nothing); even if your theory is correct, you are perhaps talking about a 5% decrease in the overall lifespan of the battery...if you think that is worth the possibility of data loss, then I guess running without the battery is for you...
    However, you will not be able to disable the down-throttle of the CPU speed.

Maybe you are looking for

  • Save as window from modal window not working

    when i try to open an excel document from modalwindow, the download window appers, asking for "save as" or "open with". but there is no name of the file to be downloaded. and nothing happens when i click ok or cancel button. but from a normal window

  • Trouble palying sound with blackberry playbook

    hi guys, i am new here to the community.  i have a question.  i have some some reading, and i know waht the problem is. just need a couple of tips.  i am trying to play .avi videos with AC3 audio codec, which i know is unsupported by the playbook.  i

  • How to Synchronize two methods or more methods

    HI All, As a java starter in learning Synchronization. how simply can I Synchronize two methods for example I have the following. public class Process {           public static void main(String args[]){ process1(); process2();     private void proces

  • Import WSDL imported from WS Navigator.

    Hi Everybody, First, sorry for my English. I'm from Brazil. I've done an EJB in Developer Studio, generated a WebService in the same tools and deployed then in Application Server. After that, I run the WS Navigator and exported the WSDL to a zip file

  • Ear access standalone Resource Adapter problem

    I deployed a standalone resource adapter. Then I deployed a ear. In the ear, I try to look up the resource adapter, I got an exception: javax.naming.NameNotFoundException: No Object found: MyRA|null In weblogic-ra.xml, I added: <enable-global-access-