File Name
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
File Name
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
File Name
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]
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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
File Name
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