Related to automation task in Hyperion

Hi,
I need to know which language is easy and worth to learn for automation of regular tasks in Hyperion.
MAXL- OK
ESSCMD-OK
Does i also learn Perl or .net etc.
Regards
Kumar

Hi Kumar,
To write portable automation programs, I would recommend Perl, or other tools like ODI for automation.
You would need MAXL/ESSCMD for executing Hyperion specific commands, while would need another scripting/Batch/Shell language or a tool like ODI, where you can directly run MAXL files etc.
Cheers,
RS

Similar Messages

  • How do I create an automator task to run TimeMachine at only certain hours?

    Hi
    In another forum it was suggested I make an Automator task for setting TimeMachine to only run at certain hours of the day.
    I've not used Automator in the past.
    I'd like to set it to run TimeMachine from only 1AM to 7 AM.
    Can anyone point me to a good source to figure out how to do this?  Or just share with me how to write the task?
    Thanks

    You might look at this program.
    TimeMachineEditor - Time Software - Free

  • Automated Tasks in Photoshop or using Adobe Bridge

    I have recently transfered to CS3 and am having problems using the automated tasks. Normally with CS2 i would select pictures in bridge and then hit the Tools-Photoshop-Image Processor to switch over a series of files from one format to another. When I try to do the same thing with CS3 nothing happens, the photoshop screen comes up empty and i do not get the image processor message. I would appreciate any advice. thanks
    R. Silveston
    ps: I am using a pc

    Try asking in the PS Elements forum.
    http://forums.adobe.com/community/photoshop_elements

  • Photoshop CC 2014   Bridge CC: automated tasks missing

    I Have downloaded the new Photoshop CC 2014 and updated to Bridge CC. I am no longer able to run automated tasks from Bridge in Photoshop because the "photoshop" submenu is no longer available under tools… unistalling en reinstalling brings no avail. I'm now back to Photoshop CS6 and Bridge CS6… I just would like to know: Am I doing something wrong or is this a bug that hopefully will soon get fixed?

    Please post queries regarding Adobe Bridge over at
    Bridge General Discussion

  • Previous Automator task no longer working in Leopard

    Here's what I had - I use the Sonos music system which has a limit on total metadata. The longer the file path the more data was used. Therefore the folder system set up by iTunes (which I could not get rid of no matter what I tried) would end up using a lot of the data limit.
    I created an Automator task that did the following:
    1. Looked through my iTunes Music folder (on an external hard drive) for any folders.
    2. Took the contents of the folders and moved them to the iTunes Music folder.
    3. Searched through the iTunes Music folder for the now-empty subfolders
    4. Moved these empty subfolders to the trash.
    Using Leopard's Automator, I tried running my old workflow and got several error messages. Worse, it appears to have deleted my old workflow (can't find it anywhere) - whether or not Automator deleted it or I did accidentally, I no longer have it.
    Trying to replicate the old flow, I simply cannot put together instructions that work. I can't seem to empty the folders out, so that the folders in the trash are filled with the songs. Once I even accidentally moved the whole iTunes folder into the trash. I can't get the last "move to trash" command to work without an error message though it seems to actually work no matter that there's an error message.
    This shouldn't be too hard, but maybe I'm forgetting something simple. Anyone have any ideas?
    Thanks,
    Stu

    It sure does appear that somehow the parental controls are linked to the widget issue in some fashion. I have two different accounts for my children (each with parental controls), one for my wife (no parental controls), a guest account and of course my administrative account.
    After reading your replies I solved my problem (at least for now) by: 1) turning off the parental controls on my children's accounts; 2) logging into each existing account and; 3) logging back into the administrative account. When I finally got back into my own account, the widgets were all working again just like they did before. We'll see if this resolves the issue for the long-term (or at least until Apple can patch Leopard a little bit more).
    Hope this helps.
    Thanks

  • Photoshop cc 2014 / Bridge cc (automated tasks not available under "Tools" menu)

    I Have downloaded the new Photoshop CC 2014 and updated Bridge. I am no longer able to run automated tasks from Bridge in Photoshop because the "photoshop" submenu is not available under tools...

    You will likely get better program help in a program forum... Bridge or Photoshop or both
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • IDOC related to workflow task

    Is there any table or report which gives IDOC nos related to workflow task?

    Sreedevi, it depends what you want (where you start from), so please be more specific in your question next time (or if this doesn't answer your question).
    If you have a work item number and want to know the IDoc number you can use function module SAP_WAPI_OBJECTS_IN_WORKITEM to get a list of all object references. Then you have to process it from there. You can make a flexible solution which is compatible with future added IDoc types by checking the object type of each object returned and traversing the inheritance hierarchy until you get to object type IDOC. Then you know it is an IDoc, and you can find the IDoc number as the key of the object. Or you can hardcode supported object types using a CASE or IF statement. The flexible solution would be much more fun to program in my opinion.
    If you have an IDoc number and want to find work items you have to go the other way. That means starting with object type IDOC, finding all the inherited object types and for each of these using function module SAP_WAPI_WORKITEMS_TO_OBJECT. Again, another possibility is to hardcode the list of object types you want to check.
    The table Rose told you about, HRS1201, contains no IDoc numbers, but it contains all the tasks with the methods they use. So actually you can use that to find all the object types you need to check (whether they are inherited from IDOC), since all work items will refer to a task definition.

  • OSM 7.0: Error in custom plug-in for automation task

    Hi all,
    I'm trying to create a new custom plug-in to write in a file from OSM. I have created my Java class and my custom plug-in. On the other hand, I have created a new automation task which will use the new plug-in. From a new process, I will invoke that task.
    When I build my cartridge there is no error (the automationMap.xml file is created in the cartridgeBuild/automation folder) and I can deploy it correctly, but when I submit a new order and my process has to be executed, I get the error:
    SQL Exception 20,004 : ORA-20004: Starting position for the process is not defined. Call support. process id = 10128.
    ORA-06512: at "ORDERMGMT.ERROR_MSG", line 8
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 2445
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 2712
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 2882
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 10831
    ORA-06512: at line 1
    java.sql.SQLException: ORA-20004: Starting position for the process is not defined. Call support. process id = 10128.
    ORA-06512: at "ORDERMGMT.ERROR_MSG", line 8
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 2445
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 2712
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 2882
    ORA-06512: at "ORDERMGMT.OM_WF_API", line 10831
    ORA-06512: at line 1
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
         at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1223)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:98)
         at com.mslv.oms.dataaccesslayer.CallableProxy.executeStatement(Unknown Source)
         at com.mslv.oms.dataaccesslayer.a.execute(Unknown Source)
         at com.mslv.oms.dataaccesslayer.CallableProxy.execute(Unknown Source)
         at com.mslv.oms.handler.transition.a.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.a.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.provider.impl.b.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.b(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.c(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.provider.jms.impl.OrchestrationDependenciesMDB.onLocalMessage(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.e.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.impl.c.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.impl.c.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.impl.a.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4585)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4271)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3747)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5096)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Jun 1, 2011 8:57:19 AM GMT+01:00> <Error> <oms> <VIRTM11> <AdminServer> <[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'> <oms-internal> <BEA1-0E141830E5BB3057A4BD> <> <1306915039502> <BEA-000000> <impl.OrchestrationDependenciesMDB: Failed to process order item dependency for predecessor order ID [2396] successor order ID [2396] dependencyKey[oracle.communications.ordermanagement.orchestration.execution.cache.impl.OrderOrchestrationEntityKeyImpl@916793[a=2396,b=1306915019943,c=oracle.communications.ordermanagement.orchestration.execution.dependency.impl.OrchestrationOneToOneDependencyImpl,d=-421123007]] state[delayed]
    oracle.communications.ordermanagement.orchestration.execution.OrchestrationExecutionException: Error starting system interaction.
         at com.mslv.oms.handler.transition.a.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.a.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.provider.impl.b.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.b(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.c(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.impl.e.a(Unknown Source)
         at oracle.communications.ordermanagement.orchestration.execution.provider.jms.impl.OrchestrationDependenciesMDB.onLocalMessage(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.e.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.impl.c.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.impl.c.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.impl.a.a(Unknown Source)
         at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4585)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4271)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3747)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5096)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any ideas???
    Thank you very much.
    Best regards.

    Hi All,
    I have got solution. In that error is of file location but actually its referring to the function which is declared in XQuery.
    Secondly, this will refer to all XQuery which is imported there at the time of task.
    For ex. SIEntryPoint.xquery, in that it will go and check for all the functions which is imported in that XQuery (refer to all XQuery)

  • Problem with Automated Tasks

    Hi all,
    At this moment I'm testing a cartridge deployed in OSM7 that is installed in Solaris Spark. The cartridge contains processes that include Automated Tasks with XQuery Sender Automator Internal to send a message to a queue JMS. In some of the Automated Task, when try to execute de XQuery Sender doesn't occur anything, the message is not putted in the queue and in the log doesn't appear any error.
    I created 3 orders in OSM, and checking all the WebLogic console I can see the next:
    1. In the worklist of OSM appear the 3 orders with column "State=Received" and doesn't have anything in the column "User", (I think this mean that the automator has not started).
    2. In the WebLogic console -> JMSModules -> "oms_jms_module" -> "oms_events" ->Monitoring, I can see 3 messages "Pending" that correspond to each order created.
    3. The Orchestration Plan "Seen in the osmwebui" is OK.
    Note1: When I test the same cartridge deployed in OSM7 installed in Windows I don't have the problem.
    Note2: This doesn't occur always, sometimes the JMS Message is putted in the queue and the flow of the order continues in the right way.
    Thanks a lot for any suggestion.
    Edited by: user2926753 on 17-nov-2011 9:24

    Ramiro;
    From what you are describing, it sounds as if the automation plugin is not deployed - hence the reason why the task you are intending to automate just stays in the received state.
    I would suggest you start by undeploying and then redeploying your cartridge.
    Of course this doesn't explain your Note2, but worth trying the above in any case.
    Can you tell me how you are submitting the order and what release of OSM you are on?
    Thanks,
    Brian.

  • Opportunity Team Assignment Rule and Automated Task Owner

    Hi,
    We have a requirement that when an Opportunity is created, the Opportunity Team assigned will be based on the Owner of the record. We created a "test" assignment rule wherein the:
    * Team Assignment: (Example) John Locke (Manager), Jack Shephard (Coordinator)
    * Rule criteria: Opportunity Owner First Name = Sawyer, Opportunity Owner Last Name = Ford (Question 1: I can't find Owner id field from the list... that would have been better..)
    This works when the Reassign Opportunity checkbox is ticked during record creation and I needed to refresh the record to see the added users in the Team. (Question 2: Is that how it really works? Also, the users added in the Team does not have an Opportunity Role assigned... This field is important to my requirement..)
    We have 3 Opportunity Team Opportunity Roles: Manager, Coordinator, Sales Rep. We also have a Sales Process based on the Opportunity Type wherein each Sales Stage has automated tasks for it. We assigned the "Opportunity Team Role - Coordinator" as the Owner of the tasks.
    This part does not work because when you create the opportunity record, the user in the Team is only the Owner (creator of the record = Sawyer Ford)m which is also assigned as the Owner of the Activities created based on Sales Stage. What should happen is that the Owner of the Activities should be "Jack Shephard" (Coordinator from the assignment rule).
    Question 3: How can I assign Opportunity Team Role in the assignment rules?
    Question 4: It seems like the Sales Stage fires first (which creates the automated tasks) before the assignment rule fires....
    Help please...
    Thanks in advance,
    Jasmin

    Hi Abhijit,
    Indeed as you stated, the team assignment can only be self-assigned. Meaning that a manager cannot assign a team assignment to another member. Customizing this feature could be quite complex and time/money consuming. If you decide to go that way, then it
    is out of my knowledge.
    Using the "reassign task" feature will not help because once reassigned, the manager will not be able to change the assignment again for another resource.
    I'd rather suggest to put in place a process together with the project manager who is actually managing assignments in the project with Project Pro. For example the manager can access the project plan and should only update his resources on assignments but
    not the project itself.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Re-doing failed automator tasks automatically

    Hi. I want to queue up Automator tasks I saved as applications. I know you can use iCal and tell it to open the files at specific times but I was wondering if there's any other way of doing it, I've heard of Cron but is it any good?. My Automator tasks are dependent on a broadband connection and from time to time the internet is slow and the task will fail. I would like those tasks to automatically repeat either straight away or at the end of the queue or send me and alert to let me know of this failure so I can manually run it later.
    I'd appreciate if anyone has any ideas.
    Cheers.
    Andrew

    Ok, so to ensure that you have the higher quality Song uploaded:
    1.  Copy your higher quality Songs from iTunes to local folder;
    2.  Delete Songs in iTunes, including 'delete in iCloud' option;
    3.  Allow 6-12 hours for iTunes Match servers to synchronise (ensuring original really has gone from iCloud);
    4.  Turn iTunes Match off;
    5.  Import Songs from folder;
    6.  Turn iTunes Match on - allow it to complete the 3-step process.

  • How do I do Web Galleries in CS6? They used to be in automated tasks.

    How do I do a Web Gallery in CS6?
    They used to be in automated tasks.

    Hello there! You are going to want to do this in Bridge.
    To create your web gallery, follow these steps:
    Select your desired images and choose Window→Workspace→Output.You can also select Output from the Workspace shortcut menu in the top-right portion of the Application window. Finally, you can also click the Output to web or PDF in the Application bar. The Output panel appears.
    Click the web Gallery icon.
    Select a template from the pop-up menu.Presets, such as Filmstrip and Slideshow, are available. Photoshop will automatically select the Style, based on your chosen template.
    (Optional) To get an idea of what the template will look like, click the Refresh Preview button.You can also click Preview in Browser to see how your web gallery looks in your default web browser.
    Credit: ©iStockphoto.com/SAMI photo Image #4831034
    In the Site Info area, specify your desired site, gallery titles, and description. Also, enter your contact info and e-mail or web address, if desired. If you want everyone to know that your web gallery is copyrighted, tell them so.Be aware that putting an e-mail link on a web page invites spam. So, be sure to have your e-mail client’s spam filter on full bore if you plan to include your e-mail address.
    Specify the colors you want for your text, headers, menu, background, border, and controls in the Color Palette section.
    In the Appearance area, specify whether you want your web page to be laid out as scrolling, left-aligned, paginated, or a slide show.
    Select the size of your preview and thumbnails.
    In the Create Gallery section, click either Save to Disk or Upload.If you select Save to Disk, click Browse to navigate to the location where you want to save your web gallery files. Then, click Save.If you select Upload, enter the FTP server address, your username, your password, and the folder name. Then, click a second Upload button. If you’re unsure about this information, check with your ISP (Internet service provider).
    Helpful links with the above information:
    http://www.dummies.com/how-to/content/how-to-create-a-web-gallery-with-your-photoshop-cs.h tml
    Please let us know if you have any other questions-
    Janelle

  • Sending/Receiving JMS message to WMQ from Automated Task

    Hi All,
    I am new to OSM and working on a POC for the implementation of OSM in our company. We have WebSphere MQ for messaging and want to use same for OSM implementation. We don't want to create bridges, foreign server etc configuration in weblogic, rather just connect with MQ objects over JNDI (as supported) from OSM automated task. Having said that, we have following two scenarios:
    1- JMS message is received at OSM
    2- JMS message initiated from OSM (automated task)
    Now our requirement is to create a sort of JMS inbound gateway for first scenario i.e. reading a message from a Queue and CreateOrder and then reply back to caller using JMSReplyTo header.
    Second as JNDI support is available for automated task, can we send JMS message using direct JNDI look up for MQ JNDI objects i.e. using .bindings file (JNDI URL for MQ objects).
    Thanks

    Hi All,
    I am new to OSM and working on a POC for the implementation of OSM in our company. We have WebSphere MQ for messaging and want to use same for OSM implementation. We don't want to create bridges, foreign server etc configuration in weblogic, rather just connect with MQ objects over JNDI (as supported) from OSM automated task. Having said that, we have following two scenarios:
    1- JMS message is received at OSM
    2- JMS message initiated from OSM (automated task)
    Now our requirement is to create a sort of JMS inbound gateway for first scenario i.e. reading a message from a Queue and CreateOrder and then reply back to caller using JMSReplyTo header.
    Second as JNDI support is available for automated task, can we send JMS message using direct JNDI look up for MQ JNDI objects i.e. using .bindings file (JNDI URL for MQ objects).
    Thanks

  • Events and Jeopardies problems in manual and automated task

    Hi all,
    I have an automated task that has an event in receive state and an internal Xquery automator. The event takes information from de order and send it to a specific queue, then the automator updates the orders to indicate that the information was sent.
    I have noticed that sometimes the update automator is executed first that the event so when the event executes can not find information to send to the queue.
    If a the event is in receive state, why the automator is running first? what type of automator are accepted for each task state?
    Another problem is with Jeopardies in a manual task. In it i have an automator that complete the task to a specific state. The Jeopardy is executed but the task is not completed by the state defined?
    are there any restrictions to Jeopardies in manual tasks?
    Thanks for the help.

    Hi,
    I am not sure whether I understood completely. Lemme try to answer your 2 questions.
    *1) If a the event is in receive state, why the automator is running first? what type of automator are accepted for each task state? So you are saying you have* defined an event when the automated task goes to Receive state ?
    Ans : As you have defined the event on the "Receive" state of an automation task, it will be the event gets executed first. Basically during execution of any order, when you hit submit in the CreationTask, automatically next task will be loaded and its task state will be in Recieve state irrespective of Task type like Automated or Manual. That is why when loading the next task, the task will be in received state and the automator runs first.
    If you want fire the event on different task state like "Accepted" or "Completed" you might have to change the event type.
    *2) i have an automator that complete the task to a specific state. The Jeopardy is executed but the task is not completed by the state defined? Are there any restrictions to Jeopardies in manual tasks?*
    Ans: As you said, Jeopardy is getting executed in the manual task correctly. Also you are expecting that the task should be completed along with jeopardy. But as the task type itself is a Manual Task, one has to manually open the order in worklist and make it proceed to next task. No plugins will make a Manual task to complete. Automation Plugins can be completed using the plugins.
    Thanks
    Naveen Jabade

  • Autopopulating automated tasks in Sales Methodology

    Does anyone know if you can populate the name of an opportunity (or other field value) into the subject line of automated tasks within the sales process, or is this something that only works in workflow rules – like below? I remember the % signs and have it working in work flow, but would like to also use this in auto task subject lines.
    Example –
    SUBJECT: HW Opportunity Notification for %%%[<OpportunityName>]%%%
    MESSAGE BODY: Marcia, check with %%%[<Owner>]%%% for possible hardware opportunity for %%%[<OpportunityName>]%%%.

    I don't think this is possible in the current release. But as you have mentioned this is possible using WF. You can set up WF rules to create automated tasks based on the Sales Stage change.

Maybe you are looking for

  • Hopeful First Steps for a mortgage - Plan ahead!!!

    Hey everyone! I just wanted to say that my husband and I went to a mortgage lender at our credit union on Friday and it was a great meeting.  I had printed out mine and my husband's three-bureau full credit reports and had a list of questions. We wan

  • Where are my event names?

    Where the **** have my event names gone? I had a whole archive of an artist's work, titled and dated in the event title; now they seem to all be gone. I'm just left with a useless timeline of chronological images that I can't sort even if I wanted to

  • Looking for a Java Runtime for lion 10.7.3

    Can somebody tell me, how to install a "java Runtime" on my lion 10.7.3 Yesterday I updated to Lion, and now a lot of really important programs do not work anymore, always with the question: "Install a java runtime" - and when I do the suggested soft

  • Download word doc from internal table

    I know we can make a word document online using OLE. But is it possible to download a word document in background? Please advice. Thanks.

  • Prepay plan seems to have morphed into pay per minute and text?

    My plan is a $35 per month / 500 min / unl text / unl web on an LG Cosmos 3. My prepay period runs from the 15th to the 15th. I have been auto paying my $35 and staying below my minutes for the most part. My extra $10 credit has been decreasing bit b