Customer Account Sites page behavior

Hi
I am novice to OAF. I will take my best shot to explain the problem.
Oracle Applications : 12.0.4
Problem : Customer Account Sites page is displaying account sites in DESCENDING order of PURPOSES instead of ASCENDING.
All the times, account sites were displayed in Ascending order of purposes. This will list Bill-To sites first and then 'Ship-To'. All of a sudden, account sites are started showing in reverse order listing 'Ship-To' first and then 'Bill-To'.
There are no customizations, patches, personalizations applied to this form.
Same form works in all other instances other than Production as expected (listing Bill-To sites first).
What could be the reason so that sorting order of data element PURPOSES to change from Ascending to Desending? How to fix it?
Please help.
Regards,

This is happening for all users.
As a work around... User are using either clicking on Purpose column to sort again or filtering out 'Bill-To' sites. This is causing them irritation.
Regards,

Similar Messages

  • Error while creating customer account sites from backend

    I am creating Customer Account Sites using the TCA API from Toad.
    I am getting the following error
    The operating unit is either invalid or it cannot be derived. Please verify your Multi-Org profile options.
    The Operating unit has been defined.
    I am using the following code:
    DECLARE
    p_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_cust_acct_site_id NUMBER;
    BEGIN
    p_cust_acct_site_rec.cust_account_id := 9462;
    p_cust_acct_site_rec.party_site_id := 5473;
    --p_cust_acct_site_rec.language := 'US';
    p_cust_acct_site_rec.org_id := 126;
    p_cust_acct_site_rec.created_by_module := 'TCA-EXAMPLE';
    hz_cust_account_site_v2pub.create_cust_acct_site(
    'T',
    p_cust_acct_site_rec,
    x_cust_acct_site_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
    dbms_output.put_line(SubStr('x_return_status =
    '||x_return_status,1,255));
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line(SubStr('x_msg_data = '||x_msg_data,1,255));
    IF x_msg_count >1 THEN
    FOR I IN 1..x_msg_count
    LOOP
    dbms_output.put_line(I||'. '||SubStr(FND_MSG_PUB.Get(p_encoded =>
    FND_API.G_FALSE ), 1, 255));
    END LOOP;
    END IF;
    END;
    Thanks and Regards,
    K tanna

    Duplicate post.
    Error while creating customer account sites
    Error while creating customer account sites

  • Error While Creating Customer Account Site.

    Hi ,
    I am creating a customer thru API's.
    I am succesffuly creating location,party,party site,party site use,customer account.But unable to create customer account site. I am getting the below error:
    Unable to process your transaction. The operating unit is either invalid or it cannot be derived. Please verify your Multi-Org profile options.
    Could anyone help me to resolve out this issue.

    Hi,
    What is the application release?
    Did you set the Application/Multi-org context properly before using this API?
    Note: 732671.1 - 'Change PO API' Errors with 'Multi-Org profile options' as Org Context Is Not Set Correctly
    Note: 420787.1 - Oracle Applications Multiple Organizations Access Control for Custom Code
    Note: 209185.1 - How To Set the Applications Context (FND_GLOBAL.APPS_INITIALIZE)
    Regards,
    Hussein

  • Error while creating customer account sites

    I am creating Customer Account Sites using the TCA API from Toad.
    I am getting the following error
    The operating unit is either invalid or it cannot be derived. Please verify your Multi-Org profile options.
    The Operating unit has been defined.
    I am using the following code:
    DECLARE
    p_cust_acct_site_rec hz_cust_account_site_v2pub.cust_acct_site_rec_type;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_cust_acct_site_id NUMBER;
    BEGIN
    p_cust_acct_site_rec.cust_account_id := 9462;
    p_cust_acct_site_rec.party_site_id := 5473;
    --p_cust_acct_site_rec.language := 'US';
    p_cust_acct_site_rec.org_id := 126;
    p_cust_acct_site_rec.created_by_module := 'TCA-EXAMPLE';
    hz_cust_account_site_v2pub.create_cust_acct_site(
    'T',
    p_cust_acct_site_rec,
    x_cust_acct_site_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
    dbms_output.put_line(SubStr('x_return_status =
    '||x_return_status,1,255));
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line(SubStr('x_msg_data = '||x_msg_data,1,255));
    IF x_msg_count >1 THEN
    FOR I IN 1..x_msg_count
    LOOP
    dbms_output.put_line(I||'. '||SubStr(FND_MSG_PUB.Get(p_encoded =>
    FND_API.G_FALSE ), 1, 255));
    END LOOP;
    END IF;
    END;
    Thanks and Regards,
    K tanna

    Hi,
    Please mention the application release along with the database version and OS.
    Please see if ('Change PO API' Errors with 'Multi-Org profile options' as Org Context Is Not Set Correctly [ID 732671.1]) helps.
    More details about setting the application context can be found in these docs.
    Note: 209185.1 - How To Set the Applications Context (FND_GLOBAL.APPS_INITIALIZE)
    Note: 420787.1 - Oracle Applications Multiple Organizations Access Control for Custom Code
    Note: 462383.1 - SQL Queries and Multi-Org Architecture in Release 12
    Note: 165042.1 - FAQ - Multiple Organizations Architechure (Multi-Org)
    Thanks,
    Hussein

  • Create Contact details @ Customer Account Site

    Hi guys
    After loads of efforts I managed to create a contact @ Customer Account Site level using below API Call
    DECLARE
    p_cr_cust_acc_role_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
    x_cust_account_role_id NUMBER;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    BEGIN
    -- NOTE:
    -- must be unique CUST_ACCOUNT_ID, PARTY_ID,ROLE_TYPE
    -- must be unique CUST_ACCT_SITE_ID, PARTY_ID,ROLE_TYPE
    p_cr_cust_acc_role_rec.party_id := 2126134; --value for party_id from step 8>
    p_cr_cust_acc_role_rec.cust_account_id := 999059; --value for cust_account_id from step 2>
    p_cr_cust_acc_role_rec.primary_flag := 'Y';
    p_cr_cust_acc_role_rec.role_type := 'CONTACT';
    p_cr_cust_acc_role_rec.created_by_module := 'TCA_V2_API';
    ---For attaching the contact to a particular site
    p_cr_cust_acc_role_rec.cust_acct_site_id := 29422; --Value for x_cust_acct_site_id from step >5
    HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role(
    'T',
    p_cr_cust_acc_role_rec,
    x_cust_account_role_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
    dbms_output.put_line('***************************');
    dbms_output.put_line('Output information ....');
    dbms_output.put_line('***************************');
    dbms_output.put_line('x_cust_account_role_id: '||x_cust_account_role_id);
    dbms_output.put_line('x_return_status: '||x_return_status);
    dbms_output.put_line('x_msg_count: '||x_msg_count);
    dbms_output.put_line('x_msg_data: '||x_msg_data);
    dbms_output.put_line('***************************');
    IF x_msg_count >1 THEN
      FOR I IN 1..x_msg_count
       LOOP
        dbms_output.put_line(I||'. '||SubStr(FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE ), 1, 255));
      END LOOP;
    END IF;
        IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
    COMMIT;
    ELSE
    ROLLBACK;
    END IF;
    END;
    Now I want to attach "Address/Email/Phone number" to this contact @ the Account site level. Please let me know how and which APIs I need to call
    Regards,
    Raj

    Okay I found the solution.
    Reference material : How to Create Contact,Phone, Email under Communication tab for Customer Account Site using API [ID 985500.1]
    docs.oracle.com/cd/B34956_01/current/acrobat/120hztig.pdf
    Repeat Run --3. Create a physical location with customer account site level Address (ie, Specific contact address details). Note down x_location_id value
    GET "x_party_id: " from "--8. Create a relation cont-org using party_id from step 7 and party_id from step 2"
    Now Run "--4. Create a party site using party_id from step 2 and location_id from step 3" passing "x_party_id" from Step 8 & x_location_id from Step 3
    Commit the changes and you will able to populate the account site specific contact person details
    Regards,
    rajesh

  • Create Customer Account Site fail ORA-01400

    When creating customer account site in Oracle EBS r12.0.4, Error occur:
    The following SQL error occurred: ORA-01400: cannot insert NULL into ("AR"."HZ_CUST_ACCOUNTS_M"."CUSTOMER_MERGE_HEADER_ID").
    Can anyone help me solve this problem?
    Thanks in advanced!

    How do you create the customer account? From the application (if yes, mention the Navigation Path) or using an API (mention the API)?
    The following SQL error occurred: ORA-01400: cannot insert NULL into ("AR"."HZ_CUST_ACCOUNTS_M"."CUSTOMER_MERGE_HEADER_ID").Does this happen when creating any customer account or with specific ones only?
    Are you passing all the mandatory fields when creating the custom account?
    Obtain the FRD log for details about the error.
    Thanks,
    Hussein

  • IStore: Customer account sites with multiple price list

    Hi,
    We have an account with many sites, each site uses different price list. Say 1 site uses FR price list other uses GR price list.
    Users are suppose to use specific price list only. How can we have the users use their specific price list.
    Thanks in Advance

    Hi,
    For iStore you can setup specialty site based price lists and/or customer account level price lists.
    To setup the customer account level price lists -
    Set the profile option "IBE: Use Customer Account Price List" at the site level to Yes.
    Link the customer to the price list -
    1. Login to Oracle Forms and select Receivables Manager responsibility.
    2. Navigate to Customers > Standard.
    3. Select an account based on Customer Name, Account Number, or Organization Number.
    4. Press the Find button and select an address from the popup window; select Ok.
    5. Select the Order Management tab.
    6. Enter the appropriate price list in the Price List field, and save the form.
    7. Bounce the middle-tier and Web Cache servers.
    Reference:
    Oracle iStore Implementation and Administration Guide Release 12.1 (Part No. E13575-06)
    Chapter 10 Implementing Pricing
    Page 10-21
    Section Implementing Customer Account Price Lists
    OR
    You can setup modifiers for Customer (ie Customer Name) and Store (Minisite_ID) on the price list(s)
    For this setup you would need to set both "IBE: Use Customer Account Price List" and "IBE: Use Price List Associated with Specialty Site" to No.
    Thank you,
    Deborah
    Edited by: user702249 on Apr 10, 2013 6:56 PM

  • The account application created using can see current Blank Site page but no other user account see current page only some old page?

    Hello Community
        Using Sharepoint 2010 Server and the UI, building an intranet
    starting with a Blank Site and then adding subsites can be accomplished.
        However, in this case the current Blank Site page that was created only shows
    when logged in using the account that the application was created under.
        Any other account used to login with when the url is typed into the
    address bar does not show the current Blank Site page.
       Instead when using any other account the page that is returned is
    some page that was created early in in the creation of the site.
        A Blank site is said to be:
            "A blank site for you to customize based on your requirements."
        I checked-in the v4.master and approved it but the problem still exists.
        Then I checked the Site Collection features under Site Collection
    Administration "Active" contains:
        Sharepoint Server Publishing Infrastucture
        Sharepoint Server Standard Site Collection features
        Then I checked under Site Actions has Manage Site features "Active"
    contains:
        Sharepoint Server Publishing
        Sharepoint server Standard Site features
        It is said that maybe the page needs to be "Published".  Basically
    this is a Blank Site page so when the instructions says:
       "To publish a page, on the page that you are editing, on the
    Page Editing toolbar, click Publish."
        I am unable to do it because when I:
           "Edit Page"
        There is not no option on the ribbon to choose "Publish".
        Neither did I see the "Publish"option when editing the v4.master in SPD.
        In summary, when logged in with the account that everything was created
    under I can see the current Blank Site with the Lists and everthing else
    on the page but how come when I login with any other user account
    I don't see the current Blank Site page but instead see some old page that
    I may have created earlier when creating the application?
        Thank you
        Shabeaut

    Hello Community
        I think it is worth mentioning that the Top Link Bar shows what appears
    on the current Blank Site page but it is the OOTB NoteBoard  and Discussion Board
    List which both reside in Left web part on the Blank Site page that has been replaced
    on the page by what had been in an old Content Editor web part during early creation.
        How can I grant permissions to the OOTB NoteBoard and the Discussion Board List
    that would allow other user accounts to see them, thus making the entire current Blank Site page
    visible other user accounts?
        Thank you
        Shabeaut

  • How To trigger last page in sap script of customer account statement

    Hello all,
    I am working on customer account statement.
    It has it's own standard script(F140_CUS_STAT_02). But my client's requirement was completly diffrent,so i copied that to z script and made some changes like delete some window and some another window.
    Now on first page , i have following windows,
    1) Header
    2) address
    3) main
    4) Account
    5) Footer.
    Next Page having following windows,
    1) Header
    2) Main
    3) account
    4) footer
    Now i want to print account window on lsat page, so i put the condition nextpage = 0.
    and it is working fine , but as account window is physically present after Main window , so that much blak sapge is getting creted after main window on every page.
    To remove that blank space i am thinking of creting one more page and everytime i want display account window on that page.
    I have creted the last page also. but in my output it not detecting that last page.
    For First page - next page is next.
    For Next page - next page is next.
    for Last page- next page is last.
    Also i have added following code at last in  main window.
    /: NEXT-PAGE LAST.
    But i think i am placing this code at incorrect position in main window.
    I am not able to find out the correct podition to put the above code,but main window of that script conataing so namy text element, and that text element are getting handled from driver program based on some conditions.
    I have added my code in main window but not changed the original code.
    Plz let me know where to write /: NEXT-PAGE LAST. in main window.
    Or provide me some another solution to trigger thet last page in sap script.
    Regards,
    Anuja Dhondge

    Hi ,
    actually in account window i have used tha box command to print account statement.
    Previously i was printing this account statement in main window itself but without using bottom and end bottom command.
    So , as i made some changes or add some code in main window then lines of this account statement  were getting dismental.
    So my question is using bottom and end-bottom command this will happen or not????

  • AR Customer account Bill-to site's primary flag error

    Hi all,
    A AR Customer account has 2 Bill-to site, BOTH of them has primary flag checked. Both of them are protected by ready only.
    I created a similar seniaro by updating primary_flag = 'Y' in hz_cust_site_uses_all table and use API to fix it, but API couldn't change any one of them to value 'N'
    I'm affraid update sql statement is harmful to the record. Any other solution to uncheck one of them?
    Thanks!

    please raise SR with oracle for your issue
    You need a datafix I guess
    ;) AppsMAsti :)
    Sharing is Caring

  • R12: How to create Customer contact at party/account-site level

    Hello,
    I am working on a customer conversion where the legacy system stores customer contact at the address id (i.e. party site) level.
    Using various HZ APIs I have been able to create a party, customer account, location, party site, account site and account site use.
    Now, I want to create contacts at the party site or account site level. Which API is used to create a contact? (I found a note 985500.1 but it shows creation of contact point such as a phone number or email but not the contact itself).
    Any pointers appreciated.
    Manish

    HZ_PARTY_CONTACT_V2PUB

  • Move AR Customer Sites into different Customer Account under same customer

    We are going to upgrade the ERP AR from 11.5.10 to 12.1.3.
    We would like to rearrange the customer account and customer site.
    For example,
    There is one customer Name "ABC" and customer site "DS01", "DS02", "OM01", "OM02" in 11.5.10.
    Target to rearrange the customer site into 2 customer account as follow,
    Customer "ABC"
    Account : "Account 1"
    Site: "DS01", "DS02"
    Customer "ABC"
    Account: "Account 2"
    Site: "OM01", "OM02"
    However, there is existing transaction link to those site already.
    Please advise if it is possible to split some AR customer sites into two account by data patch or by upgrade.
    Thanks!

    During upgrade, how are you migrating the data into R12 from 11i

  • OAM 11g Webgate 10g customized SSO logout page

    As stated in the title, I am using OAM 11g and Webgate 10g. I am trying to create a customized SSO logout page but am confused on a few parts. First off, in http://docs.oracle.com/cd/E17904_01/doc.1111/e15478/logout.htm#CHDHFGJC , it states the following step for their logout.html:
    Logic in logout.html redirect to the OAM Server. For example:
    http://myoamserverhost:port/oam/server/logout?end_url=http://my.site.com/
    welcome.htmlMy question is if this is truely required? Or is there a way to have OAM invalidate the session and do its internal part of the logout procedures without needing to force the user to redirect to the OAM server's logout URL (eg: it automatically recognizes that the Webgate URL is "...../logout.html" and handles it properly). From talking to colleagues it sounds like this should be possible, and I see some mentions of it in the above documentation, but this appears to be 11g OAM and 11g Webgate behavior. At the same time though, the line "Logout is initiated when an application causes the invocation of the logout.html file configured for any registered OAM 10g Webgate." Leads me to believe that it can work with 10g webgate as well.
    Or, is there a way to have multiple valid logout pages on the OAM server? (There is currently a customized logout page that we cannot modify, and does not meet all the requirements we have for look/feel)
    Thank you
    Edited by: mBaldwin on Apr 12, 2013 10:30 AM

    Bump Any ideas?

  • Customer Account Information not populating in Checkout process

    Firstly, THANK YOU in advance for any help troubleshooting this -- I'm absolutely in the weeds.
    I've taken over a Business Catalyst site that was dropped by a different designer/management company at an incomplete stage, so am admittedly trying to clean up somebody else's mess at this point.  Most of the kinks are worked out, save for one: Saving/retrieving customer information.
    What's worked:
    - Setting up a Secure Zone for customers to create a profile, log in and review order info
    - Tying that login information to the checkout process so that customers can use that login information to proceed to the payment page with (some of) their informaiton already popuplated
    What's not working:
    - The retention and population of the Billing Address information.  It is not saving the Billing Address information from the original registration page, nor the Account Information page (wherein they can update their account details), and then (obviously) isn't populating it onto the checkout page form.  It is, however, keeping and populating the name, email, company name and phone number fields from those same forms.
    On the Customer Registration page (step 1), the Billing Address fields are included in the form, like so:
    <tr>
                            <td><label for="BillingAddress">Billing Address <span class="req">*</span></label><br />
                            <input type="text" name="BillingAddress" id="BillingAddress" class="cat_textbox" maxlength="500" value="{module_billingaddress}" /></td>
                        </tr>
                        <tr>
                            <td><label for="BillingCity">City <span class="req">*</span></label><br />
                            <input type="text" name="BillingCity" id="BillingCity" class="cat_textbox" maxlength="255" value="{module_billingcity}" /></td>
                        </tr>
                        <tr>
                            <td><label for="BillingState">State <span class="req">*</span></label><br />
                            <input type="text" name="BillingState" id="BillingState" class="cat_textbox" maxlength="255" value="{module_billingstate}" /></td>
                        </tr>
                        <tr>
                            <td><label for="BillingZip">Zipcode/Postcode <span class="req">*</span></label><br />
                            <input type="text" name="BillingZip" id="BillingZip" class="cat_textbox" maxlength="255" value="{module_billingzip}" /></td>
                        </tr>
    However, when you go to review your account details on the Account Settings page after creating your customer profile, these fields remain blank.  An attempt to give them values and then submit the updates also returns null values on the updated page.  Following is that section of code from the Account Settings page:
    <tr>
                            <td><label for="BillingAddress">Billing Address <span class="req">*</span></label><br />
                            <input type="text" name="BillingAddress" id="BillingAddress" class="cat_textbox" maxlength="500" value="{module_billingaddress}" /></td>
                        </tr>
                        <tr>
                            <td><label for="BillingCity">City <span class="req">*</span></label><br />
                            <input type="text" name="BillingCity" id="BillingCity" class="cat_textbox" maxlength="255" value="{module_billingcity}" /></td>
                        </tr>
                        <tr>
                            <td><label for="BillingState">State <span class="req">*</span></label><br />
                            <input type="text" name="BillingState" id="BillingState" class="cat_textbox" maxlength="255" value="{module_billingstate}" /></td>
                        </tr>
                        <tr>
                            <td><label for="BillingZip">Zipcode/Postcode <span class="req">*</span></label><br />
                            <input type="text" name="BillingZip" id="BillingZip" class="cat_textbox" maxlength="255" value="{module_billingzip}" /></td>
                        </tr>
    Then of course comes the page to checkout, from the Module Templates > Registration - Buy section, which includes this nugget of code to capture/display the billing information:
    <div class="item"><label>Billing Address</label><br />
        <input type="text" name="BillingAddress" id="BillingAddress" class="cat_textbox" maxlength="500" value="{module_billingaddress}" /> </div>
        <div class="item"><label>City</label><br />
        <input type="text" name="BillingCity" maxlength="255" id="BillingCity" class="cat_textbox" value="{module_billingcity}" /> </div>
        <div class="item"><label>State</label><br />
        <input type="text" name="BillingState" maxlength="255" id="BillingState" class="cat_textbox" value="{module_billingstate}" /> </div>
        <div class="item"><label>Zipcode/Postcode</label><br />
        <input type="text" name="BillingZip" maxlength="255" id="BillingZip" class="cat_textbox" value="{module_billingzip}" /> </div>
        <div class="item"><label>Country</label><br />
    ... I feel like I must be missing something obvious here, but can't for the life of me figure out why this information isn't being saved/updated/displayed.  Help!                   

    I have exactly the same issue. I think the problem is that the registration and edit account forms are not set up on the back-end to parse the billing or shipping information. Only the Checkout/Quote forms are.
    *Edit - It would appear that ONLY the "Registration - Buy" form parses this data on the back-end. The "Registration - Quote" form does not.
    My solution for now is to not have the customer enter billing and shipping details on registration, nor be able to edit it in the account section. Instead, I display the information and put a note to the customer saying that any billing and shipping address changes can be accomplished upon the next checkout.
    Frustrating, as in my view, a customer should be able to edit those as necessary, and provide them up front if desired. In my situation, which is strictly a business to business ecommerce site, a customer can only see prices and add items to the cart once they are logged in, and in order to be allowed to log in, they have to be vetted by the company. However if the customer could provide billing and shipping info up front in the registration process, it would save my client some time by not having to enter those details separately for the customer in the CRM, in cases where the customer buys things on account instead of by credit card.
    *Edit - actually, having those fields on the registration form will show up in the email auto-response to the customer and in the workflow notifaction to the client role responsible. My client could still see the information, reducing some work, but now the customer could be frustrated, knowing they entered those values, only to not see them show up in their account nor be allowed to edit them once they're added.
    *Further edit - Even though I can manually enter the Billing Address in the CRM for the customer (can't manually add a shipping address), those values don't show up anywhere I've asked for {module_billing*}. So they can only be properly captured upon first or subsequent check-out. Then they will show up.
    Mario's instructions for pre-populating the checkout form values are correct. Those {module_billing*}'s do exist and work if the data is in the CRM for the customer, as Liam said in post 7 here. I have it implemented in my checkout forms. Unfortunately the {module_billingdetails} (from Liam's link to the Module Quick Reference) does not do anything at all, and the {module_shippingaddress} cited there only grabs the street name and number.
    Using the {module_home*} may work, but really, that's a kludge. As a developer you have to remember what is what, and a client, managing customers on a day to day basis (especially in my situation where it's only B2B), has to remember that Home Address in the CRM is actually Billing Address. But the Billing Address, I would assume, has to be captured anyway in the checkout for the system to work properly on the back-end. So there's potential for Home Address to get mixed up with Billing Address in the client's mind, and Billing Address, if entered into the CRM manually to get overridden by something else upon checkout. Then there might be a situation where the customer needs to enter a Home Address, but is a contractor working from home and needs the Billing Address to be the company they contract to because they use the company credit card or something. Really, just a kludge.

  • Muse + BC, adding a sign up form in a secure zone, and a individual my account secured page

    Hello,
    I having a lot of trouble in the following task I need to do in Adobe Muse and integrate in Business Catalyst.
    1) I need to create a contact form page (with username and login)
    2) I need that this contact form integrates with BC to store my subscribers infos
    3) Then, I need to create a login and username page that when my client logs in, the info that he previously filled in appears to him (as a My Account page).
    4) Of course, this My account page must a in a secure zone area, but each client should have his own personal My account page.
    Is this possible? I think it is. (Muse Theme site is an example)
    Thanks you for the help!!
    Carlos

    Hi Carlos
    Answering the questions :
    1) Publish the site to BC and then create a form on BC end , assign to a secure zone ( which you will have to create ).
    2) You can register users in your site using same form.
    3) Use login form in page where user can login , landing page for secure zone can be made as web app page. Web app needs to be created for customer accounts and in layout you can use different tags to show cases information which user has submitted etc.
    4) Web app is the way out.
    http://helpx.adobe.com/business-catalyst/partner/add-secure-area-your-site.html
    http://www.bcgurus.com/tutorials/how-to-use-business-catalyst-web-apps
    http://helpx.adobe.com/business-catalyst/partner/web-apps-module-create-custom.html
    Thanks,
    Sanjit

Maybe you are looking for

  • Can I be connected to two networks at the same time?

    Hi there I have an imac desktop with 10.5.8 running. I have a wireless network with my timecapsule and a printer connected to it. We have two mac computers in the house that print wirelessly via this network. I also have the internet coming in via a

  • How to copy the Data from BW 3.X to BI 7.0?

    Hi,        Once the objects have been migrated to the BI 7.0 System from BW 3.x, How the data will be copied to the BI 7.0 System from BW 3.x? Thanks, Veerendra.

  • Not able to post the recurring entry using F.14

    Hi I have created the recurring document using FBD1 and the document is stored in the company code. Using F.14, tried to post the recurring document but error message displayed "Session SAPF120 was not created" <removed_by_moderator> Regards Hashmath

  • NO video on BBM?

    Ok i can do video call with my mate - he is on PlayBook calling me. No problem. But my other mate is in Switzerland now, and we can chat on BBM but there are NO video icon in the corner. He is on WIFI and i am on WIFI. I have Vodafone SIM card and he

  • Flash Player refuse to reinstall (OSX)

    Hello! This concerns OSX 10.6.4 and Flash Player installation problems. I had some trouble with Safari 5 after installation and I tried many things including removing Flash Player (which turned out not to be the cause of the problem) using the Adobe