Routines for org_wwdb.kb


DeleteOrganizationRec

File Name

org_wwdb.kb

Syntax

DeleteOrganizationRec(VAL InTran: BOOLEAN, REF DeleteRec: OrganizationRec): INTEGER

Parameters

InTran - flag that indicates whether in a transaction

DeleteRec: organization record

Returns

Integer

Side Effects

None

Description

This function deletes an organization record.

Dialog Forms Called

None


DeleteOrgMemberRecs

File Name

org_wwdb.kb

Syntax

DeleteOrgMemberRecs( VAL InTran: BOOLEAN, VAL where: STRING ): INTEGER

Parameters

InTran - indicates if in a transaction

where - where clause used to find records to delete

Returns

Integer

Side Effects

None

Description

This function deletes an organization member record.

Dialog Forms Called

None


DeleteOrgSettingRec

File Name

org_wwdb.kb

Syntax

DeleteOrgSettingRec( VAL InTran: BOOLEAN, REF DeleteRec: OrgSettingRec): INTEGER Parameters - indicates in a transaction DeleteRec - the organization setting record being deleted

Parameters

Returns

Integer

Side Effects

None

Description

This function deletes an organization setting record.

Dialog Forms Called

pcktrgt.dfc[pick_target_main]


InsertOrganizationRec

File Name

org_wwdb.kb

Syntax

InsertOrganizationRec(VAL InTran: BOOLEAN, REF InsertRec: OrganizationRec): INTEGER

Parameters

InTran - indicates in a transaction

InsertRec - organization record

Returns

Integer

Side Effects

None

Description

This function inserts an organization record.

Dialog Forms Called

None


InsertOrgCapabilities

File Name

org_wwdb.kb

Syntax

InsertOrgCapabilities( VAL InTran: BOOLEAN, REF org_cap: Eweb_Org_RightsRec): INTEGER

Parameters

InTran - Indicates if in a transaction

org_cap - the organization capabilities record to be inserted

Returns

Integer

Side Effects

None

Description

This function inserts an eweb org rights record.

Dialog Forms Called

None


InsertOrgMemberRec

File Name

org_wwdb.kb

Syntax

InsertOrgMemberRec( VAL InTran: BOOLEAN, REF InsertRecord: Org_MembershipRec ): INTEGER

Parameters

InTran - indicates if in a transaction

InsertRecord - the organization member record being inserted

Returns

Integer

Side Effects

None

Description

This function inserts an organization member record.

Dialog Forms Called

None


InsertOrgMemberViewRec

File Name

org_wwdb.kb

Syntax

InsertOrgMemberViewRec(VAL InTran: BOOLEAN, REF InsertRec: OrgMemberViewRec): INTEGER

Parameters

InTran - indicates if in a transaction

InsertRec - organization member view record

Returns

Integer

Side Effects

None

Description

This function inserts an organization member record.

Dialog Forms Called

None


InsertOrgSettingRec

File Name

org_wwdb.kb

Syntax

InsertOrgSettingRec( VAL InTran: BOOLEAN, REF InsertRec: OrgSettingRec): INTEGER

Parameters

InTran - indicates if in a transaction

InsertRec - the organization setting record to be inserted

Returns

Integer

Side Effects

None

Description

This function inserts an organization setting record.

Dialog Forms Called

None


UpdateOrganizationRec

File Name

org_wwdb.kb

Syntax

UpdateOrganizationRec(VAL InTran: BOOLEAN, REF BeforeRec: OrganizationRec, REF AfterRec: OrganizationRec): INTEGER

Parameters

InTran - indicates if in a transaction

BeforeRec - original organization record

AfterRec - organization record being updated

Returns

Integer

Side Effects

None

Description

This function updates an organization record.

Dialog Forms Called

None


UpdateOrgCapabilities

File Name

org_wwdb.kb

Syntax

UpdateOrgCapabilities( VAL InTran: BOOLEAN, VAL org_cap: Eweb_Org_RightsRec, VAL oldorg_cap: Eweb_Org_RightsRec): INTEGER

Parameters

InTran - indicates in a transaction

org_rec: The organization capabilities record before being updated

oldorg_rec: The organizatino capabilities record with updated values

Returns

Integer

Side Effects

None

Description

This function updates an organization setting record.

Dialog Forms Called

None


UpdateOrgMemberRec

File Name

org_wwdb.kb

Syntax

UpdateOrgMemberRec(VAL InTran: BOOLEAN, REF OrgMbrRec: Org_MembershipRec, VAL where: STRING): INTEGER

Parameters

InTran - indicates if in a transaction

OrgMbrRec - organization member record

where - where clause used to find the record to update

Returns

Integer

Side Effects

None

Description

This function updates an organization member record.

Dialog Forms Called

None


UpdateOrgSettingRec

File Name

org_wwdb.kb

Syntax

UpdateOrgSettingRec( VAL InTran: BOOLEAN, REF BeforeRec: OrgSettingRec, REF AfterRec: OrgSettingRec): INTEGER

Parameters

InTran - indicates if in a transaction

BeforeRec - the organization setting record before being updated

AfterRec - the organization setting record with updated values

Returns

Integer

Side Effects

None

Description

This function updates an organization setting record.

Dialog Forms Called

None