Supplier Created via Workflow Approved By Default

Hi Experts,
I have a requirement in Create supplier via workflow where I have to make
Purchsing hold check box unchecked and Approved Supplier check box
checked by default ,I have customized the vendor registration via
workflow process wherein I have written a script to make Approved
supplier checkbox under header checked by default,in supplier creation
via workflow page but When the workflow ends and the supplier is
approved and I click on Done and come out of document,the Approved
supplier checkbox is unchecked though the supplier is created and we
are getting a background error as well saying that the approver does
not have enough permission to view the document though we have provided
all the necessary rights to the Approver, please suggest as what could
be the rerason for Approved supplier to be unchecked though the script
is running fine and what could be the reason for background error as
this is not the expected behavior.

Hi Dhiraj,
Thanks for yor reply , I have written the code in script.and the issue is resolved by writing two scripts .
regards,
VIshal

Similar Messages

  • Page customization of Supplier Edit via Workflow

    Hi,
    I have a custom collection in Supplier and Supplier Modification via Workflow object (10002203).
    In page customization of Supplier Modification by Workflow, I am setting this custom collection as NOT Editable
    But when I open a Supplier by clicking Edit via Workflow, this collection is still Editable.
    Please suggest how can we achieve this or am i missing anything.

    Hello Vaibhav,
    This is actually related to a recent thread Help required for Page Customization test
    As it turns out such a page customization will not work (it applies for all collections, standard or custom).
    A solution for this is to use custom scripting to achieve this result using IapiDocumentLockManager.
    Also note that to fully lock a collection you need to use it like so:
    1. IapiDocumentLockManager.lockField(session, doc, "collection_id"); -> disable add/delete buttons
    2. IapiDocumentLockManager.lockField(session, collection_row, "collection_field"); -> lock field in collection row
    Bogdan

  • Need to create a workflow approval. I need a Acrobat Pro or Acrobat Pro Extended?, which one?

    I need to create a workflow for approval. But i've downloaded and executed acrobat pro trial and i don't see: commentaries=send a PDF for approval. I only saw commentaries=send a PDF for reviews. Has Acrobat Pro the approval option or just Acrobat Pro extended?

    The best way to approve a document is using a signature field. You sign the document when it meets your approval.

  • Travel Request Approval Scenario via Workflow does not trigger

    Hi guys,
    System Information: SAP ECC 6.0 EHP4 / Using WDA-Scenarios on Portal NW 7.01.
    I'm having trouble understanding/implementing the approval scenario of the Travel Request via Workflow/UWL. POWL isn't usable for us as it isn't flexible enough to process the complex agent assignment rules for the respective approver our (momentarily..) requirements 'dictate' ...
    What I did so far:
    I copied the Workflow Template 200000040 to a custom template (since I'll have to alter it) and activated the Event of Creation for BUS2089. Thus, in SWE2, the respective entry for BUS2089 for the event CREATED has been set by the system. All good so far. When I create a TRIP via PR05 (we are public sector), the event for BUS2089 gets fired in SAPMP56T and the Workflow gets triggered; works out well. However, when I post a travel request in Portal (FITE_REQUEST), the workflow is not getting triggered. I searched for information or similar questions on the forum but didn't find anything. Neither did I find a concrete clue in the View Containers FITE_VC_* etc..
    Could anyone assist me with this? I'm sure I'm missing something very basic here.... -_-
    Bottom line:
    Why is my workflow not getting triggered from creating travel requests via FITE_REQUEST?
    Cheers, Lukas

    SWE2 linkage is activated for my Workflow number (I didn't do it by hand, it's set by the system since I activated the event in my workflowtemplate --> this way actually no inconsistencies can happen).
    SWDD Tests are successful and the Workflow is working well in general. That's why I pointed out in my previous post that the process is working fine when initiated via PR05.
    EDIT: Or maybe somebody knows the part in coding FITV_FPM/FITE_VC* where the workflow should be triggered? It's freaking unfindable, I've been debugging for hours. >:-(
    EDIT: Debugged the entire WDA Frmaework for like five hours...feeling dead inside...someone please tell me from where the workflow gets triggered when saving travel request from portal -_-....
    Edited by: Lukas Weigelt on Dec 5, 2011 2:55 PM
    Edited by: Lukas Weigelt on Dec 5, 2011 7:14 PM

  • Approval Process of Quotes via Workflow

    Dear Experts,
    I'm looking for a Workflow solution, with which I can elektronically appove a Quote. In detail it means e.g. to reales a quote, two sgnatures are mandetory. These two people should be chosen inside the quote as a partner. After Savind they should get an e-mail notification and be able to approve the quote via e-mail (Outlook) or inside SAP.
    Is there a possibility to do that via workflow? How? Do anybody has some experience?
    Other proposals?
    Thanks in advance.
    Regards,
    Abbas

    1. backup the existing Update user workflow as an xml file
    2. Copy paste the same in the BPE.
    3. Save the copy as a new object with a different name.
    4. Edit the new workflow as follows:
    4.1 Create new activity
    4.2 In the new activity, add a variable with some name
    4.3 create a new action, and let that action be a subprocess. For that subprocess, browse and choose 'Approval' as the action.
    4.4 Add a argument as name=approvalForm and value=<name of approval form>
    4.5 Include argument user=$(user), etc. (Check the original approval workflow to see what the names of the arguments are)
    4.6 For return to=name of the variable declared, from=approved
    4.7 Add a 'isTrue' condition for the variable declared.
    5. Make the appropriate transitions, and ur ready to go.
    Let me know if this helps. I can post some skeleton code tomorrow. I need to work on it. Drop a line at [email protected]

  • Creating automated email reminders to users every 2 weeks via Workflow 2010 Out of Box approach only

    Hi,
    I have been asked to automate the email reminders to users (every two weeks) from the SharePoint2010 solution.
    I am trying to achieve this via workflow ,but am unable to get the results.
    Req :
    Twice a month the users should get an automated email reminder for a specific task.
    1. On 14th (or last working day in mid month -1) of the month. ( a field "mid month end" captures the date as 15th of the month)
    2. On last working day - 1 of the month. ( a field "month end" captures the date as last day of the month)
    Please let me know how i can achieve this via Out of box functionality. I donot have exp with workflows so a detailed steps guidlines will be very helpfull.
    Regards,
    Guru

    Although you can start a workflow and then pause it for a number of days, I'd feel uncomfortable with that. If the farm crashes, who guarantees that the paused workflows will pick up where they were left off?
    SharePoint does no offer to run a workflow on all items in a list/library -- which I feel is a big draw back. 
    The good news is that there is a free 3rd party tool that can run a workflow on all (or specific) items in a list or library.  It's called the
    HarePoint Workflow Scheduler and I love it.
    You can create a view that shows the items that you want to run the workflow on.
    Or, if you know how to write CAML, you can feed the CAML Query right into the HarePoint Workflow Scheduler task. 
    At my company we have several sites in production that use the HarePoint Workflow Scheduler with a view. 
    So, first, create a SharePoint Designer workflow and define it to run manually.
    Then use the HarePoint workflow scheduler to define a schedule.
    You can define a schedule for the HarePoint tool, like every day, month, week, etc., by just clicking a few boxes. 
    Since this functionality does not come out of the box with SharePoint 2010, this free tool is a real gem. 
    cheers, teylyn

  • How to use a pwa group in CREATE A TASK PROCESS in SPD 2013 for project server workflow approval process

    I am working on a Project Server 2013 workflow. I am creating this using Sharepoint Designer 2013. In this workflow I am using approval process at one stage. I have created a security group SalesManagers in PWA. I want to use this group for workflow approval
    process. I want all users of this group get approval tasks. 
    For this I used START A TASK PROCESS activity in the SP Designer. I clicked on
    this user and created task process. But here I could not find SalesManager group which I created in PWA. I was only able to find the users. I can also see
    Administrators for PWA . But couldnot find SalesManager or any other security group created in pwa.
    Can anyone suggest how I can get the security group created in pwa.

    NBDevelopment,
    I believe SPD only recognizes the SharePoint Groups and not the project server security groups.
    The Administrators for PWA, and few other groups like Project Managers for PWA etc., are synced SharePoint Groups with the security groups, which is why they show up in SPD.
    You could create a SharePoint Group for the Sales Managers group and use that in SPD.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • How to create publishing custom approval workflow will assign approvers.

    Hi All,
    I am new in sharepoint development.
    I have a page library where we add artical page with different department
    I want to create publishing custom approval workflow will assign approvers based on what department is selected for display.  The departments pull from the Other list.  On that list each department is assigned an approval group. That approval
    group is what should be used for approving the item.
    need send to mail with based on selected department approval group
    thanks in advance.

    Ok, what you're asking for is something that people do all the time, but you say you are new to sharepoint development... So...
    Here's how you would do it in SPD:
    http://blog.symprogress.com/2011/03/sharepoint-2010-dynamic-approvers-for-oob-approval-workflow/
    and here's how you can do it in visual studio:
    http://www.mpspartners.com/2011/10/SharePoint2010ApprovalWorkflowDynamicApprovers/
    Either way should work, it just depends on your comfort level inside the dev environment.
    ieDaddy
    Blog: http://iedaddy.com
    Twit: @iedaddy

  • Workflow Approval Process: 1)How to insert Custom Data into Windows Workflow database? 2)In workflow Approval Process while creating new request ,how to insert our custom data like approvers ,requester,object info into WF DB?

    hi ,
    here the description about my question.
    1)i am working on windows workflow,we need to implement approval process for my project.
    2)we have multiple approvers for one request,requester,created object information.
    3)now i want to insert and retrieve, created instance information from windows workflow
    database.with all following details 
    i)Workflow instaceId,
    ii)current state of work flow(idle,complete,pending)
    iii)approvers information.
    iv)requester information.
    v)created object information.
    here some of the links, which i am trying for solution:
    https://wf.codeplex.com/wikipage?title=Tracking%20states%20with%20WorkflowApplication[^]
    https://msdn.microsoft.com/en-us/library/ee622977(v=vs.110).aspx[^]
    please answer to my question. if you want to send any examples send me to my email address.
    [email protected]

    Hi,
    According to your description, it seems that your main issue is about customID paramerter in workflow approval prcess.
    About this, please refer to the two samples:
    http://blog.petegoo.com/2010/08/22/workflow-4-email-approval-sample/
    http://cgeers.com/2010/04/10/windows-workflow-in-asp-net/
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Create one workflow ( 2 level approval - manager and financial manager). An

    Hi
    I have requirement to Create one workflow ( *2 level approval - manager and financial manager).* And escalate it after 1 day to Financial manager's supervisor
    I have no idea about escalation through BPEL Compoiste in OIM
    Can please any help me out

    The status can be alerted and the task assigned to weblogic due to a fault in your process. Without looking at your process or the exception, it can be difficult to say what went wrong, but check if you have the user in the system to whom you are trying to assign the task to.
    As for escalation, you need to go through that link to configure escalations and in escalations you can select management chain as the route. This would escalate it to manager's manager if the manager does not work on the request for specified time. For other requirements around escalation, you will have to first get a basics right and working for you. Once you are done with that, you can post here any questions which you might have about making the complex ones and we can try to help.
    -Bikash

  • Creating Organization via Workflow`

    What is the best way to create an organization via workflow?
    Would you use an external process to create the ObjectGroup xml file then import into the repository?
    Is there an easier way? If so, does anyone have an example?
    Thanks in advance
    - DeepEllumMatt

    Just for clarification - I'm trying to create a waveset organization via a workflow.
    something like Top:Domain:1122

  • Approach to create a generic Approval process using SOA human workflow ?

    Hello Experts,
    I'm looking to create a generic approval process using oracle soa human workflow component using JDev 11.1.1.5
    Have about 7-8 existing applications which do some kind of 'approval' . So need to create a generic solution for all 7-8 applications, instead of users logging into 7-8 different applications to approve by logging into different systems. Just want to have like a 'one stop shop' , where i can just go and approve for any application without having to log into separate applications.
    I'm looking to get some suggestions and ideas, on how I can achieve this functionality ... Any suggestions/ideas are appreciated .
    Thanks a lot.

    Hello,
    you can find multiple sample on the web like those
    http://www.splessons.com/2013/12/create-state-machine-workflow-in-sharepoint-2013-using-visual-studio-2012/
    http://msdn.microsoft.com/en-us/library/ee231606.aspx
    I don't think that's very different using VS2013 or VS2012
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • Create Material Specific View via Workflow

    Hello,
    I am trying to build a simple workflow that is started when a new material is created and then 3 workitems are sent parallel to 3 users, each one has to create a different view for this material.
    Some technical details:
    R3 version: ECC 5.00
    BOR object: BUS1001006
    Method:     Create or Createviews (not sure about this)
    The thing is that the views to be created have to be set in the system hardcoded, e.g. - every time the same agent creates the Accounting view, etc...
    But no matter what I tried in the Binding, I can not set a constant value to the container element:
    ViewListLine.MaintenanceStatus
    Any creative ideas will be very much appreciated !
    Thank you very much,
    Ronen

    Hai Vijayasekar
    I will give you some steps please follow
    1) Goto Tcode PFTC : Standard Task > Create Button>Workflow Templete
    For Create Container
    Element : ZBUS1001006
    Name    : ANy Name
    Description
    Data Type & Properties
    Data Type:
    select Object Type : BOR Object Type for BUS1001006
    Properties:
    Parameter Settingd : check all Import, Export & Mandatory Checkboxes
    Basic Data :
    Abbr : Create_View
    Name : Some Name
    Work Item Text : Create View Material & -
    Click on DELE Button  & Select Material From The List
    Object Catagory : BOR Object Type
    Object Type     : BUS1001006
    Method          : View
    Triggering Events
    Obj Catagory       Object Type       Event 
    BOR Object         BUS1001006        View
    activate it
    Enter on BUS1001006 Object Type you will get Quadratel<> Button  after that
    double click on Quadratel<> button you get green button
    after that the system will generate the task No.
    check in the Event linkage Tcode : SWETYPV
    if you find an entry with your Workflow and linkage active
    goto Tcode : SWEC click on New Entries
    Change Doc Obje       Obj Cat    Obj Type      Event  on create
    Material              BOJ Obje   BUS1001006    View   Option Button(Checked)
    save this
    goto Tcode : SWEC
    Change Doc Object    : Material
           Obj Catagoty  : BOR Type
           Obj Type      : BUS1001006
           Event         : View
           Check with On Create Button
    Goto SWETYPV  
           Obj Catagoty  : BOR Type
           Obj Type      : BUS1001006
           Event         : View
           Receiver Type : Some Work Flow No: WS80000431 like this
    Click on Work flow Builder & Test It
    Thanks & regards
    Sreenivasulu P

  • Create and submit Correspondence Request via Workflow

    Hi all!
    Has anyone ever created a Workflow Process that can generate and submit a Correspondence Request? Siebel 7.8 or 8.1 / 8.2 preferably.
    I can't find any public Business Services or methods that allow me to programatically submit the request - it's really annoying! Oracle say there is no supported method but that doesn't necessarily mean it can't be done. ;)
    Be interested to hear from someone who has implemented such functionality.
    Regards,
    mroshaw

    Hi Benny,
    Thanks for the reply!
    I hadn't tried that - good find! :)
    However, when I try to invoke that BS through eScript, it throws an exception and crashed the OM:
    ObjMgrLog     Error     1     000000024f151e40:0     2012-01-17 13:10:52     (dbgclnt.cpp (1056)) : Unable to load message 0x2b5cf838
    eDocCorrespEvent     CorrespInfo     0     000000024f151e40:0     2012-01-17 13:10:56     Correspondence Service: Correspondence Generator Constructor
    eDocCorrespEvent     CorrespInfo     0     000000024f151e40:0     2012-01-17 13:10:56     Correspondence Service: Starting mail merge process
    Exception 0xc0000005 at 0x182d7014
    Thread: 0x0000154c, Process 0x00001e40
    It is sooooo annoying! :)
    Oli

  • Leveraging Workflow Approval status in Word document

    I am using SharePoint 2013 and have created an Approval workflow that works as expected.
    I would like to leverage the Approval Status within the document so that if someone views or prints the document, it will show "Pending" or "Approved" depending on where in the approval process the document is.
    Once final approval has been made, I would also like to display within the document (e.g. cover page) the name of the approver, the date the approval occurred.
    Would I have to use a Lookup column and point that to something?

    Hi,
    According to you description, my understanding is that you want to create an approval workflow which is able to set the status and approved time and the approver in the document.
    Per my knowledge, there is no OOTB way to achieve your request. As a workaround, you can set this in document library. If someone views the document library, it will show the status and approved time and the approver in the document.
    You could create a workflow using SharePoint 2010 platform in SharePoint  2013 Designer:
    Create a date column named “Date” and a person column named “Approver” and a Single line of text column named “MyStatus” default value is “Pending” in library.
    In SharePoint Designer 2013 using SharePoint 2010 platform ,select “Start Approval Process” action, set the user.
    Add action “set [Date field] to [Today]”, in Approval -> Change the behavior of the overall task process in Customization field -> in When the Task Process Completes field, shown as figure below.
    Add action “set [Approver] to [Current Task:Assigned To]”, “set [MyStatus] to [Approved]”in Approval -> Change the behavior of a single task in Customization field -> in When a Task Completes field. The steps are similar as above.
    Then you can show the library content type column value in document template via “Quick Parts”,  access library settings -> Advanced settings -> click Edit Template, in Insert tag -> Document Property -> insert column you want, shown as
    figure below.
    Thanks,
    Dean Wang

Maybe you are looking for

  • How to clear the cookie in midlet before quite the midlet?anyone?pls

    i am fresh in J2ME . Can anyone teach me on how to clear the cookie in midlet before i quit from it? I designed an application that require login and use session(cookie) management, i need to clear the cookie before or during i quit the midlet, so th

  • Movie plays in background

    I am in a fix and desperately need Macromedia Captivate assistance! I have reviewed the Adobe Online Forum and no one can provide an answer. I have spent the entire day yesterday on the phone with Adobe Customer Service. No one else seems to be exper

  • I've never had any problems with iTunes,

    I've never had any problems with iTunes, and one day, without doing anything to it, I tried to open it and it said "iTunes cannot run because some of its required files are missing. Please reinstall iTunes." I've reinstalled it countless times and it

  • Where is the iTunes Widget in Mountain Lion?

    On the Apple website, it states there are several pre-installed widgets with Mountain Lion, including the iTunes widget (http://support.apple.com/kb/PH11233). However, when I open the dashboard, I cannot see the iTunes widget that I used to use all t

  • WDY_EXECUTE_IN_PLACE Parameters table

    Hi experts, i'm trying to call a webDynpro from SAPGui with function wdy_execute_in_place. This already works. But now i want to fill some fields within my webdynpro by calling it. in special i have built a selection screen with wdr_select_options an