A cfa_ContentObjectFind should work well. You can pass it a structure of
property values to match against. If you feed it you date and object type
you should be able to get your object back.

Thank You,
Jon Cole ACP
DevTech Inc.
[EMAIL PROTECTED]
206.956.0888
Learn more about DevTech @ www.Dev-Tech.com

Never send to know for whom the bell tolls, it tolls for thee.   - John
Donne


-----Original Message-----
From: Cojocaru, Casey S., AFIS-HQ/IRM [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 12:39 PM
To: Spectra-Talk
Subject: ContentObjectGet


Greetings,

        This may rank as a silly one today, but I am trying to write a
custom create method for an object and want to verify that I am not creating
a duplicate object.  The need is to create one object for every day that our
page is created (page is a daily newsletter), and I was hoping to track the
object by its label.  The only way that I can think of to manage the object
is via its label.  My guess would be to do a CFA_CONTENTOBJECTGETMULTIPLE
for the parent type and loop threw the properties till find the date that I
will try to create.  I could also embed that date label into the metadata
for the object and test that way, but I felt that label would be easier.
Any help that is out there would be appreciated.  Thanks, Casey
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to