Is it possible to use Deliverable GUID in a MS Project Formula?

Is it possible to reference Deliverable GUID in a MS Project Formula?  I created a formula and it appears that the formula is not processing the field.  I then tried to see if I could just get a formula in a generic text field to spit out the
Deliverable GUID and it returned #ERROR.  Is there a trick with a format conversion that needs to be done on the field in the formula?

Chris,
However, with a simple VBA routine, you can write the Deliveralbe GUID value to an extra text field (e.g. Text1) and then you can use that in a formula. The following macro will do that:
Sub CopyDelGUID()
Dim t As Task
For Each t In ActiveProject.Tasks
    If Not t Is Nothing Then t.Text1 = t.DeliverableGuid
Next t
End Sub
But remember, formulas in custom fields can only operate on data in the current field, unless that data is at Project level (e.g. Minutes per day).
John

Similar Messages

  • I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network?

    I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network? I use the files on the Local Area Network on my windows computer by typing in the I.P address in the library. Kindly guide me how i can use these files stored over the Local Area Network.

    I disabled GateKeeper's automatic blocking of unrecognised developers, and so I was able to install the driver.
    The Mobile Connect program is now installed, but the computer still does not recognise the modem.
    I also borrowed a USB hub from a friend and it didn't make a difference.

  • [CS3 JS SDK] Possible to Use HTTP URLs for Links?

    I am attempting to use JavaScript to implement a connector from CS3 (InDesign/InCopy in my case) to our content management system. Our CMS provides an HTTP-based API. By using the HttpConnection object (from the Bridge code, see posts on "httpwebaccess library") I can access our repository using HTTP URLs and, for example, get an InDesign document or INX file (and the UI support in CS3 scripting makes it possible for me to build all the UI components I need without having to write a true plugin).
    However, what I *can't* seem to do is create Link objects that use a URL, rather than a File, to access resources.
    My goal is to be able to store in our repository InDesign documents that use URLs to other resources in the repository for links (e.g., to graphics and InCopy articles).
    However, as far as I can tell from the scripting documentation and my own experiments, the URL property on Link is read-only in JavaScript (even though the scripting API HTML indicates it's a read/write property) and Link instances can only be constructed using File objects.
    My question: have I missed some trick in the scripting API (or elsewhere) that would allow me to create links that use URLs instead of files (and having done so would InDesign resolve those URLs?)? Our repository does support WebDAV, so that might be an option, but it would depend on mounting WebDAV services in consistent places on client machines, which is dicey at best, given the weak nature of the WebDAV clients on both Windows and OS X).
    Or are my only options to either copy linked resources to the client's local file system (or a shared network drive) or implement a plugin that implements my desired behavior for links?
    And if the answer is a plugin, will that even work?
    This is in the context of CS3. Has the Link mechanism changed at all in CS4 such that I could do what I want in CS4 where I cannot in CS3?
    Thanks,
    Eliot

    Hi,
    It is not possible to use HTTP URLS in CS3. You will have to create a plug-in to use Custom Data Links.
    I think it is possible to use HTTP URLs in CS4 as per the User Guide.
    Regards,
    Anderson

  • [SOLVED]:Is it possible to use functions like decode in 'setWhereClause()'?

    Hello,
    My requirement is that I have 2 poplists - Country and States.
    When I select a country,the corresponding states of that country should get populated in the states poplist.
    The approach I took is that :
    I selected firePartialAction as ActionType in Country poplist. Then I called a function to VOImpl of StatesVO and set the where clause there.
    Now I was thinking about using decode as there is no direct connection between the CountryVO and StatesVO.
    Is it possible to use functions like decode in 'setWhereClause()'?
    For Example:
    setWhereClause("DECODE(LOOKUP_TYPE,'XXC_IND_STATES','IND','XXC_US_STATES','US') = :1");
    setWhereClauseParam(0,Country);
    executeQuery();
    When I tried running the page,no error was given but when the country poplist was changed - there is no change in states poplist.
    If its not possible to use decode in setWhereClause(), could you please guide me as to how I can write a query to retrieve a value from a table and store it in a variable 'A'- so that I can pass that variable 'A' in setWhereClauseParam function .
    Message was edited by:
    Anju Susan

    That kewl, but for u knowledge u can add anything in ur where clause of query through ur code in Voimpl class. It is even possible to do change entire query, see Voimpl class methods in javadoc.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Possible to make a guide into a mask or selection?

    Is this possible? I want to use a guide made from an object, as a cookie cutter for an image that I've placed under it. thanks!

    Thanks,
    This actually worked to crop the OUTSIDE of my circle, but for some reason the hole in the middle of this circle was never masked
    When working with more than one guide/ path, I keep bumping into a few rules.
    I think if I can get this, I'll start to understand how to separate my layers better.
    "The selection cannot contain objects within different groups unless the entire group is selected."
    I get this message even when I select "entire groups"
    "Can't make the selection into guides. Guides cannot be created or released within the selected object types."
    Well, I wasn't trying to create guide, actually. (lol)
    So my real question is, where can I find an advanced tutorial that focuses specifically on layer order/simplification, as opposed to just creating some nice Illustrator image?
    I seem to be inadvertently creating a surplus of extra paths and layers and groups that I don't even need, (i can prove it by throwing them out) lol!

  • [SOLVED] How to use GPT GUIDs for referencing partitions in /dev?

    Hi all,
             I wanted to know whether it is possible to use Unique Partition GUID of a GPT partition to setup /dev/disk/by-part-uuid (something like that) and using that path in the bootloader config's 'root= ' kernel parameter.
    It is possible to obtain those GUIDs from gdisk (or maybe from blkid in util-linux-ng - not sure). But how to make udev setup /dev/disk/by-part-uuid like dir with these GUIDs.
    Main info http://marc.info/?l=linux-hotplug&m=129425482207292&w=2 and http://git.kernel.org/?p=linux/kernel/g … b78fc0e100 (currently in 2.6.37 only - but this commit will not work since in Arch initramfs is used). Thanks in advance.
    Last edited by skodabenz (2011-06-11 12:26:08)

    Encypted partitions (not that I use). Also searching will be faster (although not noticable), as parsing partition table is faster than parsing each filesystem and obtaining UUID. See http://www.mail-archive.com/grub-devel@ … 15218.html and http://www.mail-archive.com/grub-devel@ … 15228.html
    Last edited by skodabenz (2011-01-08 21:17:39)

  • Is it possible to use Autosuggestion using Oracle ADF Faces?

    Is it possible to use Autosuggestion using Oracle ADF Faces?
    Regards,
    Shaily

    Asanka,
    Please review the MBeans chapter in the OC4J Admin guide
    Hope this helps.
    Deepak

  • Is ist possible to use an alternate bill as component of another bill?

    Hallo,
    Is ist possible to use an alternate bill as component of another bill?
    I want to image the following:
    Product A:
    -Component B , -Alternate 2
    -Component C
    -Component D
    Thanks a lot for your help in advance
    Best regards
    Oliver
    Edited by: 865015 on 06.12.2011 04:53

    Hi Sandeep,
    yes that helps. Thanks!
    But if I cannot use them in Bills (and in MRP and Order Management(for Models and Option classes) they are not used, too - only the parents as I read in the user guide), then I do not understand the idea of alternates?
    Do you have an explanation?
    Thanks a lot.
    Best regards
    Oliver

  • Possible to use non-AT&T wireless card with iPad??

    Thinking of getting an iPad, however I travel frequently and after looking at the outlandish prices for international data plans, I am about ready to give up on the idea. Anyone know if it is possible to use a non-AT&T wireless card with the iPad? I'm guessing there would be a compatibility issue of some sort.

    The 3G iPad is not locked to a particular service provider. You can get a local Sim card and data plan in many countries. This article will give you some idea of what's available: http://gigaom.com/2010/05/10/ipad-data-plan-guide/

  • Is it possible to use iFS API within java stored procedure?

    question:
    is it possible to use the iFS API for file handling
    within a java stored procedure (which is invoced by a trigger)?
    is there an "elegant" workaround if it is not possible?
    problem:
    my java code using the iFS API works fine outside
    the java stored procedure
    but invoked via trigger as java stored procedure
    it throws following exception:
    IFS-20102: Unable to start service (IfsDefault)
    i am using:
    oracle 9.0.1
    oracle internet file system 9.0.1.1.0
    windows 2000
    thanks

    thanks for your help
    i looked through the applications developers guide
    the basics behind advanced queueing (as far as i understand) is:
    program A inserts a message into the queue - and program B gets message from the queue and processes it
    question 1:
    but what is the difference between advanced queuing and a queue i create by myself
    (simply with a database table) and let application B (which runs in a loop)
    check if the queue is filled
    or am i missing something important which makes advanced queuing more practicable for my problem?
    question 2:
    you wrote about advanced queuing support in iFS 9.0.3, but the newest version i found was iFS 9.0.2
    did you reffer to the advanced queuing mechanism in general or to a spezial queuing feature in iFS 9.0.3?
    thanks

  • Ok so I have a free standing iSight Cam, is it possible to use it with my white MacBook ? and if so how do I go about it ? I've tried researching for updates, drives but need help.

    Ok so I have a free standing iSight Cam, is it possible to use it with my white MacBook ? and if so how do I go about it ? I've tried researching for updates, drives but need help. Can someone give me some direction ?

    jpatricio787 wrote: ... is it possible to use it with my white MacBook ?...
    OK so yes, but if, and only if:
    (1) your MacBook has a Firewire port (not all do)
        - and -
    (2) your old external iSight camera works (not all do)
        - and -
    (3) your MacBook is working properly.
    If you are not certain whether your MacBook model has Firewire, you can search MacBook Technical Specifications for your model.  Alternatively, check the  User Guide Manual that came with your MacBook for the information you need to be certain.
    If you are not certain that your old external iSight camera works, you can test it using the suggestions in this link.
    jpatricio787 wrote: ... if so how do I go about it ? ...
    Follow the instructions in your iSight User's Guide to connect and turn on the iSight.  Then launch the Apple app you want to use with your iSight.  If you need more information about using an app, search for "camera" (without the quote marks) in the Help menu choice for the app.
    jpatricio787 wrote:... Can someone give me some direction ?
    If you need more direction, post back the specifics of what you still need.  We will offer further direction based on the details of your reply.
    Message was edited by: EZ Jim
    Mac OSX 10.9.3

  • Help Can't Install Maverick "disk doesn't use the GUID Partition-"

    I have an imac and i'm using bootcamp fro windows 8.  so I have Macintosh HD and BOOTCAMP Partitions. both partition have Master Boot Record as the Partition Scheme.  When trying to install OS X Mavericks it rell me that "This disk doesn't use the GUID Partition Table scheme. ..." it tells me to use Disk Utility to select the disk ->partition -> select Volume Scheme and then Options... but option is grayed out... I can not change it and so can not install Mavericks... how do I solve the this issue without losing any data in mac and in windows? without deleting partitions if possible?
    thanks

    GUID is a drive map layout. You can only change it by opening Disk Utility, highlighting the physical drive and choosing the Partition tab. Then change the partition layout to anything other than Current. The Options button below that will then be active and you can then finally change the drive map from whatever it is now to GUID.
    Note that since you must repartition the drive, you WILL lose everything on all partitions. So you MUST back up everything FIRST to another drive. This can be a clone to another physical drive, internal or external. When you clone it back after repartitioning, the drive map does not change.
    To check your current drive layout, open Disk Utility and click on the physical drive you want to install Mavericks on. Example:
    Then look at the lower right of Disk Utility's box. If you see anything other than GUID Partition Table, as shown below, then you must repartition the drive.
    The other main problem is that you have to have another drive to boot to before you can change the one that needs to be repartitioned. Clone your current drive to another physical drive, not another partition on the same drive. Once the clone is complete, boot to that drive and you'll be able to repartition the drive you need to change.

  • Possible to use ZFS export from another server to boot/load LDOM?

    Have a T1000 with 2 72GB disks, configured as a RAID mirror in firmware, so there's not a lot of available local disk space.
    Would like to know if it's possible to use a ZFS volume exported to the base system, to build an LDOM?
    Assumes that we upgrade the T1000 to the 10/08 release that supports ZFS for boot devices.
    If it's not likely to succeed using exported ZFS volumes, will it work for an exported disk or slice?
    Want to use sorage available from an X4500 to ensure ldoms have enough space to live happily in.

    Yes, you can use a ZFS volume as a backend for an LDom.
    Chapter 5 of the LDoms Admin Guide has some good detail.
    http://docs.sun.com/source/820-4894-10/chapter5.html
    "The virtual disk backend can be a physical disk, a physical disk slice, a file, a volume from a volume management framework,
    such as the Zettabyte File System (ZFS), Solaris Volume Manager (SVM), Veritas Volume Manager (VxVM), or any disk pseudo
    device accessible from the service domain."
    You don't explicitly need the ZFS boot support in Solaris 10 10/08 (S10U6) as the LDoms support is independent of that - support
    for LDoms devices booting off a ZFS volume was added to the LDoms drivers in Solaris 10 5/08 (S10U5).
    So you could do the following.
    zfs create -V 10G ldoms/domain/test/zdisk0
    ldm add-vdsdev /dev/zvol/dsk/ldoms/domain/test/zdisk0 zdisk0@primary-vds0
    ldm add-vdisk zdisk0 zdisk0@primary-vds0 ldg1
    An then install Solaris on the guest domain using UFS as the root filesystem
    [or ZFS if you install Solaris 10 10/08 (S10U6)]

  • Is it possible to use wildcards to match cell contents in an if statement?

    I need to return a ID along with some other information on a page by page basis, so that the information comes out linked by position.  I use a couple of loops and if statements to navigate through the document.  I am able to use exact matches of cell contents which is fine when the contents doesn't vary.  But the IDs, though they have a similar pattern, are all different. In a menu driven search, I am able to find what I need with '150^9^9^9^9^9-^9^9^9' But when I try putting this (or any number of [0-9], *, ? combinations) it fails.  Is it possible to use wildcards?  The symbol used for the match (==) makes me suspect that it is not possible and that only literal, exact matches will work.  But I wanted to check with the experts before giving up.
    Thanks
    pcbaz

    Thanks for the input.  You're right, a GREP search is much more efficient.  But what I'm trying to do and the circumstances here don't allow me, I think,  to go that route. I am trying to generate a list of values coming from several textframes on a single page and have them come out so that I can tell which values belong together.
    I'm using an inherited document with masters that were created 'manually';  the index numbering for textframes and tables is random. I navigate through the pages, looping through textframe indices asking ' does this textframe exist?' If so, I ask if it is a table -- if no, it is a simple textframe and I ask about the ID, if yes, I ask if the contents of cell (0,0) (invariant position and contents) are equal to the table I want..  I am sending the ID and other pieces of information from the table to one row of a new table on a new page.  So the ID and other information from a single page are linked by being in the same row.
    I know this a little 'off-normal' -- I'm using the search to navigate through the document and find things by location the way you do with a spreadsheet.  I have devised a work-around that helps me get around the fact that the ID is not invariant.  I create a list of the (exact) IDs from another document, equating them to a variable ('a').  I then loop through the list of IDs and ask if the contents of the textframe is equal to 'a'..This works o.k, unless there happens to be an extra space, a different kind of hyphen, etc. It would be so much easier if I could use the wildcards that work in a menu-driven text or GREP search in script just to ask about the contents of the textframe.
    Thanks again
    pcbaz (Peter BIerly)
    P.S. we have since rewritten the masters so this problem will not exist in the future -- we now know exactly which textframe and/or table indices to refer to to get any particular bits of information and don't need to ask questions about the contents.

  • Is it possible to use a cable with two headphone jacks on either end and an electric guitar adapter to record in Garageband?

    Hey everyone,
    I got my Macbook Air (Mid 2013 model) last month and I want to record my acoustic-electric guitar on Garageband (which came with the Air). 
    I don't want to buy a guitar that has a USB. I have a cable with a 3.5 mm headphone jack on both ends like the one pictured here on this website http://www.bestdealaz.com/item.php?id=628 (i didn't buy it from this site though).
    I connected a 6.3 mm guitar adapter (http://www.ebay.com/bhp/headphone-guitar-adapter) to this cable. Then I connected one end of the cable to my guitar and the other end to the Headphone/Microphone jack on the left side of the MBA.
    I saw how other people were saying to go to System Preferences / Sound and then change audio output to audio input.
    I can't do that. I tried.
    Please help!
    Thank you.

    Hello Massimo Pascucci,
    The issue that you are facing when creating an endpoint with internal loadbalancer is the limitation of not allowing same ports to be listening under a single cloud service. This reason for this is that there is a limitation of only one private IP (Also
    known as the Internal load balanced IP) per cloud service.
    There is also a limitation on the Internal load balancer more than one port to be published per load balancer:
    You can leave your feedback by following the link below:
    https://social.msdn.microsoft.com/Forums/en-US/1805c5a0-3906-4cd6-8561-9802d77e0ae5/is-it-possible-to-use-both-an-ilb-and-an-elb-listening-on-the-same-port-in-the-same-azure-cloud?forum=WAVirtualMachinesVirtualNetwork
    Refer to this article for more information on Internal load balancer:
    http://azure.microsoft.com/blog/2014/05/20/internal-load-balancing/
    Thanks,
    Syed Irfan Hussain

Maybe you are looking for

  • Need advice on JVM GC tuning for server jdk 1.5.0_08

    We are getting full GC , can you suggest optimal GC for the following logs: /usr/java1.5/jdk1.5.0_08/bin/java -server -Xms2048m -Xmx2048m -XX:NewSize=512m -XX:SurvivorRatio=8 -Xss1024k -verbosegc -XX:+PrintGCDetails -XX:+UseConcMarkSweepGC -XX:+Disab

  • Alignment of TextAreas

    Hi All, Can anyone tell me how i can align the text in a text area to be vertically displayed?? how do i set it? Thank U in advance..

  • Can't print in Indesign or Illustrator

    Due to a problem with my computer (MacBook Pro) 10.8.5, I had to clean my disk and reinstall CS4.  Since then i cannot print Illustrator or In Design files.  As soon as I click on the print command the program crashes.  I have updated the software. 

  • Number range generation

    Hi All, I want to use number range generation (tcode: SNRO) for generating numbers for my custom database primary key purpose. Can anybody give me clear idea about number generation. Please help its urgent. ......... Thanks in advance.

  • Scripting Automator

    Hello, I have an automator app that I want to script. Everything I have tried only opens the application but won't run it. I am on 10.5. Here is the latest I have tried: tell application "Automator"     activate     open "path:to:the:script"     end