Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hello how do I count the number of attachments in a pdf file?
Solved! Go to Solution.
solved
// Decalre some variables
var myDoc = event.target;
// Get the attachments
if(myDoc.dataObjects!=null){
app.alert("yes");
}
else{
app.alert("no");
View solution in original post
Views
Likes
Replies