Search This Blog

Wednesday, August 24, 2011

Find Layer Wise changes Objects

UtilElments is the Table where all the object Types and Layer levels will store.
Following job will help you to get the objects in the layer.

static void CusLayerChanges_Find(Args _args)
{
       Utilelements utilElements;
       ;
      while select utilElements where utilElements.recordType 

                             ==UtilElementType::Table &&
                             utilElements.utilLevel == utilentryLevel::Cus
      {
           info(utilElements.name);
      }
}

No comments:

Post a Comment

Thanks for visiting my blog,
I will reply for your comment within 48 hours.

Thanks,
krishna.