Regarding Workflow condition

Hello,
i need help regarding workflow condition..
When the Owner of the record gets changed to a specific user i want to create a set of tasks automatically created,.. is it possible using workflows, if possible what is the trigger event i have to use and what is the workflow condition.. please help me out its very urgent

Hi again,
i have used the following:
Trigger Event : when modified record saved
Condition : FieldValue('<Owner>') = "Jenny Adams"
and created list of actions for creating tasks.. but i think there is problem with condition.. please help me with condition.. i also tried
[<Owner>]='Jenny Adams'
[<Owner>]="Jenny Adams"
FieldValue('<Owner>') = 'Jenny Adams'

Similar Messages

  • By publishing this workflow, conditions and actions inside Impersonation steps will run using your credentials

    In a SharePoint 2010 workflow that accesses a custom list, I am getting the following warning message before I publish the workflow to the SharePoint test server:
    "By publishing this workflow, conditions, and actions inside impersonation steps will run with your credentials".
    The only step in this SharePoint 2010 workflow is the impersonate step.
    Thus would you tell me what I can do to have the workflow run under different credentials?

    Hi,
    As the warning says, any actions within Impersonation step would be carried out under your credentials if you published the workflow. If you intended to just add a Step in the workflow, then use different icon that says Step (with down arrow). Impersonation
    step is used to modify the permissions on the item.
    Once you have this, the workflow will be executing under the credentials of whoever starts it. Hope it helps.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Regarding Workflow - eApprovel mail

    Hello Experts,
    I am new at SAP workflow..
    This is regarding Workflow issue,
    before upgradation (4.6 to 6.0) means in 4.6,
    prior to upgrade the eApproval mail showed the approver and the status of PO in the approval cycle like below
    Vendor : vendor name
    Approval log               Date       Status
    Scott Loyet              11/01/2007   Approve
    Scott Loyet                                Pending approval
    001  Supplier Portal Support/Functional           10,000  EA         1.00  USD
    now after upgradation (in 6.0)
    eApproval mail message is only showing the PO number and the PO line items
    At present the workflow mail does not contain the current status of the PO
    means it showing like this
    001  Contract Investigations                      75,000  EA         1.00  USD
    002  Contract Investigations                      30,000  EA         1.00  USD
    At present the workflow mail does not contain the current status of the PO,
    can you please tell me what needs to be done and what changes to be made...in 6.0,can you please help me on this

    hello experts,
    can you please help me on this...please...
    Thanks and regards
    Durga.K

  • Workflow condition question

    Whenever a new opportunity is being added, If the ExternalSystemId field is blank then go ahead and fire off the workflow action. If it's NOT blank then do not fire off the workflow
    In the workflow condition, I have this
    len(Field_Value('<ExternalSystemId>')) = 0 OR len(Field_Value('<ExternalSystemId>')) IS NULL
    but it still fires off the workflow even though the external system id field has something in it.
    Do you have any idea?
    Thanks

    If I understand your question, you would need to write your default expression in the field definition (read the Default value and post default behavior). There are no workflow triggers for create (new Opportunity).

  • What happened to useful workflow conditions?

    I'm jumping from 2007 workflows to 2013 and finding a lot of things I can't do that I used to be able to.  I would have thought workflows options would have expanded not shrunk.  what has happened to the condition item "begins with" or
    "contains"  or "is empty" ?
    Also, how do I make link two conditions with and AND operator.?  If This AND That?
    There are no mistakes; every result tells you something of value about what you are trying to accomplish.

    Hi,
    According to your post, my understanding is that you wanted to know what happened to useful workflow conditions.
    There are features that are deprecated in or removed from SharePoint Designer 2013. Features that are deprecated are included in the SharePoint 2013 release for compatibility with previous product versions but will be removed from future
    versions.
    There are also the capabilities and features that are new to workflows in SharePoint 2013.
    For more information, you can refer to:
    What's changed in SharePoint Designer 2013
    What's new in workflows for SharePoint 2013
    In addition, you can also use And operator in the condition.
    You can add a condition, and then click the condition and add another condition.
    You can create workflow as below:
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Correct workflow condition syntax?

    Which of these two workflow conditions is correct?
    a)      (Left([<Owner>], 3) = "952")
    or
    b)     (Left([<Owner>], 3) = 952")
    Both check out as far as syntax is concerned. b) was in place up until a few minutes ago, but I'm wondering whether conditions like it throw off workflow actions by acting on the value of PRE('Owner') instead of the one that's been changed.

    We have workflows in place that are designed to assign an account to a book based on the first 3 characters of the value updated in the Owner field. For example, if the owner is 953000, the workflow action should assign the account to the 953 book.
    What appears to be happening is that it's being assigned to a Book that matches the 3-character string associated with the PREVIOUS owner. For example. I have a record whose owner is 174000. If I set the owner to 953000, the Book designation remains unchanged. If I then set the owner to 999999, the Book designation then changes to the 953 book.

  • Workflow condition to check error records in a multi line container element

    Hi All,
    My requirement is to change a standard workflow in which below condtion is checked and subsequent action is taken.
    The condtion checks a return internal table contains a row or not. Now the problem is for success and Information messages
    also the return table contains entries and the condition is becoming true. Subsequently workflow follows error recovery steps when there is no error.
    SAP suggests a note with manual corrections and mentions to change the condition to check whether error records are there. So can we enhance the condition &return& NX to something that it checks error records. I dont want to create a new step and go to business object method to delete non error records.
    Please let me know if this condition can be enhanced.
    Thanks in Advance.
    Aleem Mohiuddin.

    Dear Aleem,
    As this is sap standard workflow, should report this error and wait for feed back. Or add a loop step before of this check any E messages inside, if yes put a errflg as x other wise keep as blank.
    Best of luck.
    Regards,
    Ranjith

  • Help regarding Workflow

    Hi,
    We have two custom fields (*Department* and Service Engineer) on our service request page. I have created a workflow that triggers when modified record is saved. The condition when it should trigger is :
    IF Department = XYZ AND Service Engineer = ABC then send email notification to users....
    It worls fine till here, but the problem is that it sends email notification everytime when the page is updated, therefore resulting in sending duplicate mails. Infact it should only send one email.
    I have tried PRE function, but doesnt seems to be working.
    Any help ???
    Regards
    Ahmed

    Hi !
    What you should put is the exact syntax below :
    *&#91;&lt;IndexedPick1&gt;&#93;="XYZ" AND &#91;&lt;IndexedPick0&gt;&#93;= "ABC" (PRE('&lt;IndexedPick1&gt;')&lt;&gt;&#91;&lt;IndexedPick1&gt;&#93; OR PRE('&lt;IndexedPick1&gt;')&lt;&gt;&#91;&lt;IndexedPick0&gt;&#93;)*
    This means that the workflow will trigger only when Pick 1 = XYZ and Pick 0 = ABC and one of the two pick has been modified.
    I think you will have to create another workflow "when a new record is created" to send your e-mail when the record is directly created with Pick 1 = XYZ and Pick 0 = ABC. Here the condition will be only *&#91;&lt;IndexedPick1&gt;&#93;="XYZ" AND &#91;&lt;IndexedPick0&gt;&#93;= "ABC"*
    Hope this will help, feel free to ask more !
    Max

  • Workflow Condition Step Failing

    Hi All,
    I am facing a very peculiar error.
    I have two outcomes modelled  depending on a varible (Material Type) in the worklfow.
    My workflow gets triggered when I push SUBMIT button on my ADOBE interactive form on ABAP Web Dynpro launcehd
    from UWL. Now if i check the workflow container, the variable is set properly. But still the condition fails. A backgorund task
    having import parameters as Owrkflow container elements fails with an exception even though the import parameters are set.
    But yes, again the workflow container same elements can be displayed on any form in further steps by reading the container
    from ABAP webDynpro launched from UWL. Peculiar !!!
    The same workflow works fine if I directly set the variables and test the workflow.
    Why this ?..... Any Idea.... ? If something is written on to the workflow container can the workflow work on those variables ?
    Please suggest.
    Thanks & Regards,
    Deb

    Hi Rick,
    Thanks for your suggestions. Actually we could solve it ina different way. It was a nice but tricky error in muy coding.
    Here is what I was doing:
    1)  I tirgger my workflow on click of 'SUBMIT' button on my ADOBE interactive in AWD
    2) Then I get the instance of the workflow to get the Workflow Work Item ID
    3) Now I write the form data to the workflow container.
    Note: By the time I write to my container, my workflow had been already triggered, with the condition step at the 1st.
             And the container is not yet written, hence the condition fails.
    Solution:  I used a wait step. And Read the workflow container in loop untill the container elements are populated.
                   Once out of this loop, I now tirgger the write to the container and raise the wait event.
    Cheers !!
    Deb

  • Workflow conditions

    I am creating  a workflow for sending mail when picking is not done. I have created a Z object.  I am using method EXECUTE in the activity.  My requirement is mail to be general if the pick status = A.  In the work contaier step i have used ABAP object type and field. Object type is VBUK (table) and filed KOSTK.  Created a condition in the activity step pick status = a  Also created another container element with Zobject type . Workflow is not trigeering the dely. Pleae help

    Hello Pooja,
    Can you please detail on what conditions is the WF being triggered..?
    What I could get from your post, is that:-
    1. There is a Z Object that you have created - Kindly check that the Z Object Event Binding is done properly with the WF?
    2. The Z Object should be associated to the Transaction in case its a completely customized Z Object, not delegated from a standard BO.
    Regards,
    Kanika Chopra

  • SharePoint Designer Workflow, condition: if value of date/time field is less then x days from today, do something

    Hello,
    A field in a list is called 'Date'  (it is a date/time type of field)
    Now I want a condition in a workflow that checks the 'date' field. If the date is less than X days from today it should (for example) send an email to a certain user.
    Is this kind of condition possible in a SharePoint Designer Workflow?
    Thanks in advance!

    Hi,
    As I understand, you want to create a workflow that can check data.
    The workflow can be:
    1. Add 0 months, 2 days, 0 hours, 0 minutes to Current Item:date1 (Output to Variable: date ) (2 days is the days you can set, and Current Item:data1 is the datefield you want to check from today)
    2. Add 0 months, 0 days, 0 hours, 0 minutes to Today (Output to Variable: date1 )
    3. Set time as 0 : 0 for Variable: date (Output to Variable: date2 )(get the Variable: date Date only )
    4. Set time as 0 : 0 for Variable: date1 (Output to Variable: date3 )( get the Variable: date1 Date only)
    5. If Variable: date2 equals Variable: date3
    6. Email these users
    https://onedrive.live.com/redir?resid=40B702A9FB117DD!136&authkey=!ABtMg5n3OtPakCg&v=3&ithint=photo%2cPNG
    More reference:
    http://stackoverflow.com/questions/1249366/start-sharepoint-workflow-x-days-before-expiry-date
    Best regards,
    Sara Fan

  • Desktop Workflow: condition is CSQ?

    We are trying to build a voice contact workflow using Cisco Desktop Work Flow Administrator, that will create a screen pop. Under the default workflow, we've built an Answered http action that works fine.
    However, we need to do some special things based on which CSQ the call went to.  For example if it's CSQ = "Dev" then I'll use one http server, but if CSQ = "Prod" then the screen pop goes somewhere else.
    So I assumed I would need to build a separate workflow (not Default) and use conditions.  But none of the available conditions are CSQ.  Is there any way to build different workflows based on CSQ?
    I guess if not, I can modify my script to set a Call Variable 1 or something to the queue, but I wanted to avoid modifying the script.
    The environment is UCCX 8
    Thanks,
    Tom

    Hi Esha,
    Based on plants you can decide whether workflow should trigger or not
    for that you could use a Function Module and use that function module to trigger the workflow
    the logic inside the Function Module should be like fetch all the plants from the table and according to the plant value you could trigger the workflow using SAP_WAPI_START_WORKFLOW.
    that's the case if you want to decide the triggering of workflow
    suppose the workflow is triggered and you need to build your logic inside the workflow
    Put a condition with two outcomes True and False
    if plant value satisfy ur need then you can proceed with your workflow(true)
    else put a process control step 'Stopped' and choose cancel workflow
    (including all callers) likewise you could stop your workflow if your condition doesnt satisfy your requirement.
    Kind Regards
    Hari Sankar M

  • Workflow conditional statement not working

    I have 2 level approvals of objects in Documents list.
    The document first uploaded by user and then first need to get approval from HR Line Manager and then get approval from HR manager.
    the attach image shows shows workflow , the issue is either I select approve or reject in first approval the if statement is always true , it should not go inside if statement if first approval is rejected by HR Line Manager roles
    Tech Learner

    Hi,
    To make the condition work in the workflow, there are two more things need to be done:
    1. Enable content approval in the Documents library which the workflow is associated with.
    Go to the Library Settings page of the Documents library > click Versioning settings > select Yes under Require content approval for submitted items.
    If we do not enable this, the value of Approval Status column will always be Approved.
    2. Add a Set Workflow Variable step above the Start Approval Process step and set it to Yes in the workflow.
    After adding the Set Workflow Variable step, we can set the Approval Status column when we approve or reject the task process. Otherwise the Approval Status column will not change no matter how the task process works.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Regarding workflow

    Hello All,
    I have a requirement to design a workflow for payment for a purchase order like while the finance people release a amount for purchase based on the amount it should take the approval from the concerned person and should allow the purchase order to b released .
    Can u pls help me in defining workflow for the same or u can suggest any documents on tht.
    Thanks,
    Sunny

    <a href="http://www.mindtree.com/clt/cs_ranbaxy.html">see if this helps</a>
    <a href="http://iris.tennessee.edu/Blueprint/Workflow/Workflow.doc">also this one</a>
    regards,
    srinivas

  • Regarding Workflow mailer error

    Hi
    Could anyone teach me how to troubleshooting these errors in log of mailer?
    My customer made mailer available through OAM and could send notification.
    However, a lot of errors were found in log of mailer.
    Quote
    [Nov 7, 2011 8:33:55 PM JST]:1320665635770:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.140.102.13:73020:1320665633553:10:EXCEPTION:[SVC-GSM-WFALSNRSVC-133833 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10011
    [Nov 7, 2011 8:33:54 PM JST]:1320665634490:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.140.102.13:73020:1320665634490:11:ERROR:[SVC-GSM-WFALSNRSVC-133833-10005 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Nov 7, 2011 8:33:57 PM JST]:1320665637002:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.140.102.13:73020:1320665634490:11:ERROR:[SVC-GSM-WFALSNRSVC-133833-10005 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    <af type="tenured" id="106" timestamp="Nov 07 20:33:58 2011" intervalms="3796.734">
    <minimum requested_bytes="98320" />
    <time exclusiveaccessms="0.032" meanexclusiveaccessms="0.032" threads="0" lastthreadtid="0x3225CB00" />
    <refs soft="399" weak="183" phantom="0" dynamicSoftReferenceThreshold="9" maxSoftReferenceThreshold="32" />
    <tenured freebytes="0" totalbytes="18192896" percent="0" >
    <soa freebytes="0" totalbytes="18192896" percent="0" />
    <loa freebytes="0" totalbytes="0" percent="0" />
    </tenured>
    <gc type="global" id="106" totalid="106" intervalms="3796.788">
    <expansion type="tenured" amount="3553280" newsize="21746176" timetaken="0.000" reason="insufficient free space following gc" />
    <finalization objectsqueued="27" />
    <timesms mark="22.192" sweep="0.514" compact="0.000" total="23.115" />
    <tenured freebytes="6622496" totalbytes="21746176" percent="30" >
    <soa freebytes="6405408" totalbytes="21529088" percent="29" />
    <loa freebytes="217088" totalbytes="217088" percent="100" />
    </tenured>
    </gc>
    <tenured freebytes="6524176" totalbytes="21746176" percent="30" >
    <soa freebytes="6383376" totalbytes="21605376" percent="29" />
    <loa freebytes="140800" totalbytes="140800" percent="100" />
    </tenured>
    <refs soft="214" weak="167" phantom="0" dynamicSoftReferenceThreshold="9" maxSoftReferenceThreshold="32" />
    <time totalms="23.241" />
    </af>
    [Nov 7, 2011 8:34:29 PM JST]:1320665669022:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:10.140.102.13:73020:1320665606034:1:EXCEPTION:[SVC-GSM-WFALSNRSVC-133833 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10005
    [Nov 7, 2011 8:34:36 PM JST]:1320665676474:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.140.102.13:73020:1320665676474:12:EXCEPTION:[SVC-GSM-WFALSNRSVC-133833 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:07-NOV-2011, priority=50, correlationId=null, sendDate=Mon Nov 07 20:34:29 JST 2011, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=133833, COMPONENT_ID=10005, [email protected], BES_PAYLOAD_OBJECT=false})
    [Nov 7, 2011 8:34:46 PM JST]:1320665686481:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.140.102.13:73020:1320665676474:12:EXCEPTION:[SVC-GSM-WFALSNRSVC-133833 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Nov 7, 2011 8:34:46 PM JST]:1320665686614:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.140.102.13:73020:1320665676474:12:EXCEPTION:[SVC-GSM-WFALSNRSVC-133833 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10005
    [Nov 7, 2011 8:34:46 PM JST]:1320665686772:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.140.102.13:73020:1320665686772:13:ERROR:[SVC-GSM-WFALSNRSVC-133833-10005 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Nov 7, 2011 8:34:46 PM JST]:1320665686812:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.140.102.13:73020:1320665686772:13:ERROR:[SVC-GSM-WFALSNRSVC-133833-10005 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Nov 7, 2011 8:35:29 PM JST]:1320665729053:-1:-1:svdbdc006:10.140.102.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:10.140.102.13:73020:1320665606034:1:EXCEPTION:[SVC-GSM-WFALSNRSVC-133833 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10005
    <af type="tenured" id="107" timestamp="Nov 07 20:35:36 2011" intervalms="98237.510">
    <minimum requested_bytes="98320" />
    <time exclusiveaccessms="0.024" meanexclusiveaccessms="0.024" threads="0" lastthreadtid="0x330E6900" />
    <refs soft="483" weak="329" phantom="0" dynamicSoftReferenceThreshold="9" maxSoftReferenceThreshold="32" />
    <tenured freebytes="0" totalbytes="21746176" percent="0" >
    <soa freebytes="0" totalbytes="21605376" percent="0" />
    <loa freebytes="0" totalbytes="140800" percent="0" />
    </tenured>
    <gc type="global" id="107" totalid="107" intervalms="98237.593">
    <expansion type="tenured" amount="1048576" newsize="22794752" timetaken="0.000" reason="insufficient free space following gc" />
    <finalization objectsqueued="25" />
    <timesms mark="20.137" sweep="0.800" compact="0.000" total="21.178" />
    <tenured freebytes="6998816" totalbytes="22794752" percent="30" >
    <soa freebytes="6623520" totalbytes="22419456" percent="29" />
    <loa freebytes="375296" totalbytes="375296" percent="100" />
    </tenured>
    </gc>
    <tenured freebytes="6900496" totalbytes="22794752" percent="30" >
    <soa freebytes="6671632" totalbytes="22565888" percent="29" />
    <loa freebytes="228864" totalbytes="228864" percent="100" />
    </tenured>
    <refs soft="215" weak="169" phantom="0" dynamicSoftReferenceThreshold="9" maxSoftReferenceThreshold="32" />
    <time totalms="21.265" />
    </af>
    I have checked the below notes,but I'm not clear.
    761434.1 Workflow Mailer fails to star : Maximum Number Of Errors (100) Have Been Reached : WebSession.isSessionRecreated
    333017.1 OWF.G Mailer just started dumping a OutOfMemoryError
    Please teach me what's the meaning of errors and what we should deal with them.
    Best Regards
    Liying

    Please post the details of the application release, database version and OS.
    Please see these docs.
    Java.Lang.Outofmemoryerror On Large Inbound XML Message [ID 560680.1]
    Intermittently Notification Emails are not Received [ID 1315344.1]
    OWF.G Mailer just started dumping a OutOfMemoryError [ID 333017.1]
    Output Post Processor is Down With Error "Insufficient Free Space Following GC" [ID 885607.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Operations on very large binary numbers

    Hi guys, I'm trying to write a java class for manipulations of very large binary numbers. I'm representing the BN internally as boolean[] (array of booleans false for 0 & true for 1). I want to write an algorithm for the following operations : shifLe

  • Incorrect file size/date

    I had posted this subject about a month ago and did not get any replies... so here it is again a various times quicktime files and several other type of files will be shown as having a size of 7k but is obviously larger... when I open it... then it w

  • Problem in Date

    Hello, I have table with one date coloumn having rows 2000 rows. Out of 2000 rows, arround 1550 rows are having data 09/04/2002. other rows are having 05/04/2002. Problem is : If I run a following i gets 0 rows selected. SELECT COUNT(*) FROM TABLENAM

  • The order of joining the tables in a query ANSI92

    Hi all! I have three table in Univerce. I need that those tables joined in next order: tab1 inner join tab2 right join tab3 When creating a report in WebI they are connected as (regardless of the order of dimentions): tab1 right join tab3 inner join

  • DMS - Configuration and Business blue Print Doc needed

    Hi, I am looking for following documents, as currently studying DMS - 1.DMS configuration document 2.DMS Business blue print (there were some similar old threads but could not get hold of them) request you to please email at [email protected] Will ap