Auto triggering trigger

How can I create a trigger that executes on a certain day of a month?

what would the trigger be on and do?
I guess you will need the get the day from sysdate and only execute the code if it was the required date, but it would still fire each time the action occurs.

Similar Messages

  • Auto triggering of IDOC after PO creation

    Hi,
    Currently after creation of PO, the PO will get triggered automatically to other system in the form of IDOC.
    For this we have assign the condition record for the PO vendor and used the standard SAP function module 'IDOC_OUTPUT_ORDERS' to create the IDOC.
    But now we have a requirement like for some POs the IDOC should not get auto triggered to other system.
    Do we have any user exit available to not to call the SAP standard FM used to create the IDOC??
    or Is there any way we can stop auto triggering of POs
    Thanks
    Nishad Shimpi

    Hi,
    try using  the Badi : ME_PROCESS_PO--method-POST. where you check the condition and  trigger the IDOCs.
    OR else restrict using the conditions records,
    Regards,
    Aditya

  • Not authorised to have auto increment trigger on server

    Hello all. I need a few triggers set up, I have no problems setting up sequences and "before insert" triggers on my home PC setup but on the live server where I study I do not have the authority.
    I got around this before by using Forms so I set the trigger at Form level.
    I am developing a DB system that will at some stage in the future use Forms, but for now it will use HTML forms via a web browser.
    I need to have the primary key for user accessible tables to be auto incremented (on the server where I study), but how can get around the authority issue ??
    Any ideas are extremely welcome !!

    Hello all - yeah I am on a course. I too have no idea why they will not allow the students to create triggers at table level.
    The 1st system I developed at home I had auto incremented primary keys. It was using Oracle Forms as the front end. Because I am the admin on my home setup I didn't have any problems.
    When I went to the course site to implement exactly what I had at home (which worked 100% properly) inserting data via the forms was not working. I had no idea why. the lecturer guy took a look at my code and told me its because of the trigger, I do not have authority to create triggers on the server.
    "create or replace trigger cust_trg
    before insert on customer
    for each row
    begin
    select cust_seq.nextval into :new.cust_id
    from dual;
    end;"
    The above code works fine on my home PC. I used Pre Insert triggers on the block on the Form instead to get around the problem (I presumed it was because they wanted us to learn Forms more thoroughly).
    This next project does not involve forms but they will not change my access rights so I don't have a clue as to how to get an auto incremented primary key whilst using a HTML form.
    Kevin

  • How do I know the daq card is collecting data i.e. has been triggered trigger

    I want to alert the user that the daq card is collecting data after he pushes the trigger switch.  I wish to update a message text box when it has been triggered.  Thanks,  PCI-6221 37 pin

    You could use something like this, to ensure that at some specific point in your code a string indicator on the front panel is updated.  After placing the string indicator, right click on it go to Create>>Proprety Node>>Text>>Text.  The string indicator will update to the input of this property node when this sequence structure is reached.  Does that help?
    Regards,
    Shane C
    Regards,
    Shane C
    Applications Engineer
    National Instruments

  • Auto submit trigger required validation

    I am using Jdeveloper 11g R (11.1.2.3) & weblogic 10 G
    In my pages I use JSF & Facelet
    In a page I have a field with Auto submit = true and another field with required = true
    When I a create a new record and add some thing in first field second field field required validation is also triggered
    Is that correct behaviour? any work around to fix it?
    Thanks
    Mohsen

    This
                <af:panelGroupLayout id="pgl1">
                  <af:inputText label="Name" id="it1" value="#{bindings.myName1.inputValue}" autoSubmit="true"/>
                  <af:outputText value="---#{bindings.myName1.inputValue}---" id="ot2" partialTriggers="it1"/>
                  <af:inputText label="Required" id="it2" value="#{bindings.myReq1.inputValue}" required="true"/>
                  <af:commandButton text="Submit" id="cb1"/>
                </af:panelGroupLayout>
    Works for me. As long as the required field is empty you can AutoSubmit the Name field without seeing an error.
    Timo

  • Auto increment trigger

    I have a table with an index and two other columns. The first column is called index.
    What I would like to do is to auto increment the index column on every insertion. I have read some of the documentation and can't make sense of what I am trying to do. Please point me to an example.
    WBR

    I tried these 3 statements to create a auto update column:
    CREATE TABLE TIME_TABLE (
    RECORD_NUM INTEGER NOT NULL,
    DATE_FIELD DATE,
    DESCRIPTION VARCHAR(1000));
    CREATE SEQUENCE TIME_SEQ START WITH 1 INCREMENT BY 1;
    CREATE OR REPLACE
    TRIGGER TIME_TRIGGER BEFORE INSERT ON TIME_TABLE
    FOR EACH ROW
    BEGIN
    SELECT TIME_SEQ.NEXTVAL INTO :NEW.RECORD_NUM FROM DUAL;
    END
    When I execute an insert statement I get the following error:
    An error was encountered performing the requested operation:
    ORA-04098: the trigger ‘TIME.TIME_TRIGGER’ is invalid and failed re-validation.
    So my question is what is wrong with the three statements. I would appreciate some help.

  • Protect an auto trail trigger in a database

    Let's say i have created a database and i want to distribute a copy of that database to a third party company, in order to fill in some data but not to delete any existing records. If the database contains a trigger, is it possible to protect that trigger
    from modifying or deleting it by the third party company? Is it possible to protect the database from deleting any existing records? I guess, if i can protect a trigger, then it is possible.
    What is the appropriate way to give a database copy to the third party company? Can i just give them a copy of the mdf and ldf files?

    Hi ileve,
    According to your description, you want to copy the database to a third party company and prevent the trigger and the data records from being modified or deleted in the third party company side.
    If you just want to copy the database once, besides your method of attaching the mdf and ldf files to the server of third party company, you could also back up the database from your server side and restore the database on the server of third party company.
    However, if you want to copy the database continuously, you could use transactional replication by setting the property of 'Copy user Triggers' to be 'True' on the articles page of the
    publication properties. Besides, you do not have to worry about the modification of database(including the triggers) in the third party company's side since the database will
    be replaced with the new database from your side intermittently if you
    schedule the snapshot agent to run at a small internal when creating the publication and also
    schedule distribution agent to run continuously when create the subscription. For how to set up transactional replication, please refer to the article:
    http://sqlserverscribbles.com/2013/06/26/how-to-create-transactional-replication-in-sql-server/
    In addition, besides Satish's post, you could also prevent triggers and data records from being modified or deleted by granting specific login accounts only 'public' database role, or just add the database role db_datareader besides 'public' as the following
    steps.
    1. On the server of third party company's side, open SQL Server Management Studio. In Object Explorer, expend 'Security' folder, and then expend 'Login' folder. Right-click the login, and click 'Properties'.
    2. In the 'User Mapping' tab, check the checkbox for the database in the frame 'users mapped to this login' and meanwhile in the frame 'database role membership', make sure that only the checkbox for the database roles(public or public and db_datareader)
    are checked.
    Regards,
    Michelle Li

  • Auto triggering of smartform

    Hi,
    I have created a smartform alongwith its driver program. I have attached it to the output type WA03.
    Whenever I create a delivery which automatically confirms a TO and creates a material document, the smartform should have got automatically triggered. However it doesn't happen.
    Instead if I go to the transaction MB02 and do Process Output and do repeat processing the smartform gets triggered and displays perfectly.
    The problem is whenever the material document is created and at first processing of WA03 the smartform should have got displayed.
    The first processing status is green but the smartform is not displayed and is even not there in the spool.
    Please help.
    Regards,
    Amit Behera.

    hello amit,
    first i thougth that the message control it self is not getting triggered but as u said processing status is green and there is no spool created...
    put the break point in the print program.. when the message controle calls u r print program it will stop there then analyse wht is happening.. and check the NAST table entries also..

  • Auto-triggering of PM Planning from service contract

    Greetings!
    I am currently working to automatically trigger preventive maintenance service order from service contracts. However, I have been struggling to understand some of the dates and the date rules, and how they work?
    The dates are:
                                                        Rule Name
    a) Planning start date:                  Today's Date
    b) Planning Date From:                Determine Planned Date
    c) Planning Date To:                    Planned Start + Tolerance
    d) Start of Interval                        Planning Start Date
    e) Service order creation date:     Planned Date - 2 weeks
    f) Tolerance:
    Let's say that I would like to have a contract valid from the 13.08.2014 to 13.09.2015, and I want the preventive maintenance service order to be begin from 20.08.2014, with a interval period of every 2 days (may be until 10.09.2015). Then how should I fill these dates in the service contract item ?
    I would be glad if someone explained it to me. If you have a better example, I would also appreciate that.
    Thank you.

    Hi,
    When you are using Contract is a Outline agreement -That may be Quantity or Value contract this for specific period.
    Example you can maitain various Service line items for entire Periods as per the Contract details with Vendor.
    when you want to create Release order w.r.t Contract for a specific work or only for Specific Services
    whatever you want to required service for that release order that only system will ask us to select the services just like while creating Service entry sheets how we adopt the required services lines for accepting.
    we need to select the Services from the contracts by manually while creating Release order
    System will not copy automatically.
    If you have more than 100 service lne items in Contract If you want to create release order only for 10 service line items then unnecessarly 100 line items will copies.T o overcome this problems SAP will allow to select the  service manuall for adopting to release order from contract
    I think you are clear with the statement.
    with regards
    Shrinivas gangoor
    Edited by: Shrinivas Gangoor on May 19, 2009 1:00 PM
    Edited by: Shrinivas Gangoor on May 19, 2009 1:01 PM

  • Auto triggering after creating change pointer

    Hi,
    Has anyone setup their ALE Master Data Distribution to trigger program RBDMIDOC automatically after creating a change pointer?
    Cheers,
    Neil.

    Hi Neil,
    The program RBDMIDOC needs to be scheduled to run in backgroung by creating a variant for Messge Type with the Message Type you are using for your Master Data Distribution, and with the option 'Only for Background Proc.'.
    Also schedule the program RBDCPCLR for periodic execution in Background. All change ptrs generated by the program RBDMIDOC will bedeeted y the system.
    Regards,
    Nitin

  • Auto mail trigger fro Credit management from delivery

    Hi All,
    While doing PGI in sales deilvery, If credit is exceed the limit, ift will popup the messege like The credit limit is exceed with amount.
    While saving the delivery document,  The user receiveing the mail in SBWP.
    But there is no contents in the mail.
    How to trigger the information in the mail.
    In nace, Output Type     KRML  ---        Credit Processing mail option.
    can u please help me, how trigger mail to the user about the credit differences.
    Regards
    Deekshitha.

    Hi Deekshitha,
    If the issue is yet to be resolved,
    Go to transaction NACE -> V2 - Shippping -> KRML (Output type)
    In the tree beside this, you have "Mail title and texts". Create a new entry there with the text that you want. The mail that is sent will have this text in the body of the mail.
    Reward points if helpful.
    Regards, Senthil G.

  • Emails not going when workflow auto triggers

    Hi 
    I have a SPD workflow which contains send email action . When I run from the list item >> Workflows >> Start Workflow ...it is working and sending email without any issues . When I try to run the same workflow using power shell script , workflow
    is able to run fine.... but email is not going and logging error message as below . Please help 
    The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly.
    Srini

    Hi Shahukaru,
    Is "Sending email" action configured to send mail to a user filed(e.g. item Creator, or a custom user or group type column value)?
    Would you mind to share the PowerShell code you used to trigger the workflow for reproducing the issue?
    Have you tried to run PowerShell code with another account?
    Is there any related useful ULS for helping toubleshoot the issue?
    Thanks
    Daniel Yang
    TechNet Community Support

  • Create a trigger which set Image source with binding to a dependency property.

    I'm trying to create a specified button which switch images every time it pressed, without using the Click CBFunction, so I'm using toggle button and triggers (checked unchecked) and I want this button to
    supply DP of string so who ever uses is button will only have to specify the images paths and a click CBFuntion to
    perform what ever he wishes.
    I managed to create the mechanism for switching images with triggers(but the triggers image paths are hard coded and not using DP) and to enable setting a click CBFunction. When I switch the hard coded image path with a DP which return a string with
    the path the program crush, an exception is thrown.
    U.C xaml:
    <UserControl x:Class="ButtonChangeImage.UserControl1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    mc:Ignorable="d">
    <Grid>
    <ToggleButton x:Name="btnCI">
    <ToggleButton.Content >
    <Image Name="img" Source="C:\Users\AmitL\Desktop\joecocker.jpg"/>
    </ToggleButton.Content>
    <ToggleButton.Triggers>
    <EventTrigger RoutedEvent="ToggleButton.Checked">
    <EventTrigger.Actions>
    <BeginStoryboard>
    <Storyboard>
    <ObjectAnimationUsingKeyFrames Storyboard.Target="{x:Reference img}" Storyboard.TargetProperty="Source">
    <DiscreteObjectKeyFrame KeyTime="0:0:0">
    <DiscreteObjectKeyFrame.Value>
    <BitmapImage UriSource="{Binding FirstImage}"/>
    <!--<BitmapImage UriSource="C:\Users\AmitL\Desktop\james-brown-010.jpg"/>--><!--if I switch to this line it works fine!-->
    </DiscreteObjectKeyFrame.Value>
    </DiscreteObjectKeyFrame>
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </BeginStoryboard>
    </EventTrigger.Actions>
    </EventTrigger>
    <EventTrigger RoutedEvent="ToggleButton.Unchecked">
    <EventTrigger.Actions>
    <BeginStoryboard>
    <Storyboard>
    <ObjectAnimationUsingKeyFrames Storyboard.Target="{x:Reference img}" Storyboard.TargetProperty="Source">
    <DiscreteObjectKeyFrame KeyTime="0:0:0">
    <DiscreteObjectKeyFrame.Value>
    <BitmapImage UriSource="C:\Users\AmitL\Desktop\joecocker.jpg"/>
    </DiscreteObjectKeyFrame.Value>
    </DiscreteObjectKeyFrame>
    </ObjectAnimationUsingKeyFrames>
    </Storyboard>
    </BeginStoryboard>
    </EventTrigger.Actions>
    </EventTrigger>
    </ToggleButton.Triggers>
    </ToggleButton>
    </Grid>
    </UserControl>
    U.C cs:
    public partial class UserControl1 : UserControl
    public static readonly DependencyProperty FirstImageDP = DependencyProperty.Register("FirstImage", typeof(string), typeof(UserControl1), new PropertyMetadata(@"C:\Users\AmitL\Desktop\james-brown-010.jpg", new PropertyChangedCallback(FirstImageSource)));
    private string m_strFirstImage = string.Empty;
    private BitmapImage m_oBMImage = null;
    private static void FirstImageSource(DependencyObject obj, DependencyPropertyChangedEventArgs args)
    UserControl1 l_UCBtnSwitchImage = (UserControl1)obj;
    l_UCBtnSwitchImage.m_strFirstImage = (string)args.NewValue;
    l_UCBtnSwitchImage.m_oBMImage = new BitmapImage(new Uri(l_UCBtnSwitchImage.m_strFirstImage, UriKind.Absolute));
    public string FirstImage
    get
    string l_strTemp = (string)GetValue(FirstImageDP);
    return l_strTemp;
    set
    SetValue(FirstImageDP, value);
    public event RoutedEventHandler Click
    add { btnCI.Click += value; }
    remove { btnCI.Click -= value; }
    public UserControl1()
    InitializeComponent();
    window xaml:
    <Window x:Class="ButtonChangeImage.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:m="clr-namespace:ButtonChangeImage"
    Title="MainWindow" Height="350" Width="525">
    <Grid>
    <m:UserControl1 Click="ToggleButton_Checked" FirstImage="C:\Users\AmitL\Desktop\james-brown-010.jpg"></m:UserControl1>
    </Grid>
    </Window>
    The exception:
    A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
    Additional information: 'Provide value on 'System.Windows.StaticResourceExtension' threw an exception.' Line number '20' and line position '46'.
    I would love to know why when I switch the hard coded value with DP it suddenly throw exception, how to fix it or if there is other way to achieve U.C with those demands.
    Thanks.

    Hey Magnus,
    Unfortunately I get the same result, the button is switching between the (Joe Cocker) image to blue button(normal pressed button look) how come the
    (Joe Cocker) image return I didn't set a trigger for unchecked so what make it change the content
    or the image source back to that image?
    And I can't debug (by the way what's happening there how come it doesn't stop in all those code lines?).
    I didn't make any changes here is all the code:
    U.C cs:
    namespace ButtonChangeImage
    public class ImageConverter : IValueConverter
    public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
    string s = value as string;
    var source = new System.Windows.Media.Imaging.BitmapImage();
    source.BeginInit();
    source.UriSource = new Uri(s, UriKind.RelativeOrAbsolute);
    source.EndInit();
    return source;
    public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
    throw new NotImplementedException();
    public partial class UserControl1 : UserControl
    public static readonly DependencyProperty FirstImageDP = DependencyProperty.Register("FirstImage", typeof(string), typeof(UserControl1), new PropertyMetadata(@"C:\Users\AmitL\Desktop\james-brown-010.jpg", new PropertyChangedCallback(FirstImageSource)));
    private string m_strFirstImage = string.Empty;
    private BitmapImage m_oBMImage = null;
    private static void FirstImageSource(DependencyObject obj, DependencyPropertyChangedEventArgs args)
    UserControl1 l_UCBtnSwitchImage = (UserControl1)obj;
    l_UCBtnSwitchImage.m_strFirstImage = (string)args.NewValue;
    l_UCBtnSwitchImage.m_oBMImage = new BitmapImage(new Uri(l_UCBtnSwitchImage.m_strFirstImage, UriKind.Absolute));
    public string FirstImage
    get
    string l_strTemp = (string)GetValue(FirstImageDP);
    return l_strTemp;
    set
    SetValue(FirstImageDP, value);
    public event RoutedEventHandler Click
    add { btnCI.Click += value; }
    remove { btnCI.Click -= value; }
    public UserControl1()
    InitializeComponent();
    U.C xaml:
    <UserControl x:Class="ButtonChangeImage.UserControl1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    mc:Ignorable="d">
    <Grid>
    <ToggleButton x:Name="btnCI" xmlns:local="clr-namespace:ButtonChangeImage">
    <ToggleButton.Resources>
    <local:ImageConverter x:Key="conv" />
    </ToggleButton.Resources>
    <ToggleButton.Style>
    <Style TargetType="ToggleButton">
    <Setter Property="Content">
    <Setter.Value>
    <Image Name="img" Source="C:\Users\AmitL\Desktop\joecocker.jpg"/>
    </Setter.Value>
    </Setter>
    <Style.Triggers>
    <Trigger Property="IsChecked" Value="True">
    <Setter Property="Content">
    <Setter.Value>
    <Image Source="{Binding Path=FirstImage, Converter={StaticResource conv}}"/>
    </Setter.Value>
    </Setter>
    </Trigger>
    </Style.Triggers>
    </Style>
    </ToggleButton.Style>
    </ToggleButton>
    </Grid>
    </UserControl>
    Main Window cs:
    namespace ButtonChangeImage
    public partial class MainWindow : Window
    public MainWindow()
    InitializeComponent();
    private void ToggleButton_Checked(object sender, RoutedEventArgs e)
    MessageBox.Show("f");
    Main Window xaml:
    <Window x:Class="ButtonChangeImage.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:m="clr-namespace:ButtonChangeImage"
    Title="MainWindow" Height="350" Width="525">
    <Grid>
    <m:UserControl1 Click="ToggleButton_Checked" FirstImage="C:\Users\AmitL\Desktop\james-brown-010.jpg"></m:UserControl1>
    </Grid>
    </Window>
    Thanks,
    Amit.

  • Back up Question when using backup not Time Machine

    Hi there, I currently have my Time capsule configured as a file server sharing my files between 3 macs on the TC's wifi and also via the back to my mac service, while outside my home. The 3 macs connected also use the TC as the time machine back up disk. This setup works fine but I have concerns about reports that TC's can just die and the files contained on it could be lost. To combat this I have set my macbook to perform a backup using the backup program once a day. This is set to backup the whole TC excluding the 3 Time capsule files to an external firewire disk. The problem seems to occur after about a day or two, when the backup program reports a failed backup due to not enough disk space but I don't understand this as the external firewire disk has enough space unless it is trying to carry out a complete backup again. Once the initial backup is done (about 6 hours) I can manually trigger a backup which completes in a matter of seconds and is labelled on the firewire disc as incremental and contains a few mb. Can any one explain this to me? and any posable fixes.
    Cheers
    Here are the figures.
    TC = 500GB
    TC Files= 87GB (Excluding the 3 TM backups)
    Firewire drive 160GB
    Initial Backup file size 87.7GB
    Successful Incremental Backup file size 4.2mb (done on same day as initial backup)
    2nd Sucsesfull Incremental Backup file size 2.1mb (manually triggered day after initial backup)
    Error backup file size 29kb (auto triggered day after initial backup)

    The current version of Backup won't do a full backup (after the first one) unless you tell it to, via +Plan > Full Backup+ from the menubar. But it will back up everything that was added or changed since the last backup, so an Incremental backup can be quite large.
    A clue may be lurking in the log for the failed backup.
    From the main Backup screen, select the Plan in question, then from the Menubar, +Plan > History.+ Then select the "event" in question and click the +View Details+ button at the bottom.
    If the log doesn't tell you much, copy and post it here (but if there's a long list of files copied, leave out most of that).

  • Program with Mail Rule script

    I am trying to develop a Mail run script and I am running into problems. The Rule is being trigger because I have a change my color rule action and a script action. The color changes but the script does not appear to trigger at all. His is the script.
    using terms from application "Mail"
    on perform mail action with messages theMessages
    tell application "Finder" to set pathToAttachments to (path to desktop folder as string)
    tell application "Mail"
    repeat with theMessage in theMessages
    set theText to content of theMessage
    if theMessage's mail attachments is not {} then
    repeat with theAttachment in theMessage's mail attachments
    set theFileName to pathToAttachments & theAttachment's name
    try
    save theAttachment in theFileName
    on error errnum
    end try
    tell application "Preview" to open file theFileName
    tell application "Finder" to delete file theFileName
    end repeat
    end if
    end repeat
    end tell
    end perform mail action with messages
    end using terms from
    tell application "Mail"
    set myMessages to selection
    tell me to perform mail action with messages myMessages
    end tell
    Notice the tell block at the end. If I uncomment that, select a mail message and execute that in a script editor, all is fine.
    With that block commented out and try to execute it using the *Apply Rules* nothing seems to happens. Even if I put a Beep statement inside the "on perform mail action with messages theMessages" block, That does not even sound off.
    Anyone see why this would execute as a rule?

    Camelot wrote:
    The logic of whether to invoke the rule is not within the script.
    You tell Mail.app to run the script when certain conditions are met (e.g. sender address, recipient address, or one of several other conditions). Once Mail.app has decided the messages matches the conditions it calls your script.
    I realize that is the theory behind mail.app, but it has been my experience with Rule settings that they do NOT run "automagically" when conditions in them are met.
    This is clearly illustrated by a number of cases I have where by simply "adding a rule," any rule, that says anything, and then clicking the resulting "apply" button (which only is available when you add or subtract a rule), all the existing rule(s) are processed and mail is sorted according to those rules which had previously been sitting in the inbox. (In my case they are a bunch of "junk" filters).
    There is either some bug in mail's triggering mechanism, or some inherently "different" mechanism in use when "auto triggered" vs when "applied." In either case, there is no documentation about it.

