Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription

typename

The fully qualified typename of the requested UDR. For information about available UDR types, see 4.1 APL - PCC Provisioning Plugins. 5974670.

key

The unique identifier of the requested UDR.

Returns:

The matching UDR or null, if no matching UDR was found.


...

ParameterDescription

typename

The fully qualified typename of the requested UDRs. For information about available UDR types, see 4.1 APL - PCC Provisioning Plugins 5974670.

Returns:

A list containing all the UDRs of the requested type.

...

ParameterDescription

udr

The new UDR to insert. For information about available UDR types, see 4.1 APL - PCC Provisioning Plugins. 5974670.

Returns:

The created UDR or null if there was an error.

...

ParameterDescription

udr

The UDR to update. For information about available UDR types, seeĀ 4.1 APL - PCC Provisioning Plugins.5974670.

Returns:

The updated UDR, specified in the argument, or null if there was an error.

...

ParameterDescription

udr

The UDR to delete. For information about available UDR types, seeĀ 4.1 APL - PCC Provisioning Plugins.5974670.

Returns:

The deleted UDR, specified by the argument, or null if there was an error.

...

Info
titleExample


Code Block
pccClearArea("TEST", "PCC.Periods");

will clear the area TEST from old PCC configurations for periods.

If you want to delete all PCC related data, you can enter ("TEST","PCC").


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next section: