I have a list of Ids I need to check wheather document is exists or not - isobjectexist function is not availble in the community is there any alternate function please help me
Discussion posts and replies are publicly visible
Hi JPotharaju you can try getcontentobjectdetailsbyid() this function.when you pass id into it , it would return all the context of it else it would retrun No object with this ID has been found"
issue with this getcontentobjectdetailsbyid() - Scenario - document is not there with id but we may have other object with the same id we will get that context right
You can use the result of getcontentobjectdetailsbyid() to todocument() function to check whether the object is document or not.