Maybe you are looking for

  • 3rd Gen Lock Ups / Freezes during everyday use

    My 3rd Gen Click Wheel iPod has developed a freeze issue, where I'll be playing a song and suddenly the ipod locks up and none of the controls respond. To try and fix this I've restored the ipod, zero formatted the drive (disk utility says all is fin

  • How to make "item text" mandatory in PR

    Dear Friends, I want to make the item text field mandatory  in Purchase Requisition so that no user will be able to create a PR without entering value in this field. Later on I want this field to appear in the PR printing. Suggestioins will be highly

  • Good Video But Terible Audio

    I have just got a Phillips SPC900NC USB web cam, I have got the iChatUSBCam 2.1 & Macam.0.9.0 software to make it work with iChat. I get great video but the audio is very choppy and the spoken words are indistinguishable. Can anyone help me to get it

  • Third party integrating with PeopleSoft

    I know this is a rather generic question but I'm hoping someone can point me in the right direction. I work for a company that has many customers who utilize PeopleSoft. Over the years we've built integrations with each of our customers individually.

  • 'Confirm before sending SMS' when enter key is pre...

    Many will agree with me, While creating SMS we press 'Enter key' for next line, and then we realise that incomplete SMS has been sent and we got charged for it. There should be checkbox in Skype's Settings/Preferences for Messegeing: [√] "Confirm bef