Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Accessing "Modified" File Attribute in Data Deploy Script
sanu
Hi All,
Im using Teamsite Version 7.1.0
Their is one attribute
"Modified"
associated with every file which is the modified date of the file.
I want to get this attribute
"Modified"
of a particular file and deploy the same to the database.
Can someone help me with this regard.
Im successfull in Deploying an Extended Attribute
"LastModifiedDate"
to the Database by using the below code in Data Deploy Script.
column name="LastModifiedDate" data-type="DATETIME" value-from-field="
TeamSite/Metadata/KMS_Metadata/0/LastModifiedDate
" data-format="EEE, MMM d, yyyy" allows-null="yes"/>
<>
How can we use the above code to deploy the Default Attributes like "
Modified
" provided by Teamsite.
< p>
Find more posts tagged with
Comments
Adam Stoller
Unless the data is a DCR field or Extended Attribute, I believe the only way to get this information would be with a custom tuple-preprocessor.