How can I enable (view) and disable (hide) a Smart Data Browser?

rolguin

Member
Hi,

I have create a simple SDB (Linked to a SDO) from Appbuilder.

In the SDB's properties I have unflagged the properties: Enable and View.

How can I enable the: Enable and View properties on fly now depending on a event, a button, for example?

Any example will be appreciate.

Thanks,
 

RealHeavyDude

Well-Known Member
I'll take it that you talk about the ADM2/Dynamics Smart Data Browser. Each visual smart object has internal procedures in it's super procedure stack to do this.


  • enableObject
  • disableObject
  • viewObject
  • hideObject
I think the names stand for themselves.

Example:
RUN enableObject IN <handleToYourSmartObject>.
Heavy Regards, RealHeavyDude.
 
Top