Scheduling Framework question

Using the Flex scheduling framework, how do draw a verticle
line at the current time. Basically, using demo example 6, and
clicking it's "now" button, i'd like to draw this line when I press
the "now" button ... subsequent clicking of the button should
redraw the verticle line at the current time again.
Any help greatly appriciated.
A

Hi,
Delivery schedule lines are created which specify how much quantity of a material and by what date it should be delivered.
These delivery schedule line are with reference to the scheduling agreement which is  a like contract between a company and a supplier to supply a list of materials within the specified time frame, at agreed time frame and with the agreed advance notice.
Regards
Datta

Similar Messages

  • Scheduling Framework howto??

    Hi All
    I am pretty new to flex. I am descent with as2 and are
    starting to migrate to as3. I am trying to build an events calender
    in flex. I found the Scheduling Framework but cant seem to even get
    working their samples. Is there something I am missing? Is there
    some sort of install process for the library? Not much
    documentation in that area on this for us newbies. Any help would
    be great.
    Dave

    Anyone??

  • Importing  Flex Scheduling Framework

    Hi
    I recently discover the Flex Scheduling Framework. I have tried to import the files as if it was a project but for some reason Flex wouldn't allow me to do so.
    Any ideas in how to import the file to make the framework work?

    Hi
    I recently discover the Flex Scheduling Framework. I have tried to import the files as if it was a project but for some reason Flex wouldn't allow me to do so.
    Any ideas in how to import the file to make the framework work?

  • Scheduling Framework Help

    Using the Scheduling Framework, is there a way to make
    appointments display in a column view instead of a row view? I want
    the date at the top, and the 24-hour time scale to be on the
    vertical, Y axis, with overlapping appointments side-by-side. Every
    example they have shows the timescale horizontally, with
    overlapping appointments stacked vertically.

    Anyone??

  • Discoverer Report Scheduling Permissions question

    Quick question,
    i have a report which runs fine for all users, however when scheduled for certain users the report fails to return data. The report uses a folder with a call to the GL_SECURITY_PKG in the SQL. I have removed this and the report appears to run when scheduled, the above package gets the responsibility info from the FND_GLOBAL.RESP_ID function and checks it against the GL set up for security when viewing GL data.
    I’m thinking that whatever runs the scheduled workbooks isn’t picking up the user and responsibility that scheduled the report? This is a hunch – can anyone explain more?
    Thanks
    Sol
    Edited by: SolHill on 01-Nov-2011 09:37
    Edited by: SolHill on 01-Nov-2011 09:45

    Hi Sol
    That is correct. The user and responsibility are only used during the session when the user is connected to the database.
    Whenever a scheduled workbook is run in an APPS-mode environment the user running it will be APPS. This user is a database user and does not log in with a responsibility therefore the FND_GLOBAL.RESP_ID will not be set.
    Best wishes
    Michael

  • Schedule Line Question

    Greetings,
    I have a question regarding Schedule Lines in a Sales Order.
    I'm currently looking at a Sales Order with 1 line item. When I drill into that line item and go to the Schedule Line tab, I see 24 Schedule Lines. In the first 16 Schedule Lines, the "Delivered Qty" is equal to the "Order Qty", however when I run VA05 for Open Orders only, all 24 Schedule Lines appear. I am a Production guy and not fully familiar with the Sales module, and would like to know why VA05 for Open Orders is showing delivered Schedule Lines. What tag is required for SAP to recognize a Schedule Line as complete?
    Thanks

    Yes,
    There is 1 Line Item with 24 Schedule Lines.
    The Delivered Qty is equal to the Order Qty on 16 of the Schedule Lines, and 8 of the Schedule Lines have not yet been delivered.
    According to VA05 however, all 24 Schedule Lines appear as Partially Delivered.
    Do all Schedule Lines associated with a Line Item have to be complete before all Schedule Lines and the Line Item itself are considered fully Delivered?
    Thanks

  • JSR-296 SwingApp Framework Question

    I learned how to program in Java way back in the 90's by looking at the Java Source Code and seeing how the pro's did it. So, when wanting to learn a little about concurrent programming I looked up the code in the new SwingApp Framework (which at present is open source) and JSR-296.
    I have a question about some of the "propertyChange" firing code in the AbstractBean class.
    The code is basically a wrapper around the java.beans.PropertyChangeSupport class. They create their own private static subclass called EDTPropertyChangeSupport, instantiate it and create delegates around the PropertyChangeSupport methods.
    However, in the EDTPropertyChangeSupport they override the PropertyChangeSupport method "firePropertyChange" in the following way:
        private static class EDTPropertyChangeSupport extends PropertyChangeSupport {
            EDTPropertyChangeSupport(Object source) {
                super(source);
            public void firePropertyChange(final PropertyChangeEvent e) {
                if (SwingUtilities.isEventDispatchThread()) {
                    super.firePropertyChange(e);
                } else {
                    Runnable doFirePropertyChange = new Runnable() {
                        public void run() {
                            firePropertyChange(e);
                    SwingUtilities.invokeLater(doFirePropertyChange);
        }My question is this: I understand checking to see if the event was fired from the "Event Dispatch Thread" but if it isn't, a new runnable is created and the "firePropertyChange(e)" method is executed. Is this "firePropertyChange(e)" method the method from the "PropertyChangeSupport" class OR is it the method from the "EDTPropertyChangeSupport" class. If it is the former, then things are OK, but if it is the latter case, then it will create a recursive infinite (until you run out of stack space) decent condition.
    Maybe it's a lack of understanding on my part, but I think it's the latter.
    Stephen McConnell

    I tried logging in under the old account and it seems to have forgotten me.
    I have read those Tutorials. I understand them for the limited uses they
    describe. I just wish there was something more expanded and with
    more examples on Java Concurrency.
    I am reading the tutorials again and some more articles I found on the web:
    [Java 5.0 Concurrency API's|http://java.sun.com/j2se/1.5.0/docs/guide/concurrency/overview.html]
    And will be ordering a couple of books out there on the subject.
    Thanks. For the answer. How does one mark a question answered?
    Stephen McConnell
    |http://java.sun.com/j2se/1.5.0/docs/guide/concurrency/overview.html]

  • Incremental updates on collections/full schedule - Functional question

    Hi everyone,
    At a customer of mine we have the following set-up:
    Almost all applications are deployed User Based
    Collections are used for targetting the applications
    Incremental updates are enabled on practically all collections which deploy applications
    For the moment this setup is active for 498 collections (out of 714  collections).
    Since it's not advised and Microsoft recommends to only have incremental updates active for 200 collections, I would like to change this setup by means of POSH. I have just finished writing it, but I still have a functional question:
    Which schedule time would be best to activate for the collections? Keep the standard value to update collection every 7 days?
    When would you activate "incremental updates"? Device collections with required software for faster deployment time?
    I only foresee the following "downside":
    We have a lot of applications who are available to "all domain users". When the AD-account is created, it will sync with SCCM and will receive their deployements. But by changing the update schedule to, let's say, 7 days.. They wouldn't be able
    to see and install these applications if the collections haven't been updated yet?
    Thanks for the insight with your experience!
    Kr,
    Sven

    Wow Jörgen, thanks for this information! This was something I haven't read about. Will keep this in mind.
    In your blog, you mention that you use this tool to keep track of performance issues. When do you feel that there are too many collections which have incremental updates enabled (by using the tool)?
    The last weeks/months, we have a lot of issues during OSD. We have collections to which the TS is deployed.
    In orchestrator we have a runbook to add workstations to SCCM + add workstation to collection + update membership of collection. But the update takes from 5 minutes to 40 minutes.. So this is the main issue that we have..
    @Andrew: Thanks for your contribution! I believe you are speaking of "Global Conditions"? I haven't used it either, but I thought that this had some downsides.. For instance, we target most of the applications "Used Based" (since MS is
    moving to user centric deployment). So if I target the application to the "all users" collection and create a "global condition" to only install when user is a member of a specific AD-group (for instance: Skype), then the user still sees
    "skype" in the application catalog and will have an error upon installing it when he is not a member of the skype AD-group.
    Maybe this is completely wrong what I'm saying.. Just did some brainstorming with collegues but haven't found the time to play with it in a test environment. @Jörgen: Please enlighten us if I'm wrong.

  • Schedule Manager question

    HI,
    Do we have a schedule manager in XI 3.1 as in XIR2 where we can change the database logon information for multiple reports at once?
    Thanks..

    thanx

  • Numbers "Employee Schedule" template question

    In the "employee work schedule" template, one of the formulas is deducting a certain amount of time for lunch. I can adjust the time taken out ok (i.e. from one hour down to 30 minutes) - but I only want a lunch deduction taken on shifts of 6 hours or greater. Any ideas?

    Replace the formula
    =IF(OR(C4="",C5=""),"",IFERROR(C5-C4-Administration Information :: $B$1,""))
    with
    =IF(OR(C4="",C5=""),"",IFERROR(C5-C4-IF(DUR2HOURS(C5-C4)>=6,Administration Information :: $B$1,DURATION(0)),""))
    Basically you are adding an IF statement that says "if the time difference is less than 6 hours then don't subtract a lunch break". Put this in C6 and drag/copy it to the other cells in the row.
    There are some other changes you might want to make to this template. It has some problems that arise when it is edited. A search of the forum should lead you to those posts.
    Message was edited by: Badunit

  • Alert Framework question

    Hi,
    we have set a generic user with a group email adress in alert categorie definitions as the destination where the alert should be sent.
    What this does is that the alerts are sent to a common mailbox which the group responsible for pi can monitor.
    The problem now is that no one can really log in and terminate these alerts since no particular user has this users password . This is normal because noone should really know generic user passwords and we want to be able to trace who confirms alerts.
    How does the alert framework handle this way of working... it seems like something everyone must need...
    I mean , you don't really want to send alert emails directly to someone in case they are not there. Then again, if you send it to multiple people , how do you know who will handle it...
    How do you do this ?

    Hi,
    You will create one distributed email list (add users mail ids how many you want in that distributed list)  and assign that distributed list to the particular user. when an alert triggered then the mail goes to the distributed list (all people receive that alert who are in the distributed list).
    So based on their shift timings they will handle that alert causes and send a mail.
    Otherwise one person is responsible to assign the alert issues to the users.
    Regards
    Ramesh

  • Contextual Framework Question

    Hi,
    I am following along this tutorial (http://www.youtube.com/watch?v=XIVom59Kq2U) about contextual framework and I seem to have some problem.
    I followed each and every steps but I cant seem to make it work.
    Basically, in the video. Region 1 is composed of a Employee form from the HR data control and Region 2 is just a Region with an output text.
    Changes in the last Name field of Employee Form is propagated to Region 2 when you just tab out of the form.
    But looking at the code, nothing really happens
        <af:inputText value="#{bindings.LastName.inputValue}"
                      label="#{bindings.LastName.hints.label}"
                      required="#{bindings.LastName.hints.mandatory}"
                      columns="#{bindings.LastName.hints.displayWidth}"
                      maximumLength="#{bindings.LastName.hints.precision}"
                      shortDesc="#{bindings.LastName.hints.tooltip}" id="it7">
          <f:validator binding="#{bindings.LastName.validator}"/>
        </af:inputText>For my code to work, I have to add the autoSubmit="true" property.
        <af:inputText value="#{bindings.LastName.inputValue}"
                      label="#{bindings.LastName.hints.label}"
                      required="#{bindings.LastName.hints.mandatory}"
                      columns="#{bindings.LastName.hints.displayWidth}"
                      maximumLength="#{bindings.LastName.hints.precision}"
                      shortDesc="#{bindings.LastName.hints.tooltip}" id="it7"
                      autoSubmit="true">
          <f:validator binding="#{bindings.LastName.validator}"/>
        </af:inputText>Not sure but is this really how it should be done. It was'nt shown in the video though.
    Thanks
    JDEV 11.1.1.6
    Edited by: Neliel on Sep 5, 2012 8:01 PM

    Frank Nimphius wrote:
    Hi,
    you are correct. If you want to issue an event when youtab out of a field, autoSubmit must be set to true for that field
    FrankHi Frank,
    Thanks.. It wasn't mentioned on the video though but thanks for your confirmation.
    Regards

  • Scheduling Agreement question

    I'm trying to figure out how scheduling agreements are used and have referred the SAP help at: http://help.sap.com/saphelp_scm50/helpdata/en/35/3c6c39c71c0324e10000000a114084/frameset.htm. Please let me know if my understanding is correct. Scheduling Agreement is basically a source of supply which creates a Tlane is APO. So, the Tlane is between the supplier and the plant, right? When there is a demand on the plant and heuristics runs, what is created at the supplier location based on the scheduling agreement?

    Hi,
    Delivery schedule lines are created which specify how much quantity of a material and by what date it should be delivered.
    These delivery schedule line are with reference to the scheduling agreement which is  a like contract between a company and a supplier to supply a list of materials within the specified time frame, at agreed time frame and with the agreed advance notice.
    Regards
    Datta

  • ALI Scripting Framework question: PTPortalPage() - I can't find any example

    I can't successfully create an array or portlet objects using the getPortlets() method of the PTPortalPage object in a portlet using the ALI scripting framework.
    The .zip file containing scripting framework samples (https://codesamples.projects.dev2dev.bea.com/servlets/ScarabDownload/resultpos/-1/nbrresults/0/remcurreport/true/template/ViewAttachment.vm/attachid/5124/filename/ALI_Scripting_Framework_Samples.zip) doesn't have any examples.
    var arrPortlets = new Array(PTPortalPage.getPortlets());
    alert(arrPortlets.length);
    This code says I only have one portlet on the page, but I have 3. Also, I'm unable to loop through the one in returned and turn it into PTPortlet object so that I can get the name and id of the portlet.
    Does anyone have a code sample on how to loop through the portlets on a page using the ali scripting framework's PTPortalPage.getPortlets()?

    Got it. I wouldn't particularly call the return value of the getPortlets() method an array of PTPortal objects - but rather it's just an array of ids.
    var arrIDs = PTPortalPage.getPortlets();
    for (var i in arrIDs)
    var portlet = new PTPortlet.getPortletByID(i);
    alert("pid: " + portlet.id + ", name: " + portlet.name);
    }

  • POA Scheduled event question

    I am running GW7.03HP1 on NetWare 6.5 server. On the POA Scheduled event, I have setup a job that runs every night at 12:00a.m. Action=Analyze/Fix Databases, checked on Structure, Index check and Fix problems boxes.
    Is it true that I should not check on "Contents" box when I am running the Structure check?
    I want to get the user disk space total every night. When I check on "Update user disk space totals" box, it auto check on the "Contents" box.
    On the GUI, I can check on all boxes (I know that would take longer to complete). Any I going to get more trouble if I check boxes on Structure and Contents at the same time.
    Regars
    Andy

    On 6/3/2010 2:06 PM, andyj2009 wrote:
    >
    > I am running GW7.03HP1 on NetWare 6.5 server. On the POA Scheduled
    > event, I have setup a job that runs every night at 12:00a.m.
    > Action=Analyze/Fix Databases, checked on Structure, Index check and Fix
    > problems boxes.
    >
    > Is it true that I should not check on "Contents" box when I am running
    > the Structure check?
    >
    > I want to get the user disk space total every night. When I check on
    > "Update user disk space totals" box, it auto check on the "Contents"
    > box.
    >
    > On the GUI, I can check on all boxes (I know that would take longer to
    > complete). Any I going to get more trouble if I check boxes on Structure
    > and Contents at the same time.
    >
    > Regars
    > Andy
    >
    >
    10 years ago yes. Now, no.

Maybe you are looking for

  • Crystal report ( how to create a hyper link for the crystal report file)

    hello all, how to create a hyperlink for my report file....nd i want it open in excel format.

  • Same issue...

    For goodness sake, I just opened a Cloud account with you, and I can download Muse, but of course it does not appear anywhere on my iMac. What's up with that? Is this worth the hassle, or do we ask for a partial refund because you are not providing a

  • While making changes in alternate Unit of measure CAR it makes changes

    While making changes in alternate Unit of measure CAR it makes changes in other alternate Unit of measure KAR. Both are having same ISO unit CT.Please suggest why it is happening.

  • Link not available

    Hi i cant download files through my mobile nokia C2 01 it if i click on any files it shows a msg as link not available help.

  • Using CharAt for String Manipulation

    Hi, I am new to Java and am taking a Java class. I am trying to put a social security number in "nnn-nn-nnnn" format where n is a digit 0-9. I don't know if it would work with the charAt method of the String class. Does anyone have any suggestions